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.
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, 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 fvm/fevm - Lotus FVM and FEVM interactions
lotus miner/worker - sealing
lotus miner - proving(WindowPoSt/WinningPoSt)
lotus JSON-RPC API
lotus message management (mpool)
Other
Lotus Version
Daemon: 1.23.1+2k+git.26dbe515d.dirty+api1.5.0
Local: lotus version 1.23.1+2k+git.26dbe515d.dirty
Repro Steps
Try importing a sector using SAAS API ('SectorReceive rpc method') that is sealed up-to SubmitCommit state.
SectorReceive will fail with an error seeds differ; Miner's log will print out a warning like this one:
WARN rpc go-jsonrpc@v0.2.3/handler.go:406 error in RPC call to 'Filecoin.SectorReceive': provided(9e4c4ca02f51a2bb6e0e10eadfb45aedb8f8e56647b744ce4a51f740ca77c963) and generated(e9f8a071b727a51dcf7156a9fce7161b22829ddf79fd80199f0a1f0b37227470) seeds differ:
github.com/filecoin-project/lotus/storage/pipeline.(*Sealing).checkSectorMeta
/Users/mladen/Projects/filmineio/lotus/storage/pipeline/receive.go:140
Describe the Bug
Lotus-miner performs a wrong check while importing a sector that is passed a waitseed phase. While sealing a sector Beacon randomness is used, but lotus mistakenly checks for Ticket randomness in sector import. Correct randomness is checked later during workflow, for example inside builtin-actors.
Logging Information
WARN rpc go-jsonrpc@v0.2.3/handler.go:406 error in RPC call to 'Filecoin.SectorReceive': provided(9e4c4ca02f51a2bb6e0e10eadfb45aedb8f8e56647b744ce4a51f740ca77c963) and generated(e9f8a071b727a51dcf7156a9fce7161b22829ddf79fd80199f0a1f0b37227470) seeds differ:
github.com/filecoin-project/lotus/storage/pipeline.(*Sealing).checkSectorMeta
/Users/mladen/Projects/filmineio/lotus/storage/pipeline/receive.go:140
The text was updated successfully, but these errors were encountered:
Checklist
Latest release
, 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
Repro Steps
SubmitCommit
state.SectorReceive
will fail with an errorseeds differ
; Miner's log will print out a warning like this one:Describe the Bug
Lotus-miner performs a wrong check while importing a sector that is passed a waitseed phase. While sealing a sector
Beacon
randomness is used, but lotus mistakenly checks for Ticket randomness in sector import. Correct randomness is checked later during workflow, for example insidebuiltin-actors
.Logging Information
The text was updated successfully, but these errors were encountered: