-
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
Offline deal failed because of the lack of start-epoch
in the parameter
#6934
Comments
start-epoch
start-epoch
in the parameter
Im seeing this with some online deals. Currently running v1.11.1-rc2
The error just keeps repeating over and over after this. |
My miner ran into the same error message as well. It has multiple sectors (deals) failed during the PC2 phases. These are all online deals. $ lotus-miner sectors status --log 8378
|
Closing this ticket as the Legacy Lotus/Lotus-Miner Markets sub-system reached EOL at the end of the 31st January 2023, and is being completely removed from the code here: |
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 miner/market - storage deal
Lotus Version
Describe the Bug
For lotus 1.11.0-rc2, If client send offline deals and don't add
--start-epoch
parameter inlotus client deal
,the miner will get the error:
It is because the auto-generated start-epoch is 7 days later in 1.11.0-rc2. The previous version(such as: 1.8.0) is fine.
If I set the
--start-epoch
manually, everything is fine and the sector with thedeal will be proven successfully.Bachground info:
Logging Information
Repo Steps
Run:
Then see error
Run:
Then no error
The text was updated successfully, but these errors were encountered: