ChainSafe / ChainSafe/gossamer
parachain/disputes: implement backend using pebbledb
Open
- Dominant language
- Go
- Stars
- 454
- Forks
- 144
- PR merge metrics
- No merged PRs in 30d
Description
## Task summary
The earlier implementation of the backend was using badgerDB #3344. We need to replace it with pebbledb.
## Specification reference
Parity's implementation:
https://github.com/paritytech/polkadot/blob/master/node/core/dispute-coordinator/src/backend.rs
https://github.com/paritytech/polkadot/tree/master/node/core/dispute-coordinator/src/db
Contributor guide
Assessment
This issue has not been assessed yet.