Documentation ¶
Index ¶
Constants ¶
View Source
const MESSAGE_AGGREGATION_QUORUM_THRESHOLD = eigentypes.QuorumThresholdPercentage(66)
View Source
const MESSAGE_BLS_AGGREGATION_TIMEOUT = 30 * time.Second
View Source
const MESSAGE_SUBMISSION_TIMEOUT = 1 * time.Minute
View Source
const MESSAGE_TTL = 1 * time.Minute
View Source
const QUERY_FILTER_FROM_BLOCK = uint64(1)
View Source
const TASK_AGGREGATION_QUORUM_THRESHOLD = eigentypes.QuorumThresholdPercentage(66)
View Source
const TASK_QUORUM_THRESHOLD = eigentypes.QuorumThresholdPercentage(66)
TODO: Hardcoded for now all operators in quorum0 must sign the task response in order for it to be accepted
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetCheckpointMessagesResponse ¶
type GetCheckpointMessagesResponse struct {
CheckpointMessages messages.CheckpointMessages
}
type GetOperatorSetUpdateAggregationResponse ¶
type GetOperatorSetUpdateAggregationResponse struct { Message messages.OperatorSetUpdateMessage Aggregation messages.MessageBlsAggregation }
type GetStateRootUpdateAggregationResponse ¶
type GetStateRootUpdateAggregationResponse struct { Message messages.StateRootUpdateMessage Aggregation messages.MessageBlsAggregation }
type OperatorInfo ¶
type OperatorInfo struct { OperatorPubkeys eigentypes.OperatorPubkeys OperatorAddr common.Address }
Click to show internal directories.
Click to hide internal directories.