vulcanize / cosmos-sdk

:chains: A Framework for Building High Value Public Blockchains :sparkles:
https://cosmos.network/
Other
0 stars 1 forks source link

Implement decoupled state commitments and storage #11

Closed roysc closed 3 years ago

roysc commented 3 years ago

Introduces a new CommitKVStore to implement ADR-040 proposal of decoupled commitment/data concerns.

Adapted from store/ll-smt branch (see https://github.com/cosmos/cosmos-sdk/pull/8507).

Description

Introduces the decoupled.Store type composed of:

closes: #1


Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why.

roysc commented 3 years ago

This should be a MVP state store for #1. Requires changes from the corresponding branch on tm-db: https://github.com/roysc/tm-db/tree/implement-adr-40 - (which just patches in minimal versioning support)

roysc commented 3 years ago

Moving this work to a PR on the main repo: https://github.com/cosmos/cosmos-sdk/pull/9485