-
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
Simpleharmony #11358
Simpleharmony #11358
Conversation
storage/wdpost/wdpost_task.go
Outdated
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.
I moved this file to provider/lpwindow/task.go
(mostly to keep storage/wdpost free of changes which don't need to be there + to have an easier time extracting lotus-provider work to a separate repo if that ever needs to happen)
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.
(so if there are any changes here, they should be merged into provider/lpwindow/task.go, and this file shouldn't be committed)
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.
Nothing blocking, just some things to clean up later
Value: "~/.lotus/storage.json", | ||
}, | ||
&cli.StringFlag{ | ||
Name: "journal", | ||
Usage: "path to journal files", | ||
Value: "~/.lotus/", |
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.
.lotus
is for the chain node, we want a separate dir for lotus-provider
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.
How did you manage to commit that?
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.
Removed in f4c061b
Make the harmonytask system compatible with WinningPost.
The simpler design means that the existing, (passing) unit tests now comprehensively cover the use-cases.