• 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
..
chaincfg Loading commit data...
cmd Loading commit data...
flags Loading commit data...
heartbeat Loading commit data...
metrics Loading commit data...
node Loading commit data...
p2p Loading commit data...
rollup Loading commit data...
version Loading commit data...
withdrawals Loading commit data...
.gitignore Loading commit data...
Dockerfile Loading commit data...
Dockerfile.dockerignore Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
service.go Loading commit data...