-
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
fix lotus-miner storage-deals set-ask
- make sure that ActorAddress
works on all miner nodes
#6939
Conversation
lotus-miner storage-deals set-as
- remove calls to miner service; use input from userlotus-miner storage-deals set-ask
- remove calls to miner service; use input from user
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'd expect ActorAddress
to work on the market node, with that we can call the full node for sector size -> StateMinerInfo().SectorSize
7a29872
to
4dee5d8
Compare
lotus-miner storage-deals set-ask
- remove calls to miner service; use input from userlotus-miner storage-deals set-ask
- make sure that ActorAddress
works on all miner nodes
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.
Honestly I'm not comfortable doing this. The reason why this works is because it's a side-effect from having copied the miner's metadata store into the markets process. I'm not even sure that was the right thing to do in the first place, and if we merge this, we will be marrying to that approach forever.
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.
This is already solved by #6936, as CLI commands are now intelligent to route to the miner node or the markets node. I don't see the need to merge a miner-side change.
Closing as this is no longer needed with #6936. |
This PR is fixing #6921