Documentation
¶
Overview ¶
Package configure provides e2e tests for blockchain configuration.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertBlockchainConfigIsSet ¶
func AssertBlockchainConfigIsSet( nodesInfo map[string]utils.NodeInfo, blockchainID string, expectedRPCTxFeeCap int, nodesRPCTxFeeCap map[string]int, )
checks that the nodes given by [nodesInfo] have the [expectedRPCTxFeeCap] value set for the chain evm L1 with ID [blockchainID] if [nodesRPCTxFeeCap] is given, it uses [npdesRPCTxFeeCap[nodeID]] instead of [expectedRPCTxFeeCap], to allow checking of different configs at different nodes bases the check on evm log files (blockchainID.log) also checks that no other test-related rpcTxFeeCap value is present in the logs
func AssertChainConfigIsSet ¶ added in v1.13.7
checks that the nodes given by [nodesInfo] have the [expectedNodeID] value set for allowedNodes on the chain configuration bases the check on luxd log files (main.log) also checks that no other test-related nodeID value is present in the logs for allowedNodes
func AssertNodeConfigIsSet ¶
checks that the nodes given by [nodesInfo] have the [expectedACPSupport] value set bases the check on luxd log files (main.log) also checks that no other test-related acpSupport value is present in the log
Types ¶
This section is empty.