diff --git a/a3p-integration/proposals/b:wallet-factory2/invite-submission/README.md b/a3p-integration/proposals/b:wallet-factory2/invite-submission/README.md new file mode 100644 index 00000000000..d9179e547e6 --- /dev/null +++ b/a3p-integration/proposals/b:wallet-factory2/invite-submission/README.md @@ -0,0 +1,9 @@ +The main core-eval submission here is the wallet upgrade, which is specified in +package.json and built in ./submission. + +sendInvite is a secondary submission, which is included in ./invite-submission. +The core-eval is invoked from the test, which then verifies that the details are +written to vstore. + +https://github.com/Agoric/agoric-3-proposals/issues/82 will provide a better way +to install proposals. diff --git a/a3p-integration/proposals/b:wallet-factory2/submission/sendInvite-permit.json b/a3p-integration/proposals/b:wallet-factory2/invite-submission/sendInvite-permit.json similarity index 100% rename from a3p-integration/proposals/b:wallet-factory2/submission/sendInvite-permit.json rename to a3p-integration/proposals/b:wallet-factory2/invite-submission/sendInvite-permit.json diff --git a/a3p-integration/proposals/b:wallet-factory2/submission/sendInvite.js b/a3p-integration/proposals/b:wallet-factory2/invite-submission/sendInvite.js similarity index 100% rename from a3p-integration/proposals/b:wallet-factory2/submission/sendInvite.js rename to a3p-integration/proposals/b:wallet-factory2/invite-submission/sendInvite.js diff --git a/a3p-integration/proposals/b:wallet-factory2/performActions.ts b/a3p-integration/proposals/b:wallet-factory2/performActions.ts index 510cd3acf2b..c913351866d 100755 --- a/a3p-integration/proposals/b:wallet-factory2/performActions.ts +++ b/a3p-integration/proposals/b:wallet-factory2/performActions.ts @@ -87,7 +87,7 @@ const makeFakeWebCache = (base: string): WebCache => { /** Provide access to the outside world via context. */ const makeTestContext = async () => { // assume filenames don't overlap - const bundleAssets = makeFakeWebCache('submission'); + const bundleAssets = makeFakeWebCache('invite-submission'); console.log(`bundleAssets: ${bundleAssets}`); const config = { diff --git a/a3p-integration/proposals/b:wallet-factory2/submission/README.md b/a3p-integration/proposals/b:wallet-factory2/submission/README.md deleted file mode 100644 index c5bf59ccede..00000000000 --- a/a3p-integration/proposals/b:wallet-factory2/submission/README.md +++ /dev/null @@ -1,10 +0,0 @@ -The main core-eval submission here is the wallet upgrade, which is specified in -package.json. - -sendInvite is a secondary submission, which is included in .../submission -because that's where the synthetic-chain code looks for it. The core-eval is -invoked from the test, which then verifies that the details are written to -vstore. - -https://github.com/Agoric/agoric-3-proposals/issues/82 will provide a better way -to install proposals.