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.
Ignacio Hagopian
ab3ee99ca9
trie, core/state: Nyota EIP-6800 & EIP-4762 spec updates ( #30357 )
...
This PR implements changes related to
[EIP-6800](https://eips.ethereum.org/EIPS/eip-6800 ) and
[EIP-4762](https://eips.ethereum.org/EIPS/eip-4762 ) spec updates.
A TL;DR of the changes is that `Version`, `Balance`, `Nonce` and
`CodeSize` are encoded in a single leaf named `BasicData`. For more
details, see the [_Header Values_ table in
EIP-6800](https://eips.ethereum.org/EIPS/eip-6800#header-values ).
The motivation for this was simplifying access event patterns, reducing
code complexity, and, as a side effect, saving gas since fewer leaf
nodes must be accessed.
---------
Co-authored-by: Guillaume Ballet <3272758+gballet@users.noreply.github.com>
Co-authored-by: Felix Lange <fjl@twurst.com>
2 months ago
..
trienode
trie/trienode: remove unnecessary check in Summary ( #30047 )
5 months ago
triestate
trie: relocate state execution logic into pathdb package ( #29861 )
5 months ago
utils
trie, core/state: Nyota EIP-6800 & EIP-4762 spec updates ( #30357 )
2 months ago
committer.go
trie, triedb: remove unnecessary child resolver interface ( #30167 )
4 months ago
database_test.go
all: remove the dependency from trie to triedb ( #28824 )
9 months ago
encoding.go
trie: reduce allocs in recHash ( #27770 )
1 year ago
encoding_test.go
trie: reduce allocs in recHash ( #27770 )
1 year ago
errors.go
all: fix various typos ( #29600 )
7 months ago
hasher.go
core/rawdb, trie: improve db APIs for accessing trie nodes ( #29362 )
6 months ago
iterator.go
trie: iterate values pre-order and fix seek behavior ( #27838 )
5 months ago
iterator_test.go
core/state, eth/protocols, trie, triedb/pathdb: remove unused error from trie Commit ( #29869 )
5 months 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 )
2 years ago
proof.go
all: fix various typos ( #29600 )
7 months ago
proof_test.go
all: fix mismatched names in comments ( #29348 )
8 months ago
secure_trie.go
trie, core/state: Nyota EIP-6800 & EIP-4762 spec updates ( #30357 )
2 months ago
secure_trie_test.go
core/state, eth/protocols, trie, triedb/pathdb: remove unused error from trie Commit ( #29869 )
5 months ago
stacktrie.go
eth/protocols/snap: cleanup dangling account trie nodes due to incomplete storage ( #30258 )
3 months ago
stacktrie_fuzzer_test.go
core/state, eth/protocols, trie, triedb/pathdb: remove unused error from trie Commit ( #29869 )
5 months ago
stacktrie_test.go
core, eth/protocols/snap, trie: fix cause for snap-sync corruption, implement gentrie ( #29313 )
7 months ago
sync.go
trie: update the `valid` function comments ( #29809 )
6 months ago
sync_test.go
core/state, eth/protocols, trie, triedb/pathdb: remove unused error from trie Commit ( #29869 )
5 months ago
tracer.go
trie, consensus/clique: use maps.Clone ( #29616 )
7 months ago
tracer_test.go
core/state, eth/protocols, trie, triedb/pathdb: remove unused error from trie Commit ( #29869 )
5 months ago
trie.go
all: stateless witness builder and (self-)cross validator ( #29719 )
5 months ago
trie_id.go
cmd, core, eth, les, light: track deleted nodes ( #25757 )
2 years ago
trie_reader.go
trie: relocate state execution logic into pathdb package ( #29861 )
5 months ago
trie_test.go
ethdb: remove snapshot ( #30189 )
4 months ago
verkle.go
trie, core/state: Nyota EIP-6800 & EIP-4762 spec updates ( #30357 )
2 months ago
verkle_test.go
trie, core/state: Nyota EIP-6800 & EIP-4762 spec updates ( #30357 )
2 months ago