You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This epic consists of designing, testing, and verifying the integration between consensus node and block node when a consensus node is publishing a block stream to a block node.
Tech Notes:
Use Local Node for integration testing.
Slow down consensus traffic in local node else we will get blocks every ms, or less, because CN sends blocks for every round.
Round time depends on latency, and is ~1s in Mainnet, but is <10ms on testnet (local network), and may be sub μs on local node (same physical machine).
Local node can generate different types of transactions using Mirror Node, Simulator Client, and SDK(s).
Prefer Mirror Node over Simulator over SDK(s) based on client priority and timelines.
The content you are editing has changed. Please copy your edits and refresh the page.
This epic consists of designing, testing, and verifying the integration between consensus node and block node when a consensus node is publishing a block stream to a block node.
Tech Notes:
Block Node Tasks
Block Stream Simulator Tasks
Consensus Node services team will track associated work on consensus node in a mirror epic.
The text was updated successfully, but these errors were encountered: