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
A `Certificate` is a proof of a task being executed offchain by the operators of an operatorSet. Two types of key material are supported: ECDSA and BN254.
129
+
128
130
See full documentation in [`/destination/CertificateVerifier.md`](./destination/CertificateVerifier.md).
129
131
130
132
---
@@ -144,7 +146,7 @@ An AVS is an entity that uses delegated or slashable security from operators to
144
146
The `Generator` is an EigenLabs-operated entity that calculates and signs off on the `GlobalTableRoot` for all operatorSets that have requested to be transported to a `DestinationChain`. For the pilot program, there is no stake backing the `Generator` and it is not slashable.
145
147
146
148
*Offchain Flows:*
147
-
* The generator **calculates** and **signs** the `GlobalTableRoot`
149
+
* The generator **calculates** and **signs** the `GlobalTableRoot`. Within the contracts, this is referred to as the `globalRootConfirmerSet`.
0 commit comments