Skip to content

Commit

Permalink
chore: move proposal from ./submission to ./invite-submission
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Jan 26, 2024
1 parent 733de0a commit 4ce0658
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
10 changes: 0 additions & 10 deletions a3p-integration/proposals/b:wallet-factory2/submission/README.md

This file was deleted.

0 comments on commit 4ce0658

Please sign in to comment.