Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Martin Holst Swende
08326794e8
trie: refactor stacktrie ( #28233 )
...
This change refactors stacktrie to separate the stacktrie itself from the
internal representation of nodes: a stacktrie is not a recursive structure
of stacktries, rather, a framework for representing and operating upon a set of nodes.
---------
Co-authored-by: Gary Rong <garyrong0905@gmail.com>
1 year ago
..
testutil
all: implement path-based state scheme ( #25963 )
2 years ago
triedb
core, accounts, eth, trie: handle genesis state missing ( #28171 )
1 year ago
trienode
all: update golang/x/ext and fix slice sorting fallout ( #27909 )
2 years ago
triestate
all: activate pbss as experimental feature ( #26274 )
2 years ago
committer.go
all: implement path-based state scheme ( #25963 )
2 years ago
database.go
core, accounts, eth, trie: handle genesis state missing ( #28171 )
1 year ago
database_test.go
core, trie: cleanup trie database ( #28062 )
1 year ago
encoding.go
trie: reduce allocs in recHash ( #27770 )
2 years ago
encoding_test.go
trie: reduce allocs in recHash ( #27770 )
2 years ago
errors.go
cmd, core/state, eth, tests, trie: improve state reader ( #27428 )
2 years ago
hasher.go
build: upgrade to go 1.19 ( #25726 )
2 years ago
iterator.go
core, trie: rework trie database ( #26813 )
2 years ago
iterator_test.go
all: update golang/x/ext and fix slice sorting fallout ( #27909 )
2 years ago
node.go
core, trie: rework trie database ( #26813 )
2 years ago
node_enc.go
core, trie: rework trie database ( #26813 )
2 years ago
node_test.go
trie: improve node rlp decoding performance ( #25357 )
3 years ago
preimages.go
core, trie, eth, cmd: rework preimage store ( #25287 )
3 years ago
proof.go
cmd, core/state, eth, tests, trie: improve state reader ( #27428 )
2 years ago
proof_test.go
all: update golang/x/ext and fix slice sorting fallout ( #27909 )
2 years ago
secure_trie.go
trie, core/state: revert error removal in (*state.Trie).Commit ( #27544 )
2 years ago
secure_trie_test.go
all: activate pbss as experimental feature ( #26274 )
2 years ago
stacktrie.go
trie: refactor stacktrie ( #28233 )
1 year ago
stacktrie_marshalling.go
trie: refactor stacktrie ( #28233 )
1 year ago
stacktrie_test.go
trie: refactor stacktrie ( #28233 )
1 year ago
sync.go
trie: remove internal nodes between shortNode and child in path mode ( #28163 )
1 year ago
sync_test.go
trie: remove internal nodes between shortNode and child in path mode ( #28163 )
1 year ago
tracer.go
all: implement path-based state scheme ( #25963 )
2 years ago
tracer_test.go
all: activate pbss as experimental feature ( #26274 )
2 years ago
trie.go
all: implement path-based state scheme ( #25963 )
2 years ago
trie_id.go
cmd, core, eth, les, light: track deleted nodes ( #25757 )
2 years ago
trie_reader.go
all: activate pbss as experimental feature ( #26274 )
2 years ago
trie_test.go
trie: fix benchmark by ensuring key immutability ( #28221 )
1 year ago