Gary Rong
4b56cf6107
triedb/pathdb: introduce lookup structure to optimize state access
2025-02-12 09:57:33 +08:00
Felix Lange
5d97db8d03
all: update license comments and AUTHORS ( #31133 )
2025-02-05 23:01:17 +01:00
rjl493456442
82e963e5c9
triedb/pathdb: configure different node hasher in pathdb ( #31008 )
...
As the node hash scheme in verkle and merkle are totally different, the
original default node hasher in pathdb is no longer suitable. Therefore,
this pull request configures different node hasher respectively.
2025-01-10 20:51:19 +08:00
rjl493456442
b6c62d5887
core, trie, triedb: minor changes from snapshot integration ( #30599 )
...
This change ports some non-important changes from https://github.com/ethereum/go-ethereum/pull/30159 , including interface renaming and some trivial refactorings.
2024-10-18 17:06:31 +02:00
rjl493456442
fe91d476ba
all: remove the dependency from trie to triedb ( #28824 )
...
This change removes the dependency from trie package to triedb package.
2024-02-13 14:49:53 +01:00