You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you don't change this message, or if this file is empty, the release
5
+
will not be created. -->
6
+
7
+
Upgrade Oraichain mainnet to v0.50.9 to upgrade cosmos-sdk dependency, add dynamic fees, precise-bank module, implement evm mapping using pubkey only, precompile module to support full ERC20 flow and fix payable solidity, evm gas simulate bugs.
Copy file name to clipboardExpand all lines: CHANGELOG_ORAI.md
+20-3
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,34 @@
1
1
# CHANGELOG
2
2
3
-
## v0.50.8
3
+
## v0.50.9
4
4
5
5
<!--
6
6
Add a summary for the release here.
7
7
8
8
If you don't change this message, or if this file is empty, the release
9
9
will not be created. -->
10
-
Upgrade Oraichain mainnet to v0.50.8 to fix gasless contract bug out of gas when execute gasless contract.
10
+
11
+
Upgrade Oraichain mainnet to v0.50.9 to upgrade cosmos-sdk dependency, add dynamic fees, precise-bank module, implement evm mapping using pubkey only, precompile module to support full ERC20 flow and fix payable solidity, evm gas simulate bugs.
11
12
12
13
### BUG FIXES
13
14
14
-
- Fix gasless contract out of gas ([\#80](https://github.com/oraichain/wasmd/pull/80))
15
+
- fix double consume gas when execute precompile contract
Copy file name to clipboardExpand all lines: scripts/json/proposal.json
+3-3
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@
6
6
"plan": {
7
7
"name": "v0.50.9",
8
8
"time": "0001-01-01T00:00:00Z",
9
-
"height": "35",
9
+
"height": "40",
10
10
"info": "upgrade info",
11
11
"upgraded_client_state": null
12
12
}
13
13
}
14
14
],
15
15
"metadata": "",
16
16
"deposit": "10000000orai",
17
-
"title": "Upgrade Oraichain to v0.50.7",
18
-
"summary": "Please refer to the CHANGELOG: https://github.com/oraichain/wasmd/blob/release/v0.50.x/CHANGELOG_ORAI.md#v0507 for more details about the upgrade",
17
+
"title": "Upgrade Oraichain to v0.50.9",
18
+
"summary": "Please refer to the CHANGELOG: https://github.com/oraichain/wasmd/blob/release/v0.50.x/CHANGELOG_ORAI.md#v0509 for more details about the upgrade",
# need to use temp.json since there's a weird error: jq: parse error: Invalid string: control characters from U+0000 through U+001F must be escaped at line 1, column 72291
26
26
# probably because of weird characters from the raw code bytes
0 commit comments