package
0.0.0-20230510093534-25a7e6aa1f30
Repository: https://github.com/gridironone/gridmint.git
Documentation: pkg.go.dev

# Functions

GenerateBatch generates a batch out of random blocks.
GenerateBlocks generates random blocks.
GenerateCommits generates commits based on passed blocks.
GenerateGenesis generates a genesis for testing.
GenerateRandomValidatorSet generates random validator sets.
GenerateState generates an initial state for testing.
GetABCIProxyAppMock returns a dummy abci proxy app mock for testing.
GetAppMock returns a dummy abci app mock for testing.

# Constants

AppVersion is the default app version for testing.
BeginBlock is the string representation of the BeginBlockMethod ABCI method.
BlockVersion is the default block version for testing.
CheckTx is the string representation of the CheckTx ABCI method.
Commit is the string representation of the Commit ABCI method.
DefaultBatchSize is the default batch size for testing.
DeliverTx is the string representation of the DeliverTx ABCI method.
EndBlock is the string representation of the EndBlock ABCI method.
Info is the string representation of the Info ABCI method.
InitChain is the string representation of the InitChain ABCI method.

# Type aliases

ABCIMethod is a string representing an ABCI method.