-
Notifications
You must be signed in to change notification settings - Fork 2
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
LSM e2e tests #1
base: masa/tests-gaia-lsm-ics
Are you sure you want to change the base?
Conversation
* use the gci linter to sort imports * enable custom ordering in gci
* remove depguard from gaia, bump golangci-lint * use the actual latest version of golangci-lint * update state sync script to use sg1 cached endpoint * use 1.53.3 * revert changes to statesync script
* use the latest release of hermes for e2e * make hermes.Dockerfile work in multiplatform environments.
…ting gas configs and result checker
* bump liquidity to v1.6.0-forced-withdrawal * add entries to .changelog * fix filenames to contain PR number
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.
Looks good!
Can you provide instructions for how to run this so I can confirm it passes?
We should also have someone on the gaia team review as well since I'm not very familiar with this e2e framework
Co-authored-by: sampocs <[email protected]>
* refactor gaia ADRs * apply review suggestions * add mermaid graph * add ADR-001 back as rejected * fix typo
I did run following to test e2e
|
* update upgrade checklist * Update .github/ISSUE_TEMPLATE/upgrade-checklist.md Co-authored-by: Dante Sanchez <[email protected]> --------- Co-authored-by: Dante Sanchez <[email protected]>
* bump to v12 * feat: add upgrade handler for v12
Thank you for making this! I checked it out and have no issues with merging it to the branch on gaia. There's small issues like the linter and some sims failing, but I can attempt to fix those on the branch. Would you mind making a PR to this branch on gai? Awesome stuff! |
* fix: upgrade test * chore: write to log file
* lsm e2e test work - wip * Add validator bond functionality on lsm happy path * add tokenize share check on lsm test & redeemShare utility function * add bank send lsm tokens test * Add test for transfer reward ownership, and redeem shares * Add staking param query utility & LSM params update process on LSM e2e test * Add IBC transfer test on LSM share tokens & Resolve e2e tests by updating gas configs and result checker * resolve github action bot comments * bring all e2e test items back to enabled * Update tests/e2e/e2e_lsm_test.go Co-authored-by: sampocs <[email protected]> * resolve comments * reenable tokenize share record module account balance check --------- Co-authored-by: jstr1121 <[email protected]> Co-authored-by: jstr1121 <[email protected]> Co-authored-by: sampocs <[email protected]>
* set LSM params in upgrade handler * added comments around constants * test: add migrateUBDEntries to upgrade handler — required adding exported.go to sdk * Revert "test: add migrateUBDEntries to upgrade handler — required adding exported.go to sdk" This reverts commit 7bd9727. --------- Co-authored-by: Riley Edmunds <[email protected]>
…jstr/lsm_e2e_tests
Added LSM happy path e2e test