Skip to content

Commit

Permalink
WIP: more petname lookup ideas
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Jan 21, 2024
1 parent 0c37571 commit d59d197
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions contract/test/test-marshal-async.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,18 @@ const format = async (specimen, provideName) => {
test.todo('client can refer to $ag.brand.IST without vstorage query');
test.todo('walletFactory marshals IST using $ag.brand.IST? or boardID?');
test.todo('client can add an issuer by setting issuer.my.BRD');
test.todo('client can add issuers by referring to them in a new offer field');
test.todo('client can add issuers using a new smartWallet method');
test.todo('send to namesByAddress.agoric1323432.depositFacet');
test.todo('send to contact.fred.depositFacet');
test.todo('subsume offer result lookup: $offer.bid34.result');
test.todo('send invitation received as offer result to contact.fred');
test.todo('smartWallet does _not_ publish offer result');
test.todo('lookup can get brand from issuer with .getBrand()');
test.todo('lookup from an instance: .getTerms(), ["issuers"], ["BRD"]');
test.todo('.receive() with new brand creates purse if path to issuer exists');
test.todo('how to process queued payments if issuer is added later?');
test.todo(
`CRAZY? use interface name
to distinguish brands from issuers when starting lookup`,
);

0 comments on commit d59d197

Please sign in to comment.