• Joshua Gutow's avatar
    op-node,op-service: Add Fallback Beacon Client (#9458) · 39bc6f43
    Joshua Gutow authored
    * op-node,op-service: Add Fallback Beacon Client
    
    This splits out a very thin wrapper around the Beacon API into the
    BeaconClient interface. This interface is then implement by two different
    structs. The first is a simple wrapper around the HTTP Client. The second
    is a FallBack Client which tries two different underlying clients.
    
    This also a beacon archiver to be used as a fallback while still pulling most
    of the relevant data from the beacon node.
    
    * Try all clients in the pool
    39bc6f43
Name
Last commit
Last update
..
api.go Loading commit data...
client.go Loading commit data...
comms.go Loading commit data...
conductor.go Loading commit data...
config.go Loading commit data...
config_persistence.go Loading commit data...
config_persistence_test.go Loading commit data...
node.go Loading commit data...
node_test.go Loading commit data...
runtime_config.go Loading commit data...
server.go Loading commit data...
server_test.go Loading commit data...
superchain.go Loading commit data...
superchain_test.go Loading commit data...