-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Market escrow balance not show #5343
Comments
The balance can be found by using another lotus. See https://filecoinproject.slack.com/archives/C01AZP8BKRQ/p1610141333137100?thread_ts=1610121940.129800&cid=C01AZP8BKRQ
|
The error message is saying that it can't publish the deal because the funds required to publish the deal are not available. To publish the deal you need to have enough available funds for provider collateral. The provider collateral gets locked until the deal is complete. In this case the funds required for provider collateral are The available amount is The required amount for provider collateral is Normally lotus protects you against this problem because it prevents you from withdrawing more than the amount required for existing deals, and increases funds whenever you need them for a new deal. However if you move your wallet to a new lotus instance, lotus loses track of the state and cannot protect you. |
Note that there are some improvements to the CLI coming in the next release, so the CLI will give a clearer indication of market balances, and we are also planning to make the documentation clearer: |
We know that, the issue is the available amount didn't show correctly in the provider lotus. We write a custom cli command similar to the new cli, and it can transfter the fil to market balances. |
I'm not sure what you mean when you say "the available amount didn't show correctly". Could you give an example? |
I didn't know how to explain it as i don't know why it's happening. The market balance is not show on origin lotus. It's not on market available, and it's not locked. The FIL just disapper. But follow the guild on
The Fil show on another lotus, and we can withdraw them to worker balance. |
What do you mean exactly? What is the output of I'm wondering if you're running into this issue where the funds are reserved because some deals are stuck: #5257 We recently merged some improvements to the CLI like showing the amount of reserved funds: #5303 We're also actively working on making data transfers more reliable and giving the user more control over the state of the deal, eg making it easier to cancel deals (so that reserved funds will be released). Thanks for your patience. |
Describe the bug
After transfer FIL to market escrow balance, it's not show correctly. And when publishing deals, it will report error below.
The text was updated successfully, but these errors were encountered: