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

Support trusted setup configuration #6382

Closed
1 task
Tracked by #5681
tbenr opened this issue Nov 5, 2022 · 0 comments · Fixed by #6540
Closed
1 task
Tracked by #5681

Support trusted setup configuration #6382

tbenr opened this issue Nov 5, 2022 · 0 comments · Fixed by #6540
Assignees
Labels
Epic Deneb Issues required to implement Deneb upgrade

Comments

@tbenr
Copy link
Contributor

tbenr commented Nov 5, 2022

From polynomial commitments:

  • Support trusted setup loading. We should have a trusted_setup.txt backed in for testnets\mainnet with the ability to specify via CLI for devnets. We just have to use the file content as is to initialize the kzg library by calling load_trusted_setup.

We should have the trusted setup configured in Eth2NetworkConfiguration and map the corresponding setup in each applyNetwork* methods.

We also have to load itKZG.loadTrustedSetup. BeaconChainController::initialize is a good candidate

@tbenr tbenr added the Epic Deneb Issues required to implement Deneb upgrade label Nov 5, 2022
@tbenr tbenr changed the title Define new configurations Supp0ort trusted setup configuration Nov 5, 2022
@tbenr tbenr changed the title Supp0ort trusted setup configuration Support trusted setup configuration Nov 5, 2022
@StefanBratanov StefanBratanov self-assigned this Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Epic Deneb Issues required to implement Deneb upgrade
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants