Skip to content

Commit

Permalink
docs: add more detail on generating core-eval submissions (#10302)
Browse files Browse the repository at this point in the history
*Incidental.*

## Description

Add more details on generating core-eval submissions

### Security Considerations

None

### Scaling Considerations

None

### Documentation Considerations

Internal docs

### Testing Considerations

N/A

### Upgrade Considerations

N/A
  • Loading branch information
mergify[bot] authored Oct 21, 2024
2 parents 919c173 + c29d9cf commit 1ac26b7
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions a3p-integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ manifest.) The submission should return the script, which can take
BootstrapPowers as a parameter.

If the submission does require bundle references or other options to be
provided, it should be written as two parts: a core eval (in
`.../vats/proposals`) and a builder for it (in `.../builders/scripts/vats`).
provided, it should be written as two parts: a core eval (in one of the
`.../proposals` directories) and a builder for it (under `.../builders/scripts`).

The `build-all-submissions.sh` script reads instructions from
`agoricProposal.sdk-generate` in `package.json`. That field contains a list of
Expand All @@ -162,7 +162,13 @@ a distinct directory name.
"add-auction newAuction-submission"
],
```

A third argument can be used to provide additional parameters to the
build script.
```json
"sdk-generate": [
"inter-protocol/updatePriceFeeds.js submission/main main",
],
```

## Building synthetic-chain images

Expand Down

0 comments on commit 1ac26b7

Please sign in to comment.