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
* fix: non-deterministic evm pre-blocker
Closes: #728
Solution:
- remove the state mutation out from the pre-blocker.
- production chains should put the state mutation part in their upgrade handler.
* Update CHANGELOG.md
---------
Co-authored-by: Vlad J <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@
22
22
-[\#687](https://github.com/cosmos/evm/pull/687) Avoid blocking node shutdown when evm indexer is enabled, log startup failures instead of using errgroup.
23
23
-[\#689](https://github.com/cosmos/evm/pull/689) Align debug addr for hex address.
24
24
-[\#668](https://github.com/cosmos/evm/pull/668) Fix panic in legacy mempool when Reset() was called with a skipped header between old and new block.
25
+
-[\#729](https://github.com/cosmos/evm/pull/729) Remove non-deterministic state mutation from EVM pre-blocker.
25
26
-[\#725](https://github.com/cosmos/evm/pull/725) Fix inconsistent block hash in json-rpc.
26
27
-[\#727](https://github.com/cosmos/evm/pull/727) Avoid nil pointer for `tx evm raw` due to uninitialized EVM coin info.
27
28
-[\#730](https://github.com/cosmos/evm/pull/730) Fix panic if evm mempool not used.
0 commit comments