Versions in this module Expand all Collapse all v0 v0.0.2 Oct 31, 2023 v0.0.1 Oct 30, 2023 Changes in this version + var Log = logger.GetOrCreate("integrationtests/multishard/resolvers") + func CreateMetaHeader(nonce uint64, chainID []byte) (data.HeaderHandler, []byte) + func CreateMiniblock(senderShardId uint32, receiverSharId uint32) (*block.MiniBlock, []byte) + func CreateResolverRequester(resolverShardID uint32, requesterShardID uint32) (*integrationTests.TestProcessorNode, *integrationTests.TestProcessorNode) + func CreateReward(round uint64) (data.TransactionHandler, []byte) + func CreateShardHeader(nonce uint64, chainID []byte) (data.HeaderHandler, []byte) + func NewReceiverMonitor(tb testing.TB) *receiverMonitor