-
Notifications
You must be signed in to change notification settings - Fork 657
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: revert SDK to 0.50 #7932
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
2163800
Revert "chore: bump to sdk v0.52-rc.2 (#7882)"
gjermundgaraba ebfa5a9
Revert "chore: clean up module impls (#7865)"
gjermundgaraba afaa0c9
Revert "fix: sanitize gov v1 proposal in e2e tests for compatibility …
gjermundgaraba 81f71dd
Revert "chore: bump sdk versions (#7843)"
gjermundgaraba dbd8800
Revert "fix: wasm docker file + wasm simapp gas limit (#7830)"
gjermundgaraba 0759f3b
Revert "chore: use header service in localhost client (#7757)"
gjermundgaraba 4f90e92
Revert "refactor: ibc core runtime env (#7601)"
gjermundgaraba 3b6a0a6
Revert "refactor: use branch service in 29-fee (#7732)"
gjermundgaraba e5b624a
Revert "chore: address some linter complaints (#7734)"
gjermundgaraba 25e7bdc
Revert "chore: refactor event service to 29-fee (#7728)"
gjermundgaraba be3ca2b
Revert "refactor: update 29-fee to use runtime.Environment (#7617)"
gjermundgaraba ef1b52f
Revert "refactor: use event service in transfer mod (#7725)"
gjermundgaraba c76d8d5
Revert "refactor: update transfer to use runtime.Environment (#7615)"
gjermundgaraba 5733d0a
Revert "Remove circuit module (#7715)"
gjermundgaraba acbffe9
Revert "refactor: use header info for interchain accounts address gen…
gjermundgaraba 98fb555
Revert "refactor: update icahost to use runtime.Environment (#7600)"
gjermundgaraba 4224121
Revert "chore: update import alias to align (#7710)"
gjermundgaraba 38eb116
Revert "deps: update to cosmos-sdk v0.52 (Olympus) (#7261)"
gjermundgaraba 9e4924b
fix unwanted reverts
gjermundgaraba 6dba859
remove invariant
gjermundgaraba b2c83b9
lint
gjermundgaraba e63a4d1
last go1.23 change
gjermundgaraba 12854e0
remove unecessary testing keeper
gjermundgaraba 8af9fe3
update go version in dockerfile
gjermundgaraba 445de39
fix docker image
gjermundgaraba File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
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
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.
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.
does this need to be reverted?
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.
For now, yes. We need to stay on the same docker go library as interchaintest.
I would want to update interchaintest a bit, so might fix that then.