-
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
integrate direct data onboarding (nv22) #1847
Conversation
c520e0a
to
997ddcf
Compare
9280986
to
e9d3163
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.
The itest filename for DDO needs be update from .god
to .go
.
The itest needs be uncommented in circleci config.
I am not sure why we are merging this now as Lotus still hasn't released an RC with the changes. My recommendation would be to wait for it to avoid any possible dependency issues.
itests/ddo_test.god
Outdated
@@ -98,6 +99,6 @@ func TestDirectDeal(t *testing.T) { | |||
t.Log("Direct data import scheduled for execution") | |||
|
|||
// TODO: uncomment once lotus has updated actors bundle and sealing works |
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.
// TODO: uncomment once lotus has updated actors bundle and sealing works |
e9d3163
to
0639294
Compare
@LexLuthr LGTM -- changes to |
FIP: filecoin-project/FIPs#730
Lotus: filecoin-project/lotus#11226
go-state-types: filecoin-project/go-state-types#236
Blockers