Skip to content
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

feat(f3): add a build parameter specifying F3's initial power table cid #12502

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Stebalien
Copy link
Member

@Stebalien Stebalien commented Sep 22, 2024

Related Issues

filecoin-project/go-f3#596

Proposed Changes

This PR adds a build parameter specifying the initial power table cid.

This will be used post-bootstrap to hard-code the initial F3's initial power table CID. This will remain unset until F3 successfully bootstraps after which it'll be set to the CID of the committee used to create the first finality certificate.

Additionally, if and only if this CID is not already hard-coded, it can be specified by setting the F3_INITIAL_POWERTABLE_CID environment variable. That way users can specify it after the F3 bootstrap epoch without upgrading.

Checklist

Before you mark the PR ready for review, please make sure that:

@Stebalien Stebalien changed the title feat(f3): add a build parameter to set the initial power table cid feat(f3): add a network parameter to for the F3 initial power table cid Sep 22, 2024
@Stebalien Stebalien changed the title feat(f3): add a network parameter to for the F3 initial power table cid feat(f3): add a build parameter specifying the the F3 initial power table cid Sep 22, 2024
@Stebalien Stebalien changed the title feat(f3): add a build parameter specifying the the F3 initial power table cid feat(f3): add a build parameter specifying F3's initial power table cid Sep 22, 2024
@Stebalien
Copy link
Member Author

We'll need to document this along with all the rest of the F3 stuff.

This will be used post-bootstrap to hard-code the initial F3 power table
CID.

If and only if it has not already hard-coded, it can be specified by setting the
F3_INITIAL_POWERTABLE_CID environment variable.
@Stebalien Stebalien force-pushed the steb/initial-power-table-build-param branch from 886aa19 to a44276f Compare September 22, 2024 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📌 Triage
Development

Successfully merging this pull request may close these issues.

1 participant