Skip to content

Commit 7451d9b

Browse files
author
Alex | Interchain Labs
authored
set-up (cosmos#491)
1 parent 8903f9d commit 7451d9b

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,23 @@
22

33
## UNRELEASED
44

5-
## v0.4.0
5+
### DEPENDENCIES
6+
7+
### BUG FIXES
8+
9+
### IMPROVEMENTS
10+
11+
- [\#467](https://github.com/cosmos/evm/pull/467) Ensure SetGlobalEVMMempool is thread-safe and only sets global mempool instance once.
12+
13+
### FEATURES
14+
15+
### STATE BREAKING
16+
17+
### API-BREAKING
18+
19+
- [\#477](https://github.com/cosmos/evm/pull/477) Refactor precompile constructors to accept keeper interfaces instead of concrete implementations, breaking the existing `NewPrecompile` function signatures.
20+
21+
## v0.4.1
622

723
### DEPENDENCIES
824

@@ -45,7 +61,6 @@
4561
- [\#398](https://github.com/cosmos/evm/pull/398) Post-audit security fixes (batch 4)
4662
- [\#442](https://github.com/cosmos/evm/pull/442) Prevent nil pointer by checking error in gov precompile FromResponse.
4763
- [\#387](https://github.com/cosmos/evm/pull/387) (Experimental) EVM-compatible appside mempool
48-
- [\#467](https://github.com/cosmos/evm/pull/467) Ensure SetGlobalEVMMempool is thread-safe and only sets global mempool instance once.
4964

5065
### FEATURES
5166

@@ -59,7 +74,6 @@
5974

6075
### API-BREAKING
6176

62-
- [\#477](https://github.com/cosmos/evm/pull/477) Refactor precompile constructors to accept keeper interfaces instead of concrete implementations, breaking the existing `NewPrecompile` function signatures.
6377
- [\#456](https://github.com/cosmos/evm/pull/456) Remove non–go-ethereum JSON-RPC methods to align with Geth’s surface
6478
- [\#443](https://github.com/cosmos/evm/pull/443) Move `ante` logic from the `evmd` Go package to the `evm` package to
6579
be exported as a library.

0 commit comments

Comments
 (0)