go-ethereum/core/state
Guillaume Ballet cf50026466
Some checks are pending
/ Linux Build (push) Waiting to run
/ Linux Build (arm) (push) Waiting to run
/ Windows Build (push) Waiting to run
/ Docker Image (push) Waiting to run
core/state: introduce the TransitionState object (verkle transition part 1) (#31634)
This is the first part of #31532 

It maintains a series of conversion maker which are to be updated by the
conversion code (in a follow-up PR, this is a breakdown of a larger PR
to make things easier to review). They can be used in this way:

- During the conversion, by storing the conversion markers when the
block has been processed. This is meant to be written in a function that
isn't currently present, hence [this
TODO](https://github.com/ethereum/go-ethereum/pull/31634/files#diff-89272f61e115723833d498a0acbe59fa2286e3dc7276a676a7f7816f21e248b7R384).

Part of  https://github.com/ethereum/go-ethereum/issues/31583

---------

Signed-off-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
Co-authored-by: Gary Rong <garyrong0905@gmail.com>
2025-08-05 09:34:12 +08:00
..
pruner
snapshot
access_events.go
access_events_test.go
access_list.go
database.go
database_history.go
dump.go
iterator.go
iterator_test.go
journal.go
metrics.go
reader.go
state_object.go
state_object_test.go
state_test.go
statedb.go
statedb_fuzz_test.go
statedb_hooked.go
statedb_hooked_test.go
statedb_test.go
stateupdate.go
sync.go
sync_test.go
transient_storage.go
trie_prefetcher.go
trie_prefetcher_test.go