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
After the deals have been negotiated by publish_storage_deals, Storage Provider needs to pre-commit to the data, before the deal starts.
publish_storage_deals
pre-commit
To do so:
Resources:
My opinion on how to proceed:
https://github.com/filecoin-project/lotus/blob/471819bf1ef8a4d5c7c0476a38ce9f5e23c59bfc/storage/pipeline/states_sealing.go#L66
https://github.com/filecoin-project/lotus/tree/471819bf1ef8a4d5c7c0476a38ce9f5e23c59bfc/storage/sealer
The text was updated successfully, but these errors were encountered:
jmg-duarte
Successfully merging a pull request may close this issue.
After the deals have been negotiated by
publish_storage_deals
, Storage Provider needs topre-commit
to the data, before the deal starts.To do so:
Resources:
My opinion on how to proceed:
https://github.com/filecoin-project/lotus/blob/471819bf1ef8a4d5c7c0476a38ce9f5e23c59bfc/storage/pipeline/states_sealing.go#L66
https://github.com/filecoin-project/lotus/tree/471819bf1ef8a4d5c7c0476a38ce9f5e23c59bfc/storage/sealer
The text was updated successfully, but these errors were encountered: