You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not a new feature or an enhancement to the Filecoin protocol. If it is, please open an FIP issue.
This is not a new feature request. If it is, please file a feature request instead.
This is not brainstorming ideas. If you have an idea you'd like to discuss, please open a new discussion on the lotus forum and select the category as Ideas.
I have a specific, actionable, and well motivated improvement to propose.
Lotus component
lotus daemon - chain sync
lotus miner - mining and block production
lotus miner/worker - sealing
lotus miner - proving(WindowPoSt)
lotus miner/market - storage deal
lotus miner/market - retrieval deal
lotus miner/market - data transfer
lotus client
lotus JSON-RPC API
lotus message management (mpool)
Other
Improvement Suggestion
Currently lotus-miner info outputs information about the miner, and also information about storage and retrieval deals.
In order to get the deal information it needs to retrieve all storage deals and all retrieval deals ever made by the miner.
As markets functionality is moving over to the boost project, we propose removing the deal information from the output of lotus-miner info, so that no calls need be made to the markets subsystem.
The text was updated successfully, but these errors were encountered:
Checklist
Ideas
.Lotus component
Improvement Suggestion
Currently
lotus-miner info
outputs information about the miner, and also information about storage and retrieval deals.In order to get the deal information it needs to retrieve all storage deals and all retrieval deals ever made by the miner.
As markets functionality is moving over to the boost project, we propose removing the deal information from the output of
lotus-miner info
, so that no calls need be made to the markets subsystem.The text was updated successfully, but these errors were encountered: