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

Channel upgrade worker handshake #3569

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
50f267e
Add missing CLIs for channel upgrade
ljoss17 Jul 24, 2023
80635bb
Update CLI template
ljoss17 Jul 24, 2023
edb3610
Add cargo patch for check-guide test
ljoss17 Aug 3, 2023
05b08d0
Add documentation TODO to check-guide Cargo.toml
ljoss17 Aug 3, 2023
2c65075
Set dst-channel flag to required for channel upgrade CLIs and updated…
ljoss17 Aug 3, 2023
fa8595f
Clean channel upgrade CLIs
ljoss17 Aug 7, 2023
298eaf0
Update guide templates
ljoss17 Aug 7, 2023
03da637
Merge branch 'sean/channel-upgradability' into luca_joss/channel-upgr…
ljoss17 Aug 8, 2023
e437381
Update channel upgrade test to match ibc-go changes
ljoss17 Aug 8, 2023
d337583
Merge branch 'luca_joss/channel-upgradability-clis' into luca_joss/ch…
ljoss17 Aug 8, 2023
f3ad761
WIP: waiting for new channel states during upgrade to be implemented
ljoss17 Aug 9, 2023
b910dd5
Merge branch 'sean/channel-upgradability' into luca_joss/channel-upgr…
ljoss17 Aug 24, 2023
f9ee86e
Implement channel upgrade handshake
ljoss17 Aug 28, 2023
b71453d
Merge branch 'sean/channel-upgradability' into luca_joss/channel-upgr…
ljoss17 Aug 28, 2023
f266fae
Add channel upgrade handshake test
ljoss17 Aug 28, 2023
f125142
Removed unnecessary logs
ljoss17 Aug 28, 2023
ed0f5d4
Update channel upgrade test doc
ljoss17 Aug 28, 2023
29ab35a
Add test to transfer ics29 packet after channel upgrade
ljoss17 Aug 28, 2023
c5fa9ee
Update tools/integration-test/src/tests/channel_upgrade/ics29.rs
ljoss17 Aug 29, 2023
f2f6c73
Add comments
ljoss17 Aug 29, 2023
9ca2261
Fix 'query bank balances' CLI to handle SDK v0.50 changes
ljoss17 Oct 9, 2023
8ce85c8
Merge branch 'sean/channel-upgradability' into luca_joss/channel-upgr…
ljoss17 Oct 10, 2023
f018a5f
Remove flush status from channel end
ljoss17 Oct 10, 2023
bf4b9e2
Update Nix flake and use alpha release of channel upgrade simapp for CI
ljoss17 Oct 11, 2023
af442c3
Fix test-stable and change 'into_i32' to 'as_i32' for Channel State
ljoss17 Oct 11, 2023
23c942f
Merge branch 'sean/channel-upgradability' into luca_joss/channel-upgr…
ljoss17 Oct 12, 2023
e113556
Fix python tests
ljoss17 Oct 12, 2023
db3d29e
Use state comparison method 'less_or_equal_progress' where applicable
ljoss17 Oct 12, 2023
ef4d8a9
Add tests for channel upgrade completion
ljoss17 Oct 13, 2023
fa67528
Improve less_or_equal method for channel states and add unit tests
ljoss17 Oct 13, 2023
7b8ea92
Use automatic link for URL in channel State documentation
ljoss17 Oct 13, 2023
371a620
Add comment on channel upgrade open assertion
ljoss17 Oct 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ jobs:
fail-fast: false
matrix:
chain:
- package: ibc-go-v7-channel-upgrade
- package: ibc-go-v8-channel-upgrade-simapp
command: simd
account_prefix: cosmos
steps:
Expand Down
8 changes: 1 addition & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading