go-ethereum/triedb
CPerezz 9493cb30fc
triedb/pathdb: downgrade duplicate disable log from ERROR to INFO
After an unclean shutdown, Disable() is called twice which is expected
behavior. The second call was logging at ERROR level, which was
misleading. Downgrade to INFO since this is a normal occurrence.
2026-04-17 11:55:16 +02:00
..
database trie: optimize memory allocation (#30932) 2025-03-25 14:59:44 +01:00
hashdb core, miner, tests: introduce codedb and simplify cachingDB (#33816) 2026-03-10 08:29:21 +01:00
pathdb triedb/pathdb: downgrade duplicate disable log from ERROR to INFO 2026-04-17 11:55:16 +02:00
database.go all: fix rebasing issues 2026-03-31 17:56:41 -04:00
history.go cmd, triedb: implement history inspection (#29267) 2024-03-22 20:12:10 +08:00
preimages.go all: remove the dependency from trie to triedb (#28824) 2024-02-13 14:49:53 +01:00
preimages_test.go triedb: add test suite for preimage store (#31574) 2025-05-05 14:01:53 +08:00
states.go all: update license comments and AUTHORS (#31133) 2025-02-05 23:01:17 +01:00