go-ethereum/ethdb
Sina M a7d9b52eaf
core/rawdb: integrate eradb backend for RPC (#31604)
This implements a backing store for chain history based on era1 files.
The new store is integrated with the freezer. Queries for blocks and receipts
below the current freezer tail are handled by the era store.

---------

Co-authored-by: Gary Rong <garyrong0905@gmail.com>
Co-authored-by: Felix Lange <fjl@twurst.com>
Co-authored-by: lightclient <lightclient@protonmail.com>
2025-06-03 10:47:38 +02:00
..
dbtest ethdb: add DeleteRange feature (#30668) 2024-10-25 17:33:46 +02:00
leveldb core, ethdb: introduce database sync function (#31703) 2025-05-08 19:10:26 +08:00
memorydb core, ethdb: introduce database sync function (#31703) 2025-05-08 19:10:26 +08:00
pebble ethdb/pebble: expose stall counter of pebble (#31782) 2025-05-12 14:37:01 +08:00
remotedb core/rawdb: integrate eradb backend for RPC (#31604) 2025-06-03 10:47:38 +02:00
batch.go core, ethdb, tests, trie: implement NewBatchWithSize API for batcher (#24392) 2022-02-15 15:15:13 +02:00
database.go core/rawdb: integrate eradb backend for RPC (#31604) 2025-06-03 10:47:38 +02:00
iterator.go all: simplify and fix database iteration with prefix/start (#20808) 2020-04-15 14:08:53 +03:00