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.
jwasinger
58f65c60c2
trie: copy preimage store pointer in StateTrie.Copy ( #31158 )
...
This fixes an error where executing `evm run --dump ...` omits preimages
from the dump (because the statedb used for execution is a copy of
another instance).
2 weeks ago
..
trienode
all: update license comments and AUTHORS ( #31133 )
2 weeks ago
utils
all: update license comments and AUTHORS ( #31133 )
2 weeks ago
bytepool.go
trie: reduce allocations in stacktrie ( #30743 )
1 month ago
committer.go
trie: concurrent commit ( #30545 )
4 months ago
database_test.go
core, trie, triedb: minor changes from snapshot integration ( #30599 )
4 months ago
encoding.go
trie: reduce allocations in stacktrie ( #30743 )
1 month ago
encoding_test.go
trie: reduce allocs in recHash ( #27770 )
2 years ago
errors.go
all: fix various typos ( #29600 )
10 months ago
hasher.go
trie: reduce allocations in stacktrie ( #30743 )
1 month ago
iterator.go
trie: iterate values pre-order and fix seek behavior ( #27838 )
9 months ago
iterator_test.go
core, trie, triedb: minor changes from snapshot integration ( #30599 )
4 months ago
node.go
trie: reduce allocations in stacktrie ( #30743 )
1 month ago
node_enc.go
trie: reduce allocations in stacktrie ( #30743 )
1 month ago
node_test.go
trie: improve node rlp decoding performance ( #25357 )
3 years ago
proof.go
trie: combine validation loops in VerifyRangeProof ( #30823 )
3 months ago
proof_test.go
all: fix mismatched names in comments ( #29348 )
11 months ago
secure_trie.go
trie: copy preimage store pointer in StateTrie.Copy ( #31158 )
2 weeks ago
secure_trie_test.go
core/state, eth/protocols, trie, triedb/pathdb: remove unused error from trie Commit ( #29869 )
9 months ago
stacktrie.go
trie: reduce allocations in stacktrie ( #30743 )
1 month ago
stacktrie_fuzzer_test.go
core/state, eth/protocols, trie, triedb/pathdb: remove unused error from trie Commit ( #29869 )
9 months ago
stacktrie_test.go
trie: reduce allocations in stacktrie ( #30743 )
1 month ago
sync.go
trie: update the `valid` function comments ( #29809 )
9 months ago
sync_test.go
core, trie, triedb: minor changes from snapshot integration ( #30599 )
4 months ago
tracer.go
trie, consensus/clique: use maps.Clone ( #29616 )
10 months ago
tracer_test.go
core/state, eth/protocols, trie, triedb/pathdb: remove unused error from trie Commit ( #29869 )
9 months ago
trie.go
trie: replace custom logic with bytes.HasPrefix ( #30771 )
3 months ago
trie_id.go
all: update license comments and AUTHORS ( #31133 )
2 weeks ago
trie_reader.go
triedb/pathdb: configure different node hasher in pathdb ( #31008 )
1 month ago
trie_test.go
ethdb: add DeleteRange feature ( #30668 )
4 months ago
verkle.go
all: update license comments and AUTHORS ( #31133 )
2 weeks ago
verkle_test.go
all: update license comments and AUTHORS ( #31133 )
2 weeks ago