• Matthew Slipper's avatar
    op-node: Monitor static peers in a background process · b7af2ac8
    Matthew Slipper authored
    Currently, connections with static peers are not re-established in the event of disconnection. This causes us to have to restart replicas whenever we restart the sequencer. This PR adds a background process to monitor static peers for connectedness, and automatically reconnect when necessary.
    b7af2ac8
Name
Last commit
Last update
..
cli Loading commit data...
config.go Loading commit data...
discovery.go Loading commit data...
gossip.go Loading commit data...
gossip_test.go Loading commit data...
host.go Loading commit data...
host_test.go Loading commit data...
node.go Loading commit data...
notifications.go Loading commit data...
prepared.go Loading commit data...
rpc_api.go Loading commit data...
rpc_client.go Loading commit data...
rpc_server.go Loading commit data...
signer.go Loading commit data...