-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Restore upgrade testing suite for v3.x line (#789)
* chore: updated anteHandler and postHandler * chore: use replace for feemarket in go.mod * chore: changed go version in docker file * fix : fix testing in antehandler * fix: fix lint issues * chore: updated antehandler * fix: fix lint issues * fix: fix lint issues * fix: lint issus * chore: updated ante and fix test cases * fix: gofumt errors * fix: golint issues * chore: updated postHandler * testing * chore: added test cases * fix * fix * fix: golint issues * fix : fix testcase * fix: fix lint issues * disable update tests * disable report test * fix: added response check in tests * fix * chore: added param subsace for feemarket * addressed review comments * fix * fix * fix * TODO in app.go * fix: golint error * feat: add msg mint * fix lint * chore: added tests for mintMsg * Temporarily disabled upgrade test runs + references * chore: added upgradeHandler and upgraded the store loader * chore: added integration test for mint msg * fix: gofumpt issue * fix: lint issue * Removed stale replacement statement * fixes * fix * testing * lint fix * fix * remove build tag * fix:gas issue * fix tests * fix: fix lint * added gobuild tag * testing * fix: lint fix * testing * reverted setup.sh * reverted scripts * reverted gobuild tags * testing * testing * testing * testing * test * try fixing mint * try fixing test * try fix * try fix * try fix * try trace * testing * testing * try fix * testing * try fix * testing * fix tests * fix tests * try fix * try fix * fix lint * push integartion build * keys tests * add query * lint * go build tag * try fix * cheqd home * added keys query * lint-fix * testing * home flag * added logs * testing * testing * testing * testing * tests * add git flow * try fix * try fix * docker * mainnet * remove keys list * fix setup * fix * ci * ci * ci * remove home path * tests * tests * tests * ci * tests * add home * changes * changes * try fix * try fix * fix test * testing * testing * testing * fix lint * fix * restored build tag * testing * fix * added queryBalance to test minting * buildtag * fix * chore: addressed review comments * nits * nit * revert * reverted functions * uncommented upgrade tests * chore: added module version for feemarket and feeabs * reordered versionmaps * testing * testing * build tag * testing * testing * testing * testing * changed balances * reverted balances * feemarketParams * updated to v3 * fix * updated old scripts * testing * testing * testing * remove build tag * commented validator3 * changed voting period * build tag * testing * query * voting period * testing * testing * testing * testing * testing * testing * testing * testing * testing * testing * testing * removed print statement * lint fix * chore: addressed review comments * restored GetproposalID func * restored function * fix: lint * restored paramchange in github workflows * Removed trailing space * testing * uncommented pricing proposal jobs * testing * testing * testing * fix : lint * testing * testing * testing * testing * testing * fix:lint * testing * testing * testing * testing * testing * increase timeout * testing * testing * added upgrade tests * fix:lint * added module version map * chore: added balance check after minting * fix * Enhanced report inclusion * Removed redundant * Restored relationships * Aligned v3 with v2 + removed redundancy * Added intermediate block producal periods * Added extra overhead * Adjusted literals + dynamic identifiers * Removed redundant * Debug * Debug v2 * Enhanced coded registry * Added directive * Debug v3 * Debug * Switched to constant since given order of precedence * chore: added query to extract address * debug * reduce waiting time * reduce waiting period * debug * reduce waiting time * debug * debug * debug * debug * debug * debug * fix: Added explicit did module account permission setter within upgrade handler (#805) * testing * Aligned literals --------- Co-authored-by: Tasos Derisiotis <[email protected]> * Removed prints --------- Co-authored-by: atheesh <[email protected]> Co-authored-by: Tasos Derisiotis <[email protected]> Co-authored-by: Atheesh Padala <[email protected]>
- Loading branch information
1 parent
6b305aa
commit db3c40e
Showing
45 changed files
with
1,508 additions
and
369 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -276,4 +276,4 @@ volumes: | |
validator-2-data: | ||
validator-3-data: | ||
seed-0-data: | ||
observer-0-data: | ||
observer-0-data: |
Oops, something went wrong.