693ffb130e
3 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
ae9834e60f
|
feat: ADR-040: Implement BadgerDB backend (#9848)
## Description
Partially resolves: https://github.com/vulcanize/cosmos-sdk/issues/14
Implements a [BadgerDB](https://pkg.go.dev/github.com/dgraph-io/badger/v3)-based backend for the DB interface introduced by https://github.com/cosmos/cosmos-sdk/pull/9573 and specified by [ADR-040](
|
|||
|
2c31451a55
|
feat: ADR 040: Implement in-memory DB backend (#9952)
## Description
Implements an in-memory backend for the DB interface introduced by https://github.com/cosmos/cosmos-sdk/pull/9573 and specified by [ADR-040](
|
|||
|
e3aec18403
|
feat: ADR 040: New DB interface (#9573)
<!--
The default pull request template is for types feat, fix, or refactor.
For other templates, add one of the following parameters to the url:
- template=docs.md
- template=other.md
-->
## New DB interface to replace `tm-db`
This introduces a new interface to wrap the backend KV store DB while supporting versioning and ACID transactions.
Part of [ADR-040](
|