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

explicitly apply dragonberry patch #3617

Merged
merged 2 commits into from
Dec 5, 2022
Merged

Conversation

faddat
Copy link
Member

@faddat faddat commented Dec 5, 2022

What is the purpose of the change

The dragonberry patch may or may not be implicitly applied from Osmosis dependencies. This PR explicitly applies the dragonberry patch to osmosis in go.mod.

There is an upcoming update to ics23 v0.9.0 which will replace this, but I think this is a good idea to have in v13.0.1 (and should probably be what validators upgrade to)

The above PR may require changes to the osmosis-sdk, so for now, it likely makes sense to explicitly apply the dragonberry fix in the replace section of go.mod.

Brief Changelog

	// dragonberry
	github.com/confio/ics23/go => github.com/cosmos/cosmos-sdk/ics23/go v0.8.0

to go.mod, and make a few other small cosmetic changes to go.mod

Testing and Verifying

"Dragonberry active" should be visible in node logs.

Documentation and Release Note

  • Does this pull request introduce a new feature or user-facing behavior changes? no
  • Is a relevant changelog entry added to the Unreleased section in CHANGELOG.md? no
  • How is the feature or change documented? (not applicable / specification (x/<module>/spec/) / Osmosis docs repo / not documented)

@faddat faddat added A:backport/v13.x backport patches to v13.x branch V:state/compatible/backport State machine compatible PR, should be backported labels Dec 5, 2022
@faddat faddat self-assigned this Dec 5, 2022
@ValarDragon
Copy link
Member

TYSM, yikes that this was missed

@ValarDragon ValarDragon merged commit da6b7d1 into main Dec 5, 2022
@ValarDragon ValarDragon deleted the faddat/explicit-dragonberry branch December 5, 2022 16:15
mergify bot pushed a commit that referenced this pull request Dec 5, 2022
* explicitly apply dragonberry and clean go.mod a bit

* dragonberry

(cherry picked from commit da6b7d1)
ValarDragon pushed a commit that referenced this pull request Dec 5, 2022
* explicitly apply dragonberry and clean go.mod a bit

* dragonberry

(cherry picked from commit da6b7d1)

Co-authored-by: Jacob Gadikian <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A:backport/v13.x backport patches to v13.x branch V:state/compatible/backport State machine compatible PR, should be backported
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants