Gary Rong
53691eec4e
core/rawdb, triedb/pathdb: implement history indexer
2025-02-13 11:27:30 +08:00
Gary Rong
4b56cf6107
triedb/pathdb: introduce lookup structure to optimize state access
2025-02-12 09:57:33 +08:00
Gary Rong
e09d03cea8
core, triedb/pathdb: integrate state snapshot inth pathdb
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
05148d972c
triedb/pathdb: track flat state changes in pathdb (snapshot integration pt 2) ( #30643 )
...
This pull request ports some changes from the main state snapshot
integration one, specifically introducing the flat state tracking in
pathdb.
Note, the tracked flat state changes are only held in memory and won't
be persisted in the disk. Meanwhile, the correspoding state retrieval in
persistent state is also not supported yet. The states management in
disk is more complicated and will be implemented in a separate pull
request.
Part 1: https://github.com/ethereum/go-ethereum/pull/30752
2024-11-29 19:30:45 +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
Guillaume Ballet
da7469e5c4
core: add an end-to-end verkle test ( #29262 )
...
core: add a simple verkle test
triedb, core: skip hash comparison in verkle
core: remove legacy daoFork logic in verkle chain maker
fix: nil pointer in tests
triedb/pathdb: add blob hex
core: less defensive
Co-authored-by: Ignacio Hagopian <jsign.uy@gmail.com>
Co-authored-by: Martin HS <martin@swende.se>
Co-authored-by: Gary Rong <garyrong0905@gmail.com>
2024-03-26 21:25:41 +01: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