Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IncludeBatchReconstruction ¶
func IncludeBatchReconstruction( m dsl.Module, mc *common.ModuleConfig, params *common.ModuleParams, nodeID t.NodeID, )
IncludeBatchReconstruction registers event handlers for processing availabilitypb.RequestTransactions events.
Types ¶
type RequestID ¶
type RequestID = uint64
RequestID is used to uniquely identify an outgoing request.
type RequestState ¶
type RequestState struct { BatchID t.BatchID ReqOrigin *apb.RequestTransactionsOrigin }
RequestState represents the state related to a request on the source node of the request. The node disposes of this state as soon as the request is completed.
type State ¶
type State struct { NextReqID RequestID RequestState map[RequestID]*RequestState }
State represents the state related to this part of the module.
Click to show internal directories.
Click to hide internal directories.