Force use of LevelDB in go-ethereum stacks #480

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

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.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cerc-io/stack-orchestrator#480
No description provided.