-
Notifications
You must be signed in to change notification settings - Fork 217
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
feat: add depositToSeat
, withdrawFromSeat
#1680
Conversation
@dtribble This is looking good! I made some changes and added a companion method (withdrawfromSeat). I think we just need to write tests for this. I'll coordinate with @Chris-Hibbert since I'm writing the zcf tests and he's writing the Zoe helper tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great to me, including some nice cleanups. A few minor comments that are all non-blocking.
escrowToAll
depositToSeat
, withdrawFromSeat
Thesed in tests in the economy repository, and is based on prior code, but generally is not yet tested.
21aea6d
to
1b1dac1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me
Since this started life as my pull, I'll add my approval to the changes from there in this comment. Apprved. |
Thesed in tests in the economy repository, and
is based on prior code, but generally is not yet tested.