-
Notifications
You must be signed in to change notification settings - Fork 13
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 pdp updates -- nextProvingPeriod called after first add #347
base: feat/pdp
Are you sure you want to change the base?
Conversation
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.
Reads correctly, so if it works should be fine to merge
} | ||
|
||
// Send the transaction | ||
reason := "pdp-proving-period" |
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.
Those should be unique for each send in the code. Will be later used to display message type stats to users in the UI.
reason := "pdp-proving-period" | |
reason := "pdp-proving-init" |
This is an attempt to bring curio up to date with the latest changes here: FilOzone/pdp#86. The main difference is that now pdp add does not register a challenge generation, that must happen explicitly through a call to nextprovingperiod.
The approach here is