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
the https://github.com/Agoric/agoric-3-proposals repo provides tooling for testing draft proposals on top of the history of executed ones (designated by letters and numbers, respectively). Having them co-exist in one repo fulfills the requirement of testing a sequence of drafts (for pipelining).
However most of the time spent testing a proposal is getting it to pass on top of the production chain (a3p:main image) and that doesn't require the sequence pipelining. For this stage of development, using a3p costs extra effort in moving the build and extra wall time waiting for the entire repo to build when the cache is invalidated.
Description of the Design
A tool for any repo to test a proposal on top of a3p:main. Starting with agoric-sdk.
Maybe eventually it's part of the agoric CLI but I'll hold off on that until we have a product owner and roadmap.
For now a collection of scripts that work like a3p does now. They can be copied into new repos for testing. An NPM package could help with versioning.
Security Considerations
Scaling Considerations
Test Plan
Upgrade Considerations
The text was updated successfully, but these errors were encountered:
What is the Problem Being Solved?
the https://github.com/Agoric/agoric-3-proposals repo provides tooling for testing draft proposals on top of the history of executed ones (designated by letters and numbers, respectively). Having them co-exist in one repo fulfills the requirement of testing a sequence of drafts (for pipelining).
However most of the time spent testing a proposal is getting it to pass on top of the production chain (a3p:main image) and that doesn't require the sequence pipelining. For this stage of development, using a3p costs extra effort in moving the build and extra wall time waiting for the entire repo to build when the cache is invalidated.
Description of the Design
A tool for any repo to test a proposal on top of a3p:main. Starting with agoric-sdk.
Maybe eventually it's part of the
agoric
CLI but I'll hold off on that until we have a product owner and roadmap.For now a collection of scripts that work like a3p does now. They can be copied into new repos for testing. An NPM package could help with versioning.
Security Considerations
Scaling Considerations
Test Plan
Upgrade Considerations
The text was updated successfully, but these errors were encountered: