go-ethereum/trie/trienode
rjl493456442 cbbf686ecc
Some checks are pending
/ Linux Build (push) Waiting to run
/ Linux Build (arm) (push) Waiting to run
/ Windows Build (push) Waiting to run
/ Docker Image (push) Waiting to run
trie, core: rework tracer and track origin value of dirty nodes (#32306)
These changes made in the PR should be highlighted here

The trie tracer is split into two distinct structs: opTracer and prevalueTracer. 
The former is specific to MPT, while the latter is generic and applicable to all
trie implementations.

The original values of dirty nodes are tracked in a NodeSet. This serves
as the foundation for both full archive node implementations and the state live
tracer.
2025-08-11 21:55:38 +08:00
..
node.go trie, core: rework tracer and track origin value of dirty nodes (#32306) 2025-08-11 21:55:38 +08:00
node_test.go trie, core: rework tracer and track origin value of dirty nodes (#32306) 2025-08-11 21:55:38 +08:00
proof.go ethdb: add DeleteRange feature (#30668) 2024-10-25 17:33:46 +02:00