go-ethereum/core/state
Daniel Liu f9025ecc91
core/state: unexport NodeIterator #27239 (#1222)
Co-authored-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
2025-08-04 11:53:31 +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 core, trie: add state metrics #23433 (#1071) 2025-08-04 11:19:42 +08:00
dump.go core/state: fix staticcheck warnings #20357 (#1193) 2025-07-28 16:53:27 +08:00
iterator.go core/state: unexport NodeIterator #27239 (#1222) 2025-08-04 11:53:31 +08:00
iterator_test.go core/state: unexport NodeIterator #27239 (#1222) 2025-08-04 11:53:31 +08:00
journal.go core/state: fix staticcheck warnings #20357 (#1193) 2025-07-28 16:53:27 +08:00
metrics.go core, trie: add state metrics #23433 (#1071) 2025-08-04 11:19:42 +08:00
state_object.go core, trie: add state metrics #23433 (#1071) 2025-08-04 11:19:42 +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: fix staticcheck warnings #20357 (#1193) 2025-07-28 16:53:27 +08:00
statedb.go core: show db error-info in case of mismatched hash root #26870 (#1220) 2025-08-04 11:51:47 +08:00
statedb_test.go core/state: fix staticcheck warnings #20357 (#1193) 2025-07-28 16:53:27 +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/state: unexport NodeIterator #27239 (#1222) 2025-08-04 11:53:31 +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