-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat(f3): set initial power table for mainnet #13077
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
Conversation
Signed-off-by: Jakub Sztandera <[email protected]>
Signed-off-by: Jakub Sztandera <[email protected]>
7e2c1e2
to
6fe8741
Compare
Is there some sort of CLI or whatnot that allows one to run independently and arrive at the same CID given a tipset? If not - can we add something to |
@ribasushi |
There is also:
Because of the head lookback of 10 the power table used by the first 10 instances of F3 are the same indicating the initial power table CID. On arriving to this independently, it would take getting the power table at bootstrap epoch. and pruning the list to actors with power, then sort in ascending order of actor ID IIRC. You can use this function to compute the CID. The |
* feat(f3): set initial power table for mainnet --------- Signed-off-by: Jakub Sztandera <[email protected]>
* feat(f3): set initial power table for mainnet --------- Signed-off-by: Jakub Sztandera <[email protected]>
As reported by two of our nodes in
lotus f3 status
.Set initial power table to
bafy2bzacecklgxd2eksmodvhgurqvorkg3wamgqkrunir3al2gchv2cikgmbu
.EDIT: add first line