Commit Graph

395 Commits (master)

Author SHA1 Message Date
Martin HS d3cc618951
trie: reduce allocations in stacktrie (#30743) 1 week ago
rjl493456442 82e963e5c9
triedb/pathdb: configure different node hasher in pathdb (#31008) 3 weeks ago
Guillaume Ballet 08e6bdb550
trie/utils: ensure master can generate a correct genesis for kaustinen7 (#30856) 2 months ago
Ng Wei Han 2406305175
trie: combine validation loops in VerifyRangeProof (#30823) 2 months ago
j2gg0s 6eeff3ee7d
trie: replace custom logic with bytes.HasPrefix (#30771) 2 months ago
wangjingcun 16f2f7155f
all: typos in comments (#30779) 2 months ago
zhiqiangxu 896fc51379
trie/utils: remove unneeded initialization (#30472) 3 months ago
Guillaume Ballet 06cbc80754
core, trie: verkle state processor tests (#30672) 3 months ago
Felföldi Zsolt 80bdab757d
ethdb: add DeleteRange feature (#30668) 3 months ago
rjl493456442 b6c62d5887
core, trie, triedb: minor changes from snapshot integration (#30599) 3 months ago
Martin HS f4dc7530b1
trie: concurrent commit (#30545) 4 months ago
maskpp ec596e06a5
core, trie: prealloc capacity for maps (#30437) 5 months ago
Ignacio Hagopian ab3ee99ca9
trie, core/state: Nyota EIP-6800 & EIP-4762 spec updates (#30357) 5 months ago
Guillaume Ballet e9467eec1c
consensus/beacon, core/types: add verkle witness builder (#30129) 5 months ago
rjl493456442 020f026616
trie: avoid un-needed map copy (#30343) 5 months ago
Guillaume Ballet df645e77b7
trie: use go-verkle helper for speedier (*VerkleTrie).RollBackAccount (#30242) 5 months ago
rjl493456442 5adf4adc8e
eth/protocols/snap: cleanup dangling account trie nodes due to incomplete storage (#30258) 6 months ago
Sina M 944718bf16
ethdb: remove snapshot (#30189) 6 months ago
rjl493456442 b530d8e455
trie, triedb: remove unnecessary child resolver interface (#30167) 7 months ago
Guillaume Ballet 79d2327771
trie: add RollBackAccount function to verkle trees (#30135) 7 months ago
rjl493456442 045b9718d5
trie: relocate state execution logic into pathdb package (#29861) 7 months ago
Halimao 269e80b07e
eth/tracers,trie: remove unnecessary check (#30071) 7 months ago
maskpp 9298d2db88
trie/trienode: remove unnecessary check in Summary (#30047) 7 months ago
jwasinger ed8fd0ac09
all: stateless witness builder and (self-)cross validator (#29719) 7 months ago
maskpp 00675c5876
trie/trienode: avoid unnecessary copy (#30019) 8 months ago
jwasinger 0e3a0a693c
trie: don't reset tracer at the end of Commit (#30024) 8 months ago
Ha DANG 67a862db9d
cmd/geth, ethdb/pebble: improve database statistic (#29948) 8 months ago
maskpp 115d154392
trie, triedb/pathdb: prealloc capacity for map and slice (#29986) 8 months ago
jwasinger 69351e8b0f
core/state, eth/protocols, trie, triedb/pathdb: remove unused error from trie Commit (#29869) 8 months ago
Roy Crihfield 68c0ec0815
trie: iterate values pre-order and fix seek behavior (#27838) 8 months ago
cocoyeal be5df74ed5
trie: update the `valid` function comments (#29809) 8 months ago
rjl493456442 473ee8fc07
trie, eth/protocols/snap: sanitize the committed node data (#29485) 9 months ago
Guillaume Ballet 44a50c9f96
cmd, core, params, trie: add verkle access witness gas charging (#29338) 9 months ago
rjl493456442 9f96e07c1c
core/rawdb, trie: improve db APIs for accessing trie nodes (#29362) 9 months ago
Martin HS 242b24af9f
trie/trienode: minor speedup in nodeset merging (#29683) 9 months ago
Aaron Chen 7362691479
trie, consensus/clique: use maps.Clone (#29616) 9 months ago
qcrao ac21f9bfb5
trie: preallocate capacity for fields slice (#29614) 9 months ago
haoran b2b0e1da8c
all: fix various typos (#29600) 9 months ago
Aaron Chen 74e8d2da97
trie/utils: simplify codeChunkIndex (#29480) 10 months ago
rjl493456442 d3c4466edd
core, eth/protocols/snap, trie: fix cause for snap-sync corruption, implement gentrie (#29313) 10 months ago
Aaron Chen 15ff066a24
trie/utils: change Div+Mod to DivMod (#29413) 10 months ago
cui c39d00e316
trie: using maps.Clone (#29419) 10 months ago
Aaron Chen 723b1e36ad
all: fix mismatched names in comments (#29348) 10 months ago
Martin HS 14cc967d19
all: remove dependency on golang.org/exp (#29314) 10 months ago
rjl493456442 15eb9773f9
triedb/pathdb: improve tests (#29278) 11 months ago
rjl493456442 7b81cf6362
core/state, trie/triedb/pathdb: remove storage incomplete flag (#28940) 11 months ago
yzb db4cf69166
all: replace fmt.Errorf() with errors.New() if no param required (#29126) 11 months ago
rjl493456442 fe91d476ba
all: remove the dependency from trie to triedb (#28824) 12 months ago
Dimitris Apostolou 8fd43c8013
all: fix typos in comments (#28881) 1 year ago
Martin HS a5a4fa7032
all: use uint256 in state (#28598) 1 year ago