Commit befde4f
feat: Delete EVM instance in AnteHandler (cosmos#352)
* test: adjusts GasTipCap to equal GasFeeCap when it exceeds the maximum fee cap
* ensures adequate fees for bank msg send
* Optimize CanTransfer AnteHandler
* refactor(antehandler): remove stateDB allocation
* chore: replace GlobalEVMMempool by passing to JSONRPC on initiate (cosmos#467)
* chore: ensure SetGlobalEVMMempool is thread-safe and only set once
keep singleton behavior on concurrent initialization
* doc
* keep reset
* pass in mempool
* cleanup
---------
Co-authored-by: Vlad J <[email protected]>
Co-authored-by: Alex | Interchain Labs <[email protected]>
* Problem: eip-2935 is not implemented (cosmos#407)
* Problem: eip-2935 is not implemented
Solution:
- adapt the implementation from geth
* change BLOCKHASH opcode to query contract storage
* commit statedb
* fix panic
* temp
* just emulate the contract behavior with native code
* fix test
* fix lint
* fix lint
* revert unneeded changes
* fix test
* revert
* only set contract storage if it's deployed
* fix build
* add history serve window parameter
* cleanup
* fix lint
---------
Co-authored-by: Alex | Interchain Labs <[email protected]>
Co-authored-by: Vlad J <[email protected]>
* fix : EVMKeeper GetBalance missed when version upgrades
* add CHANGELOG
---------
Co-authored-by: mmsqe <[email protected]>
Co-authored-by: Alex | Interchain Labs <[email protected]>
Co-authored-by: Vlad J <[email protected]>
Co-authored-by: yihuang <[email protected]>1 parent 7451d9b commit befde4f
2 files changed
+2
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
11 | | - | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
| |||
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | 35 | | |
48 | 36 | | |
49 | 37 | | |
50 | 38 | | |
51 | 39 | | |
52 | 40 | | |
53 | | - | |
| 41 | + | |
54 | 42 | | |
55 | 43 | | |
56 | 44 | | |
| |||
0 commit comments