-
Notifications
You must be signed in to change notification settings - Fork 1.4k
fix: update F3-calibnet name and bootstrap epoch Calibnet #13469
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
base: master
Are you sure you want to change the base?
Conversation
fix: update F3-calibnet name and epoch
| "BootstrapEpoch": 2081674, | ||
| "NetworkName": "calibrationnet", | ||
| "BootstrapEpoch": 3385534, | ||
| "NetworkName": "calibrationnet2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe InitialPowerTable field needs to be unset as well.
fix: unset `InitialPowerTable`
|
This also needs to change: lotus/node/modules/lp2p/pubsub.go Line 381 in df9e10e
I think we can completely remove the BaseNetworkName concept at this point. Given that we are not running multiple different networks in Lotus anymore. |
Remove BaseNetworkName from lf3.Config and use the manifest's NetworkName directly for pubsub topic filtering. This was the only remaining use of the Filecoin-to-F3 network name mapping, which is no longer needed now that the F3 network name is explicitly defined in the manifest.
|
Opening for review. Depends on: filecoin-project/go-f3#1061. Needs sanity testing on both Calibnet and Mainnet nodes, before merge. And depending on time before merging, bootstrap epoch might need a update. |
chore: bump go-f3 version to v0.8.11
Added a check for the availability of the F3 manifest before importing F3 data into the datastore. If the manifest is not available, a warning is logged, and the import is skipped, allowing the chain import to continue.
Related Issues
filecoin-project/go-f3#1054
Proposed Changes
fix: update F3-calibnet name and epoch
Checklist
Before you mark the PR ready for review, please make sure that: