Documentation
¶
Overview ¶
Package test contains utilities for running client tests for Ethereum.
Index ¶
Constants ¶
View Source
const ( // DefaultTimeout is the default timeout for client tests. DefaultTimeout = 20 * time.Second // BlockInterval is the default block interval for the simulated chain. BlockInterval = 200 * time.Millisecond )
Variables ¶
This section is empty.
Functions ¶
func MakeRoleSetups ¶
MakeRoleSetups creates a two party client test setup with the provided names.
func SetupMultiLedgerTest ¶
SetupMultiLedgerTest creates a multi-ledger test setup.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.