-
Notifications
You must be signed in to change notification settings - Fork 244
chore(cosmos): map devnet config to mainnet upgrade name for upgrading devnet to u19 #11316
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
base: dev-upgrade-19-devnet
Are you sure you want to change the base?
Conversation
Deploying agoric-sdk with
|
Latest commit: |
e960d6e
|
Status: | ✅ Deploy successful! |
Preview URL: | https://0eff7d29.agoric-sdk.pages.dev |
Branch Preview URL: | https://mk-devnet-intermediary.agoric-sdk.pages.dev |
This PR should not get merged, but is ok to have a devnet specific commit living on a branch offshoot. Unfortunately we risk issues because the upgrade info referenced the release commit without this patch, we'll need to communicated this clearly. Please rebase this branch to clean it up, then we can upgrade devnet to it. |
Maybe we should target a |
1104a6e
to
709dcdb
Compare
No dependency changes detected. Learn more about Socket for GitHub. 👍 No dependency changes detected in pull request |
709dcdb
to
dd74834
Compare
a91fcb7
to
0fc016a
Compare
.github/workflows/integration.yml
Outdated
path: ./agoric-sdk | ||
# Forces xsnap to initialize all memory to random data, which increases | ||
# the chances the content of snapshots may deviate between validators | ||
xsnap-random-init: '1' |
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.
I think this may be the problem. I don't think it should be in this cherry pick
25d0a57
to
e960d6e
Compare
Description
Upgrade proposal with incorrect upgrade name was passed on devnet (using
agoric-upgrade-19-mainnet
). This PR maps mainnet upgrade name to devnet variant config so we can use the docker image from this branch to deploy u19 on devnet.Unsure if we actually wanna merge this in the release branch as it is just for instagoric validator nodes.