Skip to content
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

wallet misc #6191

Merged
merged 8 commits into from
Sep 13, 2022
Merged

wallet misc #6191

merged 8 commits into from
Sep 13, 2022

Conversation

turadg
Copy link
Member

@turadg turadg commented Sep 13, 2022

Description

  • test(agops): smoke test
  • chore(smart-wallet): more logging
  • build(smart-wallet): build bundles
  • fix(agoric-cli): perf watch
  • fix(agoric-cli): psm giveMinted
  • chore: safer offerResults publishing

Security Considerations

Stops publishing offerResult for copyRecord. Publishes simple types.

Documentation Considerations

--

Testing Considerations

--

@turadg turadg added automerge:no-update (expert!) Automatically merge without updates bypass:integration Prevent integration tests from running on PR labels Sep 13, 2022
Copy link
Member

@dckc dckc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@@ -43,7 +44,7 @@ export const makeOfferExecutor = ({
onStatusChange,
onNewContinuingOffer,
}) => {
const { invitationFromSpec, lastOfferId, purseForBrand } = powers;
const { invitationFromSpec, lastOfferId, logger, purseForBrand } = powers;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 ocap-happy logging

const {
address,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hm. I missed something somewhere. A wallet knows the address it's associated with? Is that necessary? It sets off my ACL spidey-sense... it feels vagely like caller or msg.sender in solidity.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I had the same tingle. It's not strictly necessary. We could take it out by passing two other things in instead:

  • wallet logger
  • wallet storageNode

But it has to persist through init and there may be some churn with durability, so I'll punt until then: #5894

numWantsSatisfied: numSatisfied,
});
},
handleError,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commit message doesn't mention this. (not critical)

@turadg turadg added automerge:no-update (expert!) Automatically merge without updates and removed automerge:no-update (expert!) Automatically merge without updates labels Sep 13, 2022
@mergify mergify bot merged commit a62c1f8 into master Sep 13, 2022
@mergify mergify bot deleted the ta/psm-misc branch September 13, 2022 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge:no-update (expert!) Automatically merge without updates bypass:integration Prevent integration tests from running on PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants