cosmos-sdk
cosmos-sdk copied to clipboard
backport adr-038 streaming service to older versions
Summary
here we are discussing using the streaming service to dump state to more compact storage, to provide alternative archive storage that's smaller than an archived iavl tree.
But since we are archiving states, it's only useful if it can be applied to legacy part of the chains, so it's important that we backport the streaming service to older versions (the oldest version we use is 0.44.x).
Problem Definition
Proposal
backport:
- https://github.com/cosmos/cosmos-sdk/pull/8664
The step 1 is included in 0.44, step 2 is included in 0.46, so we only need to backport step 2 to 0.44 and 0.45.
We can make this happen!
all merged, thanks.