go-ethereum/core/state
2025-07-11 10:53:48 +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 all: disable recording preimage of trie keys #21402 (#1054) 2025-06-17 13:10:47 +08:00
dump.go core, cmd: streaming json output for command #15475 (#1184) 2025-07-11 09:29:13 +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: change handling of dirty objects in state #15225 #16485 #16491 (#1171) 2025-07-02 14:07:21 +08:00
main_test.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
state_object.go core: rename CommitTrie to commitTrie #25896 (#1214) 2025-07-11 10:48:10 +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, cmd: streaming json output for command #15475 (#1184) 2025-07-11 09:29:13 +08:00
statedb.go core: fill blockNumber in logs #26345 (#1215) 2025-07-11 10:53:48 +08:00
statedb_test.go core: fill blockNumber in logs #26345 (#1215) 2025-07-11 10:53:48 +08:00
statedb_utils.go record total minted into smart contract (#1026) 2025-06-16 02:31:33 -07:00
sync.go trie: faster snapshot generation #22504 (#1062) 2025-06-17 13:13:14 +08:00
sync_test.go core, trie: speed up some tests with quadratic processing flaw #21987 (#1057) 2025-06-25 16:17:05 +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