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
Copy file name to clipboardExpand all lines: docs/multichain/destination/OperatorTableUpdater.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The following values are set upon initialization:
25
25
26
26
*`generator` is an EigenLabs-run entity that signs off on `globalTableRoots`. The operatorSet is of size 1.
27
27
*`globalRootConfirmationThreshold`: 10000. The threshold in basis points required for global root confirmation. Since the operatorSet is of size 1 a single signature is needed.
28
-
*`referenceTimestamp`: A past timestamp at which the `generator` is set. We hardcode this value to 1 upon initialization. This value is also the `latestReferenceTimestamp`. Once roots are updated, then this value will become a more recent timestamp.
28
+
*`referenceTimestamp`: A past timestamp at which the `generator` is set. We hardcode this value to 1 upon initialization. This value is also the `latestReferenceTimestamp`. Once roots are updated, the `latestReferenceTimestamp`will increase. *Note: the reference timestamp for the `generator` operatorSet in the [`BN254CertificateVerifier`](./CertificateVerifier.md) will remain 1 unless [`updateGenerator`](#updategenerator) is called*.
29
29
*`generatorInfo`: The key material needed to verify certificates of the `generator`
30
30
*`operatorSetConfig`: A configuration for the `generator`
31
31
*`maxStalenessPeriod`: 0. Set to zero to confirm `globalTableRoots` without updating the `generator` operatorSet. See [`CertificateVerifier`](./CertificateVerifier.md#overview) for specifics`OperatorTableUpdater`. It is the same across all destination chains, even for destination chains that are supported after the initial deployment.
0 commit comments