go-ethereum/core/state
Wang Gerui 4178a97560 feat: extend eth_call api with state override;
extend statedb and state_object with necessary code
2024-04-30 15:57:42 +08:00
..
access_list.go all: implement EIP-2929 (gas cost increases for state access opcodes) (#21509) 2024-04-22 21:14:54 +08:00
database.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
dump.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
iterator.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
iterator_test.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
journal.go all: implement EIP-2929 (gas cost increases for state access opcodes) (#21509) 2024-04-22 21:14:54 +08:00
main_test.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
managed_state.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
managed_state_test.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
state_object.go feat: extend eth_call api with state override; 2024-04-30 15:57:42 +08:00
state_reader.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
state_test.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
statedb.go feat: extend eth_call api with state override; 2024-04-30 15:57:42 +08:00
statedb_test.go all: implement EIP-2929 (gas cost increases for state access opcodes) (#21509) 2024-04-22 21:14:54 +08:00
statedb_utils.go filter zero address in function GetCandidates 2023-10-24 12:15:24 +08:00
sync.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
sync_test.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
trc21_reader.go Update trc21_reader.go 2021-09-21 18:13:01 +05:30