-
Notifications
You must be signed in to change notification settings - Fork 260
feat(ibc)!: ibc-go v10 is not supported #1804
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
Open
JayT106
wants to merge
43
commits into
crypto-org-chain:main
Choose a base branch
from
JayT106:jt/ibc-go-v10
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
b5b9498
Problem: ibc-go v9 is not used
09cc3ff
changelog
47dfc5b
remove unrelated upgrade test
0e43bcc
fix lint
ed1e020
add light client module
mmsqe 077289f
fix relayer
mmsqe b56f8cf
fix test
mmsqe 9c6b8eb
rly grant
mmsqe 47d1398
skip ibc_upgrade_channels
mmsqe 5bb66bf
try v10
mmsqe 90da1e1
bump go
mmsqe b3c4c87
remove go no vendor check replacement cause fixed nixpkgs
JayT106 3de3a92
fix upgrage test failed - bump cronos binary to v1.3.4 for --dry-run …
JayT106 6bb7504
bump ibc-go to v10
JayT106 274f904
update proto files to support ibc-go-v10
JayT106 8399780
Merge branch 'main' into jt/ibc-go-v10
JayT106 fd37919
update HERMES to v1.13.1
JayT106 ceef23c
fix app.ICAHostKeeper setup
JayT106 5518243
fix icaControllerStack and ICAControllerKeeper settings
JayT106 9e23fc4
fix test_ica
JayT106 87c837b
skip ica_incentivized test
JayT106 5f88f5a
fix ica_precompile test_call
JayT106 dc8f798
fix ibc_transfer tests
JayT106 8c36735
skip test_ibc_incentivized_transfer
JayT106 18e7244
fix ibc_update_clien tests
JayT106 8911add
remove callback assignment in transferStack
JayT106 4e58889
fix ibc_rly tests
JayT106 b39f708
fix test_ica_precompile
JayT106 f5dbc3c
fix test_ica unordered test
JayT106 903e431
fix test_ibc_timeout
JayT106 1dfb1c1
fix test_ibc_rly_gas
JayT106 b4f6664
remove unused code
JayT106 a6bb28d
update CHANGELOG
JayT106 dbf7511
lint
JayT106 7fa3f3c
merge main branch
JayT106 0b31277
revert ibc-go relayer setup in nix
JayT106 5b00177
lint and fix nix setup errors
JayT106 9fdc9c3
revert flake.lock and update go version
JayT106 a3574a7
fix hermes building error in ci
JayT106 cb05761
Merge remote-tracking branch 'origin/main' into jt/ibc-go-v10
JayT106 7b3bb94
nit
JayT106 47dbe30
lint
JayT106 f5ae7d7
fix channel version
JayT106 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 hidden or 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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.
Remove "TBD" and define the upgrade plan name.
Avoid leaving
planName := "v1.5" // TBD
; replace"v1.5"
with the finalized upgrade plan identifier and remove the placeholder comment.🧰 Tools
🪛 GitHub Check: codecov/patch
[warning] 13-13: app/upgrades.go#L13
Added line #L13 was not covered by tests
🤖 Prompt for AI Agents