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
V2 supports both disperser/client side commitment generation. I.e a user can either:
Have the disperser generate the respective polynomial commitments for some blob to give to client who injects values into blob header OR
Have the client use their own kzg prover to generate the commitments and inject into blob header without relying on disperser
There should exist some flag (e.g, EIGENDA_V2_USE_DISPERSER_PROVER) that allows a user to type filter between generation modes when running the service.
The text was updated successfully, but these errors were encountered:
V2 supports both disperser/client side commitment generation. I.e a user can either:
There should exist some flag (e.g,
EIGENDA_V2_USE_DISPERSER_PROVER
) that allows a user to type filter between generation modes when running the service.The text was updated successfully, but these errors were encountered: