Versions in this module Expand all Collapse all v0 v0.1.0 Mar 13, 2022 Changes in this version + const MAX_REQUEST_BLOCKS_BY_ROOT + var GoodbyeRPCv1 = reqresp.Method + var MetaDataRPCv1 = reqresp.Method + var PingRPCv1 = reqresp.Method + var StatusRPCv1 = reqresp.Method + func BlocksByRangeRPCv1(spec *common.Spec) *reqresp.Method + func BlocksByRangeRPCv2(spec *common.Spec, blocksMinMax map[common.ForkDigest]reqresp.MinMaxSize) *reqresp.Method + func BlocksByRootRPCv1(spec *common.Spec) *reqresp.Method + func BlocksByRootRPCv2(spec *common.Spec, blocksMinMax map[common.ForkDigest]reqresp.MinMaxSize) *reqresp.Method + func BlocksContext(blocksMinMax map[common.ForkDigest]reqresp.MinMaxSize) reqresp.ReadContextFn + func NoContext(minMaxSize reqresp.MinMaxSize) reqresp.ReadContextFn + type BlocksByRangeReqV1 struct + Count view.Uint64View + StartSlot common.Slot + Step view.Uint64View + func (*BlocksByRangeReqV1) FixedLength() uint64 + func (d *BlocksByRangeReqV1) Deserialize(dr *codec.DecodingReader) error + func (d *BlocksByRangeReqV1) HashTreeRoot(hFn tree.HashFn) common.Root + func (d *BlocksByRangeReqV1) Serialize(w *codec.EncodingWriter) error + func (d BlocksByRangeReqV1) ByteLength() uint64 + func (r *BlocksByRangeReqV1) String() string + type BlocksByRootReqV1 []common.Root + func (a *BlocksByRootReqV1) Deserialize(dr *codec.DecodingReader) error + func (a *BlocksByRootReqV1) FixedLength() uint64 + func (a BlocksByRootReqV1) ByteLength() (out uint64) + func (a BlocksByRootReqV1) Serialize(w *codec.EncodingWriter) error + func (r BlocksByRootReqV1) Data() []string + func (r BlocksByRootReqV1) String() string