cronos
cronos copied to clipboard
Problem: there's no compact historical state storage
A solution for: https://github.com/crypto-org-chain/cronos/issues/451 Since we already have the state streaming in SDK(ADR 038), it's possible to implement the idea in Cronos itself. Just implement a streaming service that store the state changes in a kv db, the format is explained here.
File streamer integration
- [x] main https://github.com/crypto-org-chain/cronos/pull/702
- [x] 0.9.x https://github.com/crypto-org-chain/cronos/pull/721
- [ ] 0.8.x https://github.com/crypto-org-chain/cronos/pull/717
- [ ] 0.7.x https://github.com/crypto-org-chain/cronos/pull/716
- [ ] 0.6.x https://github.com/crypto-org-chain/cronos/pull/700
closed by #791