-
Notifications
You must be signed in to change notification settings - Fork 644
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
Add upgrade type verification function #3453
Merged
chatton
merged 24 commits into
04-channel-upgrades
from
cian/issue#3451-add-verifiable-upgrade-type-and-validate-basic-functions
Apr 18, 2023
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
995c1f1
added validateProposedUpgradeFields function and CheckIsOpen helper f…
colin-axner f8f6ad4
added unit test for CheckIsOpen
chatton 808ec70
adding unit tests for ValidateProposedUpgradeFields
chatton 8dd0c44
fix linter
chatton 64878ae
update to use errorsmod instead of sdk errors
chatton 51bb7a7
added upgrade verification function and unit tests
chatton f203df9
improved variable naming
chatton 837e3c9
Merge branch '04-channel-upgrades' into cian/issue#3445-add-verifiabl…
chatton 5f9ad67
re-arranged order of test functions
chatton 7bdf33c
Merge branch 'cian/issue#3445-add-verifiable-upgrade-type-and-validat…
chatton 04dd0af
addressing PR feedback
chatton d66fe9d
addressing PR feedback
chatton 18dbffe
addressing PR feedback
chatton a3da022
bump interchain account demo to v0.5.1
chatton fc7bd1f
merge base branch
chatton 9b71740
remove CheckIsOpen
chatton 7215e84
updated godoc
chatton 0c3774f
Merge branch 'cian/issue#3445-add-verifiable-upgrade-type-and-validat…
chatton 8bb69f3
inverted ordering logic
chatton b514798
renamed from existingChannel to currentChannel
chatton 6882530
merge 04-channel-upgrades
chatton aaaf02d
removed unused verify functions
chatton 4e1c741
merge 04-channel-upgrades
chatton 75bc62d
addressing PR feedback
chatton 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
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.
the diff in this file is quite confusing, the following functions were removed
VerifyChannelUpgradeSequence
VerifyChannelUpgradeTimeout