go-ethereum/core/state/partial
CPerezz c958bbc73b
core/state/partial: adopt new CodeChanges type for bal-devnet-3
Upstream bal-devnet-3 replaced the CodeChange struct with raw []byte
in ConstructionAccountAccesses.CodeChanges (map[uint16][]byte). Update
the test builder accordingly so the package compiles against the
new API.
2026-04-18 16:03:10 +02:00
..
filter.go core/state: add hash-based filter methods and NewPartialStateSync 2026-04-17 11:09:19 +02:00
filter_test.go core/state: add hash-based filter methods and NewPartialStateSync 2026-04-17 11:09:19 +02:00
history.go core, eth: PR review fixes and remove stateRoot field from PartialState 2026-04-17 12:12:46 +02:00
state.go core/state/partial: only write modified accounts to trie 2026-04-17 12:13:05 +02:00
state_test.go core/state/partial: adopt new CodeChanges type for bal-devnet-3 2026-04-18 16:03:10 +02:00