-
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
Lotus daemon --import-chain
errors out
#11802
Comments
@rjan90 To follow up with testing importing a Lotus exported snapshot |
I bumped in to this today, but by tinkering with the lotus-shed gas-estimation tool, same issue. Some related threads about drand stuff:
Here's what's going on:
The other places we run These old networks don't exist anymore (at least incentinet certainly doesn't), so even pubsub should fail if it was trying to actually use it. The endpoints were removed from config because they shouldn't even work anymore. Possible solutions:
|
Digging a bit further, I believe we need ancient beacons in order to validate old block headers. Our syncer does a So we're back to this problem of no network so being unable to initialise drand beacons where we no longer want (or can) talk to them. @AnomalRoil can you advise on the right way forward here? See my previous comment for context. Do we need to fake a network client to init? Should I open an issue over on drand to make it possible to init without a client? Would drand@2.x fix this? |
Noop client being attempted here: #12830 |
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
lotus daemon --import-chain=/xxxx/xxxxx/xxxx.car.zst --halt-after-import
Describe the Bug
The
lotus daemon --import-chain
cmd currently fails with:This error is unrelated to the drand quicknet change, and is pointing towards that the cmd is currently broken. The issue was discovered during nv22-testing, where I wrongly used the
--import-chain
cmd, when I wanted to actually use the--import-snapshot
cmd.Logging Information
The text was updated successfully, but these errors were encountered: