You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
From polynomial commitments:
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 callingload_trusted_setup
.We should have the trusted setup configured in
Eth2NetworkConfiguration
and map the corresponding setup in eachapplyNetwork*
methods.We also have to load it
KZG.loadTrustedSetup
.BeaconChainController::initialize
is a good candidateThe text was updated successfully, but these errors were encountered: