-
Notifications
You must be signed in to change notification settings - Fork 43
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
test: Bump upgrade test suite in prep for v2 major #683
Merged
Conversation
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
Contributor
Eengineer1
commented
Jan 3, 2024
- Restores indicative usage of major release upgrade test suite.
- Distinguishes v1, v2 necessities codebase-wide.
Eengineer1
added a commit
that referenced
this pull request
Mar 13, 2024
) * feat!: Nymlab Prop31 (#628) * fix: LD_FLAGS -> LDFLAGS * feat/resource: pump consensus version to v3, update ibcModule, types + keeper * tests/resource/ibc: OnChanOpen* tests * chore: bump x/resource pb version 2->3 * wip: comment out migration to test build * wip test * chore: store resource v2 types * tests/resource: ibc on recv packets * feat/resource: add more detailed errors * feat: starship test base * feat/resources: resourcePortId as const /proto revert * chore: remove deadcode * feat: upgrade and migration * fix: update app migrator for keeper * wip: conflict * chore: bump version and remove test in go.work * chore: make sure ibc-app-version aligns with consensus * chore: move interchain tests out of repo * fix: ibc connection --------- Co-authored-by: bwty <[email protected]> Co-authored-by: j0nl1 <[email protected]> Co-authored-by: Tasos Derisiotis <[email protected]> Co-authored-by: Belsy <[email protected]> * chore: Align with overall codebase + cleanups * chore: Removed incompatible cache based setup * chore: Resolved lint issues * test: Bump upgrade test suite in prep for v2 major (#683) * test: Transition to v2 + relevant indicative upgrade tests * Overall format * Added distinction on build flags + binary paths * Switched to ordered container * Updated relative path references * Switched to url-safe * Added padding where relevant * Cleanup * Switch to legacy literals * Removed optional prop info * Added sample realistic upgrade info * Added checksum indication * Removed legacy querier * Bumped extra blocks * Streamline expected payloads as proto JSON * Cleanup * Added intermittent EOL * Cleanup * fix: Add msg signature normalisation for deactivate did doc msg (#685) * Add msg signature normalization for deactivate did doc msg * Update MD rules * Pin GoReleaser * Pin GoReleaser v1.22.1 * Removed pin --------- Co-authored-by: Tasos Derisiotis <[email protected]> * build(deps): bump cosmos-sdk to v047 (#690) * bump cosmos sdk * code clean up * clean * fix proto-gen * fix build * !build(deps): fix build (#692) * code clean up * clean * fix proto-gen * fix build * fix build * fix build * fix makefile * fix chain * fix app.go * protocgen * fix ci job * fix build * fixes * review changes * review changes * chore: delete simapp package * feat!: `x/did` and `x/resource` module changes according to sdk v0.47 (#691) * chore: did module upgrade changes * fix lint * go mod tidy * remove commented code * remove commented line * update golang version * fix lint * fix lint * try fix lint * fix lint * fix proto-gen * add logs * add log * update * fix lint * fix proto-gen * add perms * fix build * lint fix * lint:gofmt enabled in ci * try fixing lint * try fix lint * reveert * try lint * try fix lint * fix lint * lint fixes * fix permissions * fix releases * revert * review changes * try fixing jobs * try fixing jobs * add logs * add change perms * revert * chore: appmodule missing methods added * try fix build * add perms * chore: missing method with attrition variable * Update .github/linters/.golangci.yaml Co-authored-by: Akhil Kumar P <[email protected]> * Update scripts/protocgen.sh Co-authored-by: Akhil Kumar P <[email protected]> * review changes --------- Co-authored-by: atheesh <[email protected]> Co-authored-by: atheeshp <[email protected]> Co-authored-by: Akhil Kumar P <[email protected]> * proto-gen * ci: Go releaser fix (#689) (#693) * fix: release permission check * try fix go releaser * touch * touch * release check * try fix * release check * fix swagger * fix swagger gen * fix * release check * update goreleaser config * revert changes * fix: ante handler ibc fix * review changes --------- Co-authored-by: atheesh <[email protected]> Co-authored-by: akhilkumarpilli <[email protected]> * fix: failing tests (#694) * fix: release permission check * try fix go releaser * touch * touch * release check * try fix * release check * fix swagger * fix swagger gen * fix * release check * update goreleaser config * revert changes * fix: ante handler ibc fix * fix tests * remove test.sh * fix: integration test check * keys check * try fix start script * fix jq * remove logs * fix import keys * revert * fix: tx msgServer fixes * fix: keys check * fix import keys * revert * fix tests * fix panic * fix build * add wait timer * reduce timer * increase time * fix: upgrade test fixes for old binary * fix: old binary setup.sh * fix: localnet dir path fix * fix: upgrade test fix * add missing post hand;er * fix tests * add timer * add post handler * add handler * fix test * add timer * try increasing the time * decrease the timer * fix tests * fix lint * fix lint * fix lint * fix tests * fix * increase time * fix: upgrade test moduleVersion fix * fix: upgrade test fix * fix: test docker ps * fix: checking docker before post test * fix: parse fix * fix: docker check * fix: docker keys check * revert: entrypoint revert * fix: docker ps check with logs * fix: upgrade handler with consensus, crisis * test: docker ps logs check * test: SendEnabled param fix * lint: gofumpt fix * chore: consensus module included * chore: bank subspace fix * lint: golang ci fix * test: feeparam register fix * fix: bankType param fix * ci: Update CI workflows (#695) * update package lock * Update .releaserc.json * Bump setup-go * Update dependabot.yml * Update pull-request.yml * Update release workflows * Uploaded download/upload artifact * Ignore twitter links * archives.rlcp is deprecated * Standardise quotes * ci: Resolved Integration, Upgrade test suites (#696) * Debug * Switch to param key table * Skip deprecation staticcheck * Added crisis param key table * Added distribution parameter key table * Added gov parameter key table * Added mint parameter key table * Added slashing parameter key table * Added staking parameter key table * Removed exclusion * Added auth parameter key table * Added consensus module expected definition * Added legacy gov router registration * Added artificial idle time against sequence mismatch * Additional idle time * Run sequential * Switch to utilise other op acc * Additional overhead * Re-order against sequence mismatch * Removed idle time * Added polling for optimistic tx submission * Additional overhead --------- Co-authored-by: deepan95dev <[email protected]> Co-authored-by: akhilkumarpilli <[email protected]> Co-authored-by: Ankur Banerjee <[email protected]> Co-authored-by: Tasos Derisiotis <[email protected]> * chore: removed commented lines * deps: updated bufbuild version + idle time extended in integration test * fix: ibc defi tests (#697) * fix ibc tests * fix ibc tests * add keys to gitignore * remove unwanted line * update ibc handler * add comments * fix: state sync fixes using upgrade handler (#708) * test: state-sync upgrade handler fix * fix: state sync param fix --------- Co-authored-by: Deepan kumar <[email protected]> Co-authored-by: Akhil Kumar P <[email protected]> Co-authored-by: akhilkumarpilli <[email protected]> Co-authored-by: deepan95dev <[email protected]> Co-authored-by: Ankur Banerjee <[email protected]> Co-authored-by: Tasos Derisiotis <[email protected]> --------- Co-authored-by: Ankur Banerjee <[email protected]> Co-authored-by: bwty <[email protected]> Co-authored-by: j0nl1 <[email protected]> Co-authored-by: Belsy <[email protected]> Co-authored-by: Andrew Nikitin <[email protected]> Co-authored-by: atheeshp <[email protected]> Co-authored-by: Deepan kumar <[email protected]> Co-authored-by: Akhil Kumar P <[email protected]> Co-authored-by: akhilkumarpilli <[email protected]> Co-authored-by: deepan95dev <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.