go-ethereum/core/state
2025-04-29 16:57:58 +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 cmd, core, eth, trie: add trie read caching layer (#18087) (#946) 2025-04-16 17:27:43 +08:00
dump.go all: fix staticcheck warning ST1006: don't use generic name self 2024-10-25 21:30:54 +08:00
iterator.go all: use unified emptyRootHash and emptyCodeHash (#26718) 2024-10-21 17:55:16 +08:00
iterator_test.go core, eth, trie: add a prefix to contract code (21080) 2025-03-24 22:31:03 +08:00
journal.go core: replace suicide with selfdestruct to improve code consistency (#27716) 2025-01-24 16:54:12 +08:00
main_test.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
state_object.go core/state: separate hashes and committer, collapse on commit (#20481) 2025-03-28 22:34:59 +08:00
state_object_test.go core/state: optimize some internals during encoding (#20038) 2024-12-28 09:06:30 +08:00
state_reader.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
state_test.go core/state: optimize state object and storage iteration according to EIP-1283 (#17383) 2025-03-28 22:34:59 +08:00
statedb.go core/state: separate hashes and committer, collapse on commit (#20481) 2025-03-28 22:34:59 +08:00
statedb_test.go core, rpc: speed up tests #28461 (#1008) 2025-04-29 16:57:58 +08:00
statedb_utils.go common: add binary variables for system contract 2024-06-06 19:33:59 +08:00
sync.go core, eth, trie: add a prefix to contract code (21080) 2025-03-24 22:31:03 +08:00
sync_test.go core, eth, trie: add a prefix to contract code (21080) 2025-03-24 22:31:03 +08:00
transient_storage.go all: implement EIP-1153 transient storage (#26003) 2024-11-15 19:39:18 +08:00
trc21_reader.go common: improve documentation comments (#16701) 2024-12-28 09:06:30 +08:00