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 security-related bug/issue. If it is, please follow please follow the security policy.
This is not a question or a support request. If you have any lotus related questions, please ask in the lotus forum.
This is not a new feature request. If it is, please file a feature request instead.
This is not an enhancement request. If it is, please file a improvement suggestion instead.
I have searched on the issue tracker and the lotus forum, and there is no existing related issue or discussion.
I am running the Latest release, or the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these.
I did not make any code changes to lotus.
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
Lotus Version
Daemon: 1.18.0+calibnet+git.bd10bdf99+api1.5.0
Local: lotus-miner version 1.18.0+calibnet+git.bd10bdf99
Describe the Bug
Running lotus-miner proving check against a valid deadline partition fails with the error ERROR: rg is nil when the --slow flag is not provided.
The storage miner API does not provided a storiface.RGetter when the expensive parameter for CheckProvable is false.
PR: #9643 - it was my understanding that the issue above was fixed. (I have tested the PR, and it does work on master)
Similar issue #8560
I will leave it open, if this is something else. 👍
Checklist
Latest release
, or the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these.Lotus component
Lotus Version
Describe the Bug
Running
lotus-miner proving check
against a valid deadline partition fails with the errorERROR: rg is nil
when the--slow
flag is not provided.The storage miner API does not provided a
storiface.RGetter
when theexpensive
parameter forCheckProvable
is false.lotus/node/impl/storminer.go
Lines 1298 to 1325 in bd10bdf
This flag should just not exist, or a "fast"
storiface.RGetter
function needs to be provided whenexpensive
is false.Logging Information
Repo Steps
No response
The text was updated successfully, but these errors were encountered: