Skip to content
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
merged 36 commits into from
Mar 4, 2022
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
cb239cf
feat: add state sync for v2 store
Dec 16, 2021
7d0c571
update the changelog
Dec 16, 2021
b662da1
update the changelog
Dec 16, 2021
d7aa01d
revert the changelog
Dec 16, 2021
8370ef2
revert the changelog
Dec 16, 2021
2f65306
Merge remote-tracking branch 'upstream/master' into sai/10194_state_s…
Dec 20, 2021
91a433b
Merge branch 'master' into sai/10194_state_sync_v2_store
gsk967 Dec 20, 2021
172b628
chore: address the pr comments
Jan 12, 2022
689b695
Merge branch 'sai/10194_state_sync_v2_store' of github.com:vulcanize/…
Jan 12, 2022
57ad95b
Merge upstream/master
Jan 12, 2022
54253f3
Merge the remote upstream/master
Jan 27, 2022
2bbde5a
Merge branch 'master' into sai/10194_state_sync_v2_store
gsk967 Jan 28, 2022
00681c1
refactor: add common functions for snapshot restore,export stream pip…
Jan 29, 2022
3d809f1
Merge branch 'master' into sai/10194_state_sync_v2_store
gsk967 Jan 29, 2022
b43bc26
Merge branch 'master' into sai/10194_state_sync_v2_store
gsk967 Jan 31, 2022
3664099
Merge branch 'master' into sai/10194_state_sync_v2_store
gsk967 Jan 31, 2022
2362f84
Merge branch 'master' into sai/10194_state_sync_v2_store
gsk967 Feb 1, 2022
825e9e2
Merge branch 'master' into sai/10194_state_sync_v2_store
gsk967 Feb 2, 2022
f5aa8ee
Merge branch 'master' into sai/10194_state_sync_v2_store
gsk967 Feb 3, 2022
1d0d848
fix the conflicts and merge the master
Feb 25, 2022
c280737
refactor: refactored the snapshot sync for v2 store
Feb 25, 2022
3d3c6cb
chore: add pull info into changelog
Feb 25, 2022
d271af9
Merge branch 'master' into sai/10194_state_sync_v2_store
gsk967 Feb 25, 2022
0c60d58
fix: fix the test case
Feb 25, 2022
9f35964
Merge branch 'master' into sai/10194_state_sync_v2_store
gsk967 Feb 25, 2022
b6cde03
chore: address the review comments
Feb 25, 2022
a34cfb8
Merge branch 'master' into sai/10194_state_sync_v2_store
gsk967 Feb 28, 2022
3d09bbd
chore: address the review comments
Feb 28, 2022
808fc1e
chore: address the review comments
Feb 28, 2022
f422e7c
Merge branch 'master' into sai/10194_state_sync_v2_store
gsk967 Feb 28, 2022
beb757c
chore: bump the snapshot format
Feb 28, 2022
ab3ffde
use new format version in unit tests
i-norden Feb 28, 2022
f47ace3
imports ordering
i-norden Feb 28, 2022
f5478fd
Merge pull request #19 from vulcanize/ian/10194_state_sync_v2_store
gsk967 Mar 3, 2022
43b113f
Merge branch 'master' into sai/10194_state_sync_v2_store
gsk967 Mar 3, 2022
1dbf325
merge the upstream master
Mar 4, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
* (x/authz) [\#10714](https://github.com/cosmos/cosmos-sdk/pull/10714) Add support for pruning expired authorizations
* [\#10015](https://github.com/cosmos/cosmos-sdk/pull/10015) ADR-040: ICS-23 proofs for SMT store
* [\#11240](https://github.com/cosmos/cosmos-sdk/pull/11240) Replace various modules `ModuleCdc` with the global `legacy.Cdc`
* [\#10794](https://github.com/cosmos/cosmos-sdk/pull/10794) ADR-040: Add State Sync to V2 Store

### API Breaking Changes

Expand Down
Loading