Module node_ops

Module node_ops 

Source
Expand description

Node-specific operations for multi-node testing.

Structsยง

AssertChainTip
Action to assert the current chain tip is at a specific block number.
CaptureBlockOnNode
Action to capture a block with a tag, associating it with a specific node.
CompareNodeChainTips
Action to compare chain tips between two nodes.
SelectActiveNode
Action to select which node should be active for subsequent single-node operations.
ValidateBlockTag
Action to get a block by tag and verify which node it came from.
WaitForSync
Action that waits for two nodes to sync and have the same chain tip.