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
test(x/vm): add unit test cases for EIP-7702 (#684)
* test(eip7702): add unit test case with ApplyMessageWithConfig
* test(eip-7702): add unit test case for EthereumTx
* test(eip7702): add failure case
* chore: update CHANGELOG.md
* chore: modify comment
---------
Co-authored-by: Alex | Cosmos Labs <[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
@@ -44,6 +44,7 @@
44
44
-[\#648](https://github.com/cosmos/evm/pull/648) Move all `ante` logic such as `NewAnteHandler` from the `evmd` package to `evm/ante` so it can be used as library functions.
45
45
-[\#659](https://github.com/cosmos/evm/pull/659) Move configs out of EVMD and deduplicate configs
46
46
-[\#664](https://github.com/cosmos/evm/pull/664) Add EIP-7702 integration test
47
+
-[\#684](https://github.com/cosmos/evm/pull/684) Add unit test cases for EIP-7702
0 commit comments