Skip to content

Commit dfa28bc

Browse files
committed
feat: update changelog for v0.50.9
1 parent e557731 commit dfa28bc

9 files changed

+41
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- fix payable bug for solidity
2+
([\#111](https://github.com/oraichain/wasmd/pull/111))
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- fix double consume gas when execute precompile contract
2+
([\#114](https://github.com/oraichain/wasmd/pull/114))
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- implement precise bank to support aorai fees
2+
([\#105](https://github.com/oraichain/wasmd/pull/105))
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- update cosmos-sdk dependency
2+
([\#110](https://github.com/oraichain/wasmd/pull/110))
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- support mapping evm cosmos address using pubkey only
2+
([\#113](https://github.com/oraichain/wasmd/pull/113))
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- implement precompile to interact with evm contract
2+
([\#79](https://github.com/oraichain/wasmd/pull/79))
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- support dynamics fees for chain
2+
([\#85](https://github.com/oraichain/wasmd/pull/85))

.changelog/v0.50.9/summary.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!--
2+
Add a summary for the release here.
3+
4+
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.

CHANGELOG_ORAI.md

+20-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,34 @@
11
# CHANGELOG
22

3-
## v0.50.8
3+
## v0.50.9
44

55
<!--
66
Add a summary for the release here.
77
88
If you don't change this message, or if this file is empty, the release
99
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.
1112

1213
### BUG FIXES
1314

14-
- Fix gasless contract out of gas ([\#80](https://github.com/oraichain/wasmd/pull/80))
15+
- fix double consume gas when execute precompile contract
16+
([\#114](https://github.com/oraichain/wasmd/pull/114))
17+
- fix payable bug for solidity
18+
([\#111](https://github.com/oraichain/wasmd/pull/111))
19+
20+
### IMPROVEMENTS
21+
22+
- implement precise bank to support aorai fees
23+
([\#105](https://github.com/oraichain/wasmd/pull/105))
24+
- implement precompile to interact with evm contract
25+
([\#79](https://github.com/oraichain/wasmd/pull/79))
26+
- support dynamics fees for chain
27+
([\#85](https://github.com/oraichain/wasmd/pull/85))
28+
- support mapping evm cosmos address using pubkey only
29+
([\#113](https://github.com/oraichain/wasmd/pull/113))
30+
- update cosmos-sdk dependency
31+
([\#110](https://github.com/oraichain/wasmd/pull/110))
1532

1633
## v0.50.7
1734

0 commit comments

Comments
 (0)