-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem: there's no compact historical state storage #704
Comments
yihuang
added a commit
to yihuang/cronos
that referenced
this issue
Sep 27, 2022
Closes: crypto-org-chain#704 Solution: - Integration version store and streaming service.
13 tasks
yihuang
added a commit
to yihuang/cronos
that referenced
this issue
Sep 27, 2022
Closes: crypto-org-chain#704 Solution: - Integration version store and streaming service.
yihuang
added a commit
to yihuang/cronos
that referenced
this issue
Sep 27, 2022
Closes: crypto-org-chain#704 Solution: - Integration version store and streaming service.
1 task
yihuang
added a commit
to yihuang/cronos
that referenced
this issue
Oct 7, 2022
Closes: crypto-org-chain#704 Solution: - Integration version store and streaming service. multiple backends db size benchmark support mdbx backend through tm-db store latest version support GetLatestVersion query multistore test versiondb streamer
yihuang
added a commit
to yihuang/cronos
that referenced
this issue
Nov 28, 2022
Closes: crypto-org-chain#704 Solution: - Integration version store and streaming service. multiple backends db size benchmark support mdbx backend through tm-db store latest version support GetLatestVersion query multistore test versiondb streamer fix lint fix state listener temp fix state listening optimize common case fix lint try to fix mdbx build update cosmos-sdk fix clone append add test case fix subkey problem in history index revert chunking, hard to work with variable length key support iterator check future height fix lint new state listener fix latest state in query fix integration test fix prune node test update dependency add utility to read from file streamer Update versiondb/multistore.go Signed-off-by: yihuang <[email protected]> add unit test create common backend test cases update dependency update with new file streamer format Problem: python3.10 is not used in integration tests Solution: - start using python3.10, prepare to later PRs which need the new features - update nixpkgs nesserary for the nix stuff to work. python-roaring64 remove debug log add test cases, improve coverage
13 tasks
closed by #791 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A solution for: #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.
The text was updated successfully, but these errors were encountered: