We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's no existing test of proposalShape in makeInvitation.
proposalShape
makeInvitation
Write a test. Create a trivial test contract if there's no better place to put it.
API regression testing is relevant.
None.
#8597 (comment)
E(zoe).offer(invitation, badProposal, payments) still creates a seat. getOfferResult() on that seat throws an error complaining about the proposal. The seat's payouts match its payments.
E(zoe).offer(invitation, badProposal, payments)
getOfferResult()
None
The text was updated successfully, but these errors were encountered:
Chris-Hibbert
Successfully merging a pull request may close this issue.
What is the Problem Being Solved?
There's no existing test of
proposalShape
inmakeInvitation
.Description of the Design
Write a test. Create a trivial test contract if there's no better place to put it.
Security Considerations
API regression testing is relevant.
Scaling Considerations
None.
Test Plan
#8597 (comment)
Upgrade Considerations
None
The text was updated successfully, but these errors were encountered: