Versions in this module Expand all Collapse all v0 v0.3.0 May 23, 2024 Changes in this version + type ProcessBlock struct + Added time.Time + Block *wire.MsgBlock + type Shard struct + Blocks map[chainhash.Hash]ProcessBlock + Error chan error + Id int + Verbose bool + func NewShard(shardId int, verbose bool) *Shard + func (s *Shard) Ping(_ context.Context, req *cluster_pb.PingReq) (*cluster_pb.PingResp, error) + func (s *Shard) Run() error + func (s *Shard) SaveTxs(ctx context.Context, req *cluster_pb.SaveReq) (*cluster_pb.EmptyResp, error) + func (s *Shard) Serve() error + func (s *Shard) Start() error v0.2.0-alpha.0 Feb 23, 2023