-
Notifications
You must be signed in to change notification settings - Fork 72
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
Add direct data onboarding client allocation implementation #1629
Comments
Additional Tasks (After MVP):
|
why/How is this blocked? |
We are waiting for the new branch on Lotus side to sync the dependency. The new branch will also have filecoin-project/lotus#11183 so I can uncomment the verification code and use the gateway APIs instead of full node. |
https://filecoinproject.slack.com/archives/CP50PPW2X/p1692852646487879 - then you should be unblocked (also please proactively raise anything thats blocking you from lotus side to us, so we can help 🔪 ! |
Boost client should allow users to create allocation for verified deals. This functionality is independent of mode of the direct deal i.e. online or offline
The implementation will be based on https://github.com/filecoin-project/lotus/blob/00b8b1856cf8e72031b24952c9cfb89806038828/itests/verifreg_test.go#L426-L464
Expected functionality:
Wait for message to land on chain and then print new allocations (allow a flag to print all allocations)
Expected commands
The text was updated successfully, but these errors were encountered: