cosmos-sdk icon indicating copy to clipboard operation
cosmos-sdk copied to clipboard

backport adr-038 streaming service to older versions

Open yihuang opened this issue 3 years ago • 1 comments

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.

yihuang avatar Sep 19 '22 01:09 yihuang

We can make this happen!

tac0turtle avatar Sep 19 '22 07:09 tac0turtle

all merged, thanks.

yihuang avatar Oct 06 '22 03:10 yihuang