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 issue is to implement the initial connection to the Block Node from the Consensus Node.
Determine how we will keep track of BN connection information.
Every CN should be configured (know about) all BN's
Every H hours the CN picks a random BN
-- H is rand number between H1 and H2
If the BN is responsive, then each CN uses that BN for the remaining H hours.
If the BN is down/unresponsive then each CN using that BN will pick another BN at random for remaining H hours.
The text was updated successfully, but these errors were encountered:
This issue is to implement the initial connection to the Block Node from the Consensus Node.
Determine how we will keep track of BN connection information.
-- H is rand number between H1 and H2
The text was updated successfully, but these errors were encountered: