-
Notifications
You must be signed in to change notification settings - Fork 228
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
Move the Zoe contract files out of packages/zoe #1656
Comments
@dckc This does not have an area label that is covered by our weekly tech / planning meetings. Can you assign the proper label? We cover: agd, agoric-cosmos, amm, core economy, cosmic-swingset, endo, getrun, governance, installation-bundling, metering, run-protocol, staking, swingset, swingset-runner, token economy, wallet, zoe contract. Or, if this is accurately labeled by an area label we should be covering in one of our weekly meetings, please LMK. |
The Zoe label should fit in the Zoe/ERTP meeting. |
Yeah, I realized we do cover "zoe" label in the meeting. Sorry. |
@dckc Can you please put an estimate on this? |
It's already estimated at 3... that seems about right given risks of unknowns, but I suppose the work that I know needs doing is more of a 2. |
refs: #1656 ## Description Spike on endojs/endo#1656 @kriskowal , similar to https://github.com/Agoric/agoric-sdk/discussions/8416 @dckc Makes the core-eval metadata available to `agoric run` so it can report more to the user. cc @michaelfig Adds a `--verbose` flag to report: <img width="687" alt="Screenshot 2024-06-13 at 1 46 28 PM" src="https://github.com/Agoric/agoric-sdk/assets/21505/b76b4d14-2fbd-45c2-b7a5-d94f964f2461"> Also a `scripts/stat-bundle.js` to stat a known bundle path. ### Security Considerations ### Scaling Considerations ### Documentation Considerations ### Testing Considerations ### Upgrade Considerations
refs: #1656 ## Description Spike on endojs/endo#1656 @kriskowal , similar to #8416 @dckc Makes the core-eval metadata available to `agoric run` so it can report more to the user. cc @michaelfig Adds a `--verbose` flag to report: <img width="687" alt="Screenshot 2024-06-13 at 1 46 28 PM" src="https://github.com/Agoric/agoric-sdk/assets/21505/b76b4d14-2fbd-45c2-b7a5-d94f964f2461"> Also a `scripts/stat-bundle.js` to stat a known bundle path. ### Security Considerations ### Scaling Considerations ### Documentation Considerations ### Testing Considerations ### Upgrade Considerations
refs: #1656 ## Description Spike on endojs/endo#1656 @kriskowal , similar to #8416 @dckc Makes the core-eval metadata available to `agoric run` so it can report more to the user. cc @michaelfig Adds a `--verbose` flag to report: <img width="687" alt="Screenshot 2024-06-13 at 1 46 28 PM" src="https://github.com/Agoric/agoric-sdk/assets/21505/b76b4d14-2fbd-45c2-b7a5-d94f964f2461"> Also a `scripts/stat-bundle.js` to stat a known bundle path. ### Security Considerations ### Scaling Considerations ### Documentation Considerations ### Testing Considerations ### Upgrade Considerations
The Zoe contract files should be in a different package. Zoe is deep, crucial infrastructure. CoveredCall is a cool example.
This will help us test the code coverage of Zoe specifically, versus the contracts.
Having an aggregate package for examples (other than Multipool Autoswap) seems reasonable rather than exploding them into unmotivated individual packages. Separating out individual examples into their own packages can wait.
Chores:
Create a new package, called something like @agoric/sample-contracts (name TBD)
Create a new package specifically for multipool autoswap (name TBD)
The text was updated successfully, but these errors were encountered: