-
Notifications
You must be signed in to change notification settings - Fork 690
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
v0.45 compatible Rho Meta Issue #1909
Comments
add upgrade test, i disabled it for now since the upgrade version is wrong and test failed. |
Hi, @okwme |
re-enabled since we still need to perform an upgrade |
no need for mauth in this release. It would be a nice to have but not essential so being removed to ensure we support the ICS timeline. |
In order to improve chances of ICS launching on time we're considering using v0.45.x for the next upgrade Rho. This may or may not include ICS itself but nonetheless should decrease the work needed to integrate ICS. Since the Cosmos Hub is becoming a security critical chain (security as the primary product offering) we are also considering a much more conservative timeline to updating to the latest release of the Cosmos SDK. To follow this path the following work needs to be done:
TestGaiaApp_Export
(@okwme add back TestGaiaApp_Export #1955)GetStakingKeeper
was doing and why it's neededinitTendermintConfig
was needed incmd/gaiad/cmd/root.go
execCreatePermanentLockedAccount
orexecCreatePeriodicVestingAccount
(@okwme )GovSoftwareUpgrade
,GovCancelSoftwareUpgrade
, (@glnro test: Refactor gov e2e for v0.45 Rho #1951 )TestQueryGlobalFeesInGenesis
test (@yaruwangway fix: antehandler to fit sdk v0.45 #1918)app/helpers/test_helpers.go
setup
function that used to pre-populate with an account and a validator. (@okwme add back TestGaiaApp_Export #1955)- [ ] Add Admin/Composer module to GaiaThe text was updated successfully, but these errors were encountered: