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

Use FundManager to withdraw funds, add MarketWithdraw API #5112

Merged
merged 2 commits into from
Dec 8, 2020

Conversation

ingar
Copy link
Contributor

@ingar ingar commented Dec 3, 2020

Summary

Use the FundManager's Withdraw for the CLI command, wallet market withdraw. This will take into account funds reserved for in-progress deals. Also expose this FundManager method in the API.

Resolves #5100

Copy link
Contributor

@dirkmc dirkmc left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@dirkmc
Copy link
Contributor

dirkmc commented Dec 4, 2020

TestAPIRPC tests failed in CI but I ran on my local machine and they passed so I think it's unrelated to this change.
They are known to be flaky: #2841

@magik6k magik6k merged commit 6b1c541 into master Dec 8, 2020
@magik6k magik6k deleted the feat/use-fund-manager-to-withdraw-market-funds branch December 8, 2020 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

wallet market withdraw should use FundManager.Withdraw()
3 participants