go-ethereum/core/stateless
Ömer Faruk Irmak c36f7bec7f
core/stateless: track number of leaf nodes at each trie depth (#32533)
Switches to using counters so that the gauges don't cause any
information to be lost. Counters can be used to calculate all sorts of
metrics on Grafana. Which is also why min/avg/max logic is removed to
make things simple and small here.
2025-09-02 12:43:26 +02:00
..
database.go beacon, core, eth, miner: integrate witnesses into production Geth (#30069) 2024-09-20 16:43:42 +03:00
encoding.go beacon, core, eth, miner: integrate witnesses into production Geth (#30069) 2024-09-20 16:43:42 +03:00
stats.go core/stateless: track number of leaf nodes at each trie depth (#32533) 2025-09-02 12:43:26 +02:00
stats_test.go core/stateless: track number of leaf nodes at each trie depth (#32533) 2025-09-02 12:43:26 +02:00
witness.go core, miner, trie: add metrics tracking state trie depth (#32388) 2025-08-22 22:09:14 +08:00