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

chore: upgrade sdk with snapshot manager fix #1700

Merged
merged 5 commits into from
Jun 7, 2022

Conversation

p0mvn
Copy link
Member

@p0mvn p0mvn commented Jun 7, 2022

Closes: #1697

What is the purpose of the change

Fixes the issue with snapshot manager not being configured due to snapshot-interval being 0 in app.toml

Specifically, upgrades cosmos-sdk fork with this fix: osmosis-labs/cosmos-sdk#236

Documentation and Release Note

  • Does this pull request introduce a new feature or user-facing behavior changes? yes
  • Is a relevant changelog entry added to the Unreleased section in CHANGELOG.md? (es
  • How is the feature or change documented? not applicable

@p0mvn p0mvn added the A:backport/v9.x Do not use. backport patches to v9.x branch label Jun 7, 2022
@p0mvn p0mvn marked this pull request as ready for review June 7, 2022 21:40
@p0mvn p0mvn requested a review from a team June 7, 2022 21:40
go.mod Outdated Show resolved Hide resolved
@ValarDragon ValarDragon added the A:backport/v8.x backport patches to v8.x branch label Jun 7, 2022
@ValarDragon ValarDragon merged commit 9165ac2 into main Jun 7, 2022
@ValarDragon ValarDragon deleted the roman/snapshot-manager-sdk-upgrade branch June 7, 2022 23:22
mergify bot pushed a commit that referenced this pull request Jun 7, 2022
* chore: upgrade sdk with snapshot manager fix

* changelog

* Update branch version

* Try fix e2e test

Co-authored-by: Dev Ojha <[email protected]>
Co-authored-by: Dev Ojha <[email protected]>
(cherry picked from commit 9165ac2)

# Conflicts:
#	CHANGELOG.md
#	go.mod
#	go.sum
#	tests/e2e/chain/config.go
mergify bot pushed a commit that referenced this pull request Jun 7, 2022
* chore: upgrade sdk with snapshot manager fix

* changelog

* Update branch version

* Try fix e2e test

Co-authored-by: Dev Ojha <[email protected]>
Co-authored-by: Dev Ojha <[email protected]>
(cherry picked from commit 9165ac2)

# Conflicts:
#	CHANGELOG.md
czarcas7ic pushed a commit that referenced this pull request Jun 7, 2022
* chore: upgrade sdk with snapshot manager fix (#1700)

* chore: upgrade sdk with snapshot manager fix

* changelog

* Update branch version

* Try fix e2e test

Co-authored-by: Dev Ojha <[email protected]>
Co-authored-by: Dev Ojha <[email protected]>
(cherry picked from commit 9165ac2)

# Conflicts:
#	CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Roman <[email protected]>
Co-authored-by: Dev Ojha <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A:automerge A:backport/v8.x backport patches to v8.x branch A:backport/v9.x Do not use. backport patches to v9.x branch
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Snapshot manager
2 participants