Matthieu Vachon
d1f03614a4
Merge tag 'v1.14.12' into firehose-fh3.0
...
# Conflicts:
# cmd/geth/misccmd.go
# core/state/statedb.go
# core/state_processor.go
# go.mod
2024-12-17 16:01:41 -05:00
Aaron Chen
74e8d2da97
trie/utils: simplify codeChunkIndex ( #29480 )
...
minor simplification to the code
2024-04-17 08:24:30 +02:00
Aaron Chen
15ff066a24
trie/utils: change Div+Mod to DivMod ( #29413 )
...
* trie/utils: change Div+Mod to DivMod
* trie/utils: gofmt
2024-04-04 16:52:38 +03:00
Guillaume Ballet
fa8d39807d
cmd, core, trie: verkle-capable geth init ( #28270 )
...
This change allows the creation of a genesis block for verkle testnets. This makes for a chunk of code that is easier to review and still touches many discussion points.
2023-11-14 13:09:40 +01:00