-
Notifications
You must be signed in to change notification settings - Fork 610
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
ChanUpgradeTimeout
msg_server
function
#3855
Merged
charleenfei
merged 44 commits into
04-channel-upgrades
from
charly/#3749-msg-server-timeout
Jun 21, 2023
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
50b1163
writeupgradetimeout method, pull in util methods
charleenfei ba1fde4
update method to use abort method instead of restoreChannel
charleenfei 8cd8c0b
Merge branch '04-channel-upgrades' into charly/#37500-write-upgrade-t…
charleenfei 392a5b5
add expected keepers
charleenfei 0a363de
Merge branch '04-channel-upgrades' into charly/#3747-upgrade-timeout-…
charleenfei a227949
finish upgrade timeout handler
charleenfei 8b18b02
Merge branch '04-channel-upgrades' into charly/#3747-upgrade-timeout-…
charleenfei 7b8b67b
add tests
charleenfei 760940b
lint
charleenfei 106ac13
Merge branch '04-channel-upgrades' into charly/#3747-upgrade-timeout-…
charleenfei 7f12c0b
update test
charleenfei 29f84ce
rm events file from pr
charleenfei 16f196a
Merge branch '04-channel-upgrades' into charly/#3747-upgrade-timeout-…
charleenfei 17748af
rm unnecessary param in test
charleenfei 7341c5a
Merge branch 'charly/#3747-upgrade-timeout-hand' of github.com:cosmos…
charleenfei e9a2c20
Merge branch '04-channel-upgrades' into charly/#3747-upgrade-timeout-…
charleenfei 900dcb6
Merge branch '04-channel-upgrades' into charly/#3747-upgrade-timeout-…
charleenfei 8cf4a62
Merge branch '04-channel-upgrades' into charly/#3747-upgrade-timeout-…
charleenfei 661f006
Merge branch '04-channel-upgrades' into charly/#3747-upgrade-timeout-…
charleenfei 014990e
update ibcmodule/ibc middleware interfaces, ChanUpgradeTimeout respon…
charleenfei 5153722
wip msg_server
charleenfei 4326f79
Merge branch '04-channel-upgrades' into charly/#3749-msg-server-timeout
charleenfei 42c124d
Merge branch '04-channel-upgrades' into charly/#3749-msg-server-timeout
charleenfei 480d28e
Merge branch '04-channel-upgrades' into charly/#3749-msg-server-timeout
charleenfei e83a917
Merge branch '04-channel-upgrades' into charly/#3749-msg-server-timeout
charleenfei 9ee7758
merge
charleenfei 55bc80f
Merge branch '04-channel-upgrades' into charly/#3749-msg-server-timeout
charleenfei 3fc5a86
merge
charleenfei 21ea910
Merge branch '04-channel-upgrades' into charly/#3749-msg-server-timeout
charleenfei 3abf883
add write function
charleenfei 2a1b870
rm unnecessary app callbacks
charleenfei f703ae1
update msg_server call
charleenfei ee6b71b
update msg_server test
charleenfei ef48a1b
Merge branch '04-channel-upgrades' into charly/#3749-msg-server-timeout
charleenfei c15d556
merge
charleenfei 8fc43af
use restore
charleenfei b2f777b
update upgrade seq comparison
charleenfei e7afe58
update Write
charleenfei c4f3c81
Merge branch 'charly/upgrade-sequence' into charly/#3749-msg-server-t…
charleenfei 47897ec
Merge branch '04-channel-upgrades' into charly/#3749-msg-server-timeout
charleenfei 1759848
pr comments
charleenfei 118c94d
pr comments
charleenfei a392979
Merge branch '04-channel-upgrades' into charly/#3749-msg-server-timeout
charleenfei 3ac26a9
fix post-merge
charleenfei 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
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.
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.
we are actually calling
OnChanUpgradeRestore
in theUpgradeTimeout
application callbacks