-
Notifications
You must be signed in to change notification settings - Fork 145
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!: upgrade ics sdk47 ibc7 #1019
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
0437dc7
Merge main into feat/upgrade-ics-sdk47-ibc7 (#955)
MSalopek 95e0a7f
feat!: upgrade ics to ibc-go/v7 and cosmos-sdk/v0.47 (#918)
MSalopek 1bb8d39
chore: sdk47 post upgrade cleanup (#970)
tbruyelle 8cd0ca9
fix!: avoid panicking on CancelUnbondingDelegation (#977)
mpoke 1f58139
Merge branch 'main' into feat/upgrade-ics-sdk47-ibc7
MSalopek e72303e
refactor: first batch of post-merge changes
MSalopek 0e496c7
refactor: batch sovereign changes with v47
MSalopek 85659f0
refactor: another batch of post-merge changes
MSalopek 1aec51f
changes to go.mod
MSalopek 6867075
refactor: final batch of changes post-merge
MSalopek 7b11a5e
refactor: rebuild protos for v47
MSalopek 109cccb
refactor: rebuild mocks for v47
MSalopek 377f466
refactor: testing changes
MSalopek a250216
refactor: update proto tooling and rebuild protos
MSalopek b467817
lint: appease gosec
MSalopek 25d36c5
chore: rm unused string from Makefile
MSalopek 96ed974
chore: rm unused in makefile .phony
MSalopek b926a4d
temporarily disable proto-check to run automated tests
MSalopek 1b649f0
refactor: merge main into feature branch with fixes (#1038)
MSalopek f29b8e2
Merge branch 'masa/v47-finalize-main' into feat/upgrade-ics-sdk47-ibc7
mpoke 30084e0
chore: bump sdk to v0.47.3 (#1040)
MSalopek 2dcc5e2
Merge branch 'main' into feat/upgrade-ics-sdk47-ibc7
mpoke 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.git/ | ||
Dockerfile | ||
*.md | ||
.gitignore | ||
.gitattributes | ||
scripts/ | ||
.vscode/ | ||
.github/ | ||
proto/ |
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
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
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.
Will reintroduce in #1041
This stopped working in CI but still works locally. Removed here since it blocks testing.