-
Notifications
You must be signed in to change notification settings - Fork 629
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
Upgrade Test Improvements #4660
Merged
chatton
merged 48 commits into
main
from
cian/issue#4646-investigate-failing-testv6tov7chainupgrade-test-
Sep 18, 2023
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
618947d
chore: adding scaffolding function and workflow for v8 upgrade
chatton c1e3359
chore: adding basic scaffolding for upgrade test
chatton b41931c
chore: duplicating sdk function temporarily
chatton 635bc3c
chore: happy path test passing
chatton 46be834
chore: adding proposal to modify allowed clients list
chatton 4455333
chore: remove proposal id
chatton 7a50bd6
Merge branch 'main' into cian/issue#4216-add-v7-to-v8-e2e-upgrade-test
charleenfei 94eb0d5
linter
charleenfei 26841f9
update params for ExecuteGovProposalV1
charleenfei 9c13c40
Merge branch 'main' into cian/issue#4216-add-v7-to-v8-e2e-upgrade-test
chatton eb1fe98
chore: use actualBalance Int64 values
chatton 283f9dd
chore: add conditional check for tmjson/json libraries
chatton 860fb84
chore: hard code image to PR
chatton 307f28f
Merge branch 'main' into cian/issue#4216-add-v7-to-v8-e2e-upgrade-test
chatton f7482c0
chore: bumping go.mod versions to version with migration fix
chatton df0d044
chore: merge conflicts
chatton a4f47ac
chore: run upgrade tests when upgrade_test.go changes
chatton 9a830a1
chore: adding better comment to the custom MustProtoMarshalJSON
chatton 1299b98
chore: removing dupliated function and use the sdk fn directly
chatton b883409
Merge branch 'main' into cian/issue#4216-add-v7-to-v8-e2e-upgrade-test
chatton f469dc3
Merge branch 'main' into cian/issue#4216-add-v7-to-v8-e2e-upgrade-test
chatton 6c7d4cf
Merge branch 'cian/issue#4216-add-v7-to-v8-e2e-upgrade-test' of https…
chatton ecd9a33
chore: bumping sdk version to latest commit
chatton 882b657
chore: merge main
chatton 4b4fa7b
chore: merge main
chatton 591203c
chore: fixed usage of s.ExecuteGovV1Proposal
chatton 4a8b708
chore: update E2E to assert human readable denom
chatton f863354
Merge branch 'main' into cian/issue#4216-add-v7-to-v8-e2e-upgrade-test
chatton 8aa8b38
chore: adding ibc transfers to all upgrade tests, adding rly workflow…
chatton 1b80c4f
chore: correct logic around proposal id
chatton 20c810f
chore: addressing PR feedback
chatton 55d9e01
chore: adding restart to relayer
chatton c0faf67
chore: fix proposal id logic
chatton ed168a3
chore: merge main
chatton 8c9831f
chore: merge v7 v8 upgrade branch
chatton b76b9c9
Merge branch 'cian/issue#4216-add-v7-to-v8-e2e-upgrade-test' into cia…
chatton d37c0a0
chore: corrected HumanReadableDenomFeatureReleases
chatton 46fd3ba
chore: correcting upgrade chain
chatton ef727b6
chore: addressed PR feedback
chatton 2a4f154
Merge branch 'cian/issue#4645-v7-to-v8-upgrade-test-part-2' into cian…
chatton 2c25cba
chore: specify rly image
chatton 411baf5
chore: specify version
chatton 63b3390
Merge branch 'main' into cian/issue#4646-investigate-failing-testv6to…
chatton f161345
Merge branch 'main' into cian/issue#4646-investigate-failing-testv6to…
chatton 9f03a4a
chore: merge main
chatton 781cc55
chore: fix invalid method name
chatton bb85ac4
Merge branch 'main' into cian/issue#4646-investigate-failing-testv6to…
chatton 9fc53f2
Merge branch 'main' into cian/issue#4646-investigate-failing-testv6to…
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
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.
🚀