You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
agoric-upgrade-16-rc2 failed in emerynet because cosmos store upgrades had already been applied by rc0/rc1 (cf. Agoric/agoric-sdk#9682 ). It would be nice if this repository included a way to execute an upgrade and assert its failure, to be followed by a successor that recovers it.
The text was updated successfully, but these errors were encountered:
Also one reason we didn't test this appropriately is because there is no easy way to create a tree of proposals with a branch instead of fully linear layers.
In particular we need to test whether an unreleased rc1 can apply both on top of the previous version, or on top of a previous rc0
echo"Run several blocks for the upgrade to settle, then exit"
waitForBlock 5
killAgd
I suggest a general override with an execute.sh in the proposal package, as there is for prepare.sh and use.sh.
no easy way to create a tree of proposals with a branch instead of fully linear layers.
How easy to do you want it to be? This repo is for tooling and the actual history of what's been proposed on chain. To branch, I think you'd want a separate project for each scenario. E.g. duplicate a3p-integration
agoric-upgrade-16-rc2 failed in emerynet because cosmos store upgrades had already been applied by rc0/rc1 (cf. Agoric/agoric-sdk#9682 ). It would be nice if this repository included a way to execute an upgrade and assert its failure, to be followed by a successor that recovers it.
The text was updated successfully, but these errors were encountered: