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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,14 @@
10
10
11
11
### FEATURES
12
12
13
+
-[\#589](https://github.com/cosmos/evm/pull/589) Remove parallelization blockers via migration from transient to object store, refactoring of gas, indexing, and bloom utilities.
14
+
13
15
### BUG FIXES
14
16
15
17
-[\#748](https://github.com/cosmos/evm/pull/748) Fix DynamicFeeChecker in Cosmos ante handler to respect NoBaseFee feemarkets' parameter.
16
18
-[\#756](https://github.com/cosmos/evm/pull/756) Fix error message typo in NewMsgCancelProposal.
17
19
-[\#772](https://github.com/cosmos/evm/pull/772) Avoid panic on close if evm mempool not used.
20
+
-[\#774](https://github.com/cosmos/evm/pull/774) Emit proper allowance amount in erc20 event.
18
21
19
22
## v0.5.0
20
23
@@ -103,7 +106,6 @@
103
106
-[\#577](https://github.com/cosmos/evm/pull/577) Changed the way to create a stateful precompile based on the cmn.Precompile, change `NewPrecompile` to not return error.
104
107
-[\#661](https://github.com/cosmos/evm/pull/661) Removes evmAppOptions from the repository and moves initialization to genesis. Chains must now have a display and denom metadata set for the defined EVM denom in the bank module's metadata.
0 commit comments