package
0.0.0-20230919112353-bd4e2c0a3a3c
Repository: https://github.com/hyperledger-labs/mirbft.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewDeployment returns a Deployment initialized according to the passed configuration.
No description provided by the author

# Constants

BaseListenPort defines the starting port number on which test replicas will be listening in case the test is being run with the "grpc" setting for networking.
RequestListenPort is the port number on which nodes' RequestReceivers listen for incoming requests.

# Variables

No description provided by the author

# Structs

The Deployment represents a list of replicas interconnected by a simulated network transport.
FakeApp represents a dummy stub application used for testing only.
No description provided by the author
No description provided by the author
NodeStatus represents the final status of a test replica.
TestConfig contains the parameters of the deployment to be tested.
TestReplica represents one replica (that uses one instance of the mirbft.Node) in the test system.