Skip to content

Commit

Permalink
Merge pull request #9004 from Agoric/ta/remove-restart-vats
Browse files Browse the repository at this point in the history
remove restart-vats from a3p
  • Loading branch information
mergify[bot] authored Feb 27, 2024
2 parents 6676107 + 2686a99 commit 18d561f
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 2,303 deletions.
4 changes: 4 additions & 0 deletions a3p-integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ For a chain software upgrade proposal, the `type` is `"Software Upgrade Proposal
- `planName` is the "upgrade name" included in the proposal which must match the value in the upgraded chain software. In the `master` branch its value is `UNRELEASED_UPGRADE`. In the release branches, it's `agoric-upgrade-NN`.
- `upgradeInfo` contains other details passed to the governance proposal. In particular, the info can have a `coreProposal` field which instruct the chain software to run other core proposals besides the one already configured in the chain software's upgrade handler (see `CoreProposalSteps` in `/golang/cosmos/app/app.go`). This field is likely not relevant for release branches.

For an example, see `a:upgrade-next` in master.

### Core-eval proposal

The `type` of a core-eval proposal is `"/agoric.swingset.CoreEvalProposal"`, and content is submitted from a `submission` subfolder.
Expand All @@ -62,6 +64,8 @@ If the proposal is planned to be executed after the chain software upgrade, and

For core eval proposals executing before the chain software upgrade, the `submission` should be checked in, since bundles built from newer software may not be compatible with older chains.

For an example, see https://github.com/Agoric/agoric-sdk/pull/8907

## Hooks

<!-- TODO: Move this section over to synthetic-chain docs -->
Expand Down
4 changes: 1 addition & 3 deletions a3p-integration/proposals/b:localchain/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
A demonstration of how to declare a CoreEvalProposal

The console output will show errors, because the `restart-vats` proposal is not well maintained.
CoreEvalProposal to install vat-localchain

The `submission` for the proposal is automatically generated during `yarn build` in `a3p-integration` using the code in agoric-sdk through `script/generate-a3p-submission.sh`.
1 change: 0 additions & 1 deletion a3p-integration/proposals/g:restart-vats/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion a3p-integration/proposals/g:restart-vats/.yarnrc.yml

This file was deleted.

5 changes: 0 additions & 5 deletions a3p-integration/proposals/g:restart-vats/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions a3p-integration/proposals/g:restart-vats/package.json

This file was deleted.

3 changes: 0 additions & 3 deletions a3p-integration/proposals/g:restart-vats/test.sh

This file was deleted.

Loading

0 comments on commit 18d561f

Please sign in to comment.