-
Notifications
You must be signed in to change notification settings - Fork 230
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
refactor(a3p-integration): Document and clean up core-eval generation #10466
Conversation
Deploying agoric-sdk with
|
Latest commit: |
c0c5b84
|
Status: | ✅ Deploy successful! |
Preview URL: | https://3d18db68.agoric-sdk.pages.dev |
Branch Preview URL: | https://gibson-2024-11-cleanup-a3p-i.agoric-sdk.pages.dev |
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.
LGTM! Those were the README.md instructions that would have saved me a lot of time as well.
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.
👍
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.
LGTM.
Thanks.
4372104
to
f4ef2ec
Compare
## Description Fixing some issues noticed while working on #10466. ### Security Considerations n/a ### Scaling Considerations n/a ### Documentation Considerations :heavy_check_mark: ### Testing Considerations n/a ### Upgrade Considerations n/a
…e.json "agoricProposal" Also document build-all-submissions.sh w.r.t. `./proposals?:*`.
f4ef2ec
to
c0c5b84
Compare
Description
Resolving some confusion I experienced while debugging #10165 and working on #10446.
./proposals/?:*
Security Considerations
None known.
Scaling Considerations
n/a
Documentation Considerations
Included in the README and shell scripts.
Testing Considerations
These scripts are covered by integration testing.
Upgrade Considerations
None known; a3p-integration should be self-contained.