-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
feat: ADR-040: add state sync for v2 store #10794
Merged
mergify
merged 36 commits into
cosmos:master
from
vulcanize:sai/10194_state_sync_v2_store
Mar 4, 2022
Merged
Changes from 10 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
cb239cf
feat: add state sync for v2 store
7d0c571
update the changelog
b662da1
update the changelog
d7aa01d
revert the changelog
8370ef2
revert the changelog
2f65306
Merge remote-tracking branch 'upstream/master' into sai/10194_state_s…
91a433b
Merge branch 'master' into sai/10194_state_sync_v2_store
gsk967 172b628
chore: address the pr comments
689b695
Merge branch 'sai/10194_state_sync_v2_store' of github.com:vulcanize/…
57ad95b
Merge upstream/master
54253f3
Merge the remote upstream/master
2bbde5a
Merge branch 'master' into sai/10194_state_sync_v2_store
gsk967 00681c1
refactor: add common functions for snapshot restore,export stream pip…
3d809f1
Merge branch 'master' into sai/10194_state_sync_v2_store
gsk967 b43bc26
Merge branch 'master' into sai/10194_state_sync_v2_store
gsk967 3664099
Merge branch 'master' into sai/10194_state_sync_v2_store
gsk967 2362f84
Merge branch 'master' into sai/10194_state_sync_v2_store
gsk967 825e9e2
Merge branch 'master' into sai/10194_state_sync_v2_store
gsk967 f5aa8ee
Merge branch 'master' into sai/10194_state_sync_v2_store
gsk967 1d0d848
fix the conflicts and merge the master
c280737
refactor: refactored the snapshot sync for v2 store
3d3c6cb
chore: add pull info into changelog
d271af9
Merge branch 'master' into sai/10194_state_sync_v2_store
gsk967 0c60d58
fix: fix the test case
9f35964
Merge branch 'master' into sai/10194_state_sync_v2_store
gsk967 b6cde03
chore: address the review comments
a34cfb8
Merge branch 'master' into sai/10194_state_sync_v2_store
gsk967 3d09bbd
chore: address the review comments
808fc1e
chore: address the review comments
f422e7c
Merge branch 'master' into sai/10194_state_sync_v2_store
gsk967 beb757c
chore: bump the snapshot format
ab3ffde
use new format version in unit tests
i-norden f47ace3
imports ordering
i-norden f5478fd
Merge pull request #19 from vulcanize/ian/10194_state_sync_v2_store
gsk967 43b113f
Merge branch 'master' into sai/10194_state_sync_v2_store
gsk967 1dbf325
merge the upstream master
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In https://github.com/cosmos/cosmos-sdk/pull/10961/files it's moved to a new package.
Lets invite @yihuang for the next call to discuss how we should converge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One thing that comes to my mind is the state-sync hooks PR should be backward compatible and could be backported to older versions. So it's better to merge that first, then do the breaking changes on top of that.