Force use of LevelDB in go-ethereum stacks #480

Open
opened 2023-08-02 14:58:17 +00:00 by dboreham · 0 comments
Contributor

Upstream go-ethereum recently changed its storage layer to pebble, from LevelDB. Since our downstream processing tools expect LevelDB, we need to ensure that when we run go-ethereum it uses LevelDB not pebble.

Upstream [go-ethereum](https://github.com/ethereum/go-ethereum) recently changed its storage layer to [pebble](https://github.com/cockroachdb/pebble), from LevelDB. Since our downstream processing tools expect LevelDB, we need to ensure that when we run go-ethereum it uses LevelDB not pebble.
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#480