• 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
..
cliapp Loading commit data...
client Loading commit data...
clock Loading commit data...
crypto Loading commit data...
dial Loading commit data...
enum Loading commit data...
eth Loading commit data...
flags Loading commit data...
httputil Loading commit data...
ioutil Loading commit data...
jsonutil Loading commit data...
log Loading commit data...
metrics Loading commit data...
opio Loading commit data...
oppprof Loading commit data...
rethdb-reader Loading commit data...
retry Loading commit data...
rpc Loading commit data...
signer Loading commit data...
solabi Loading commit data...
sources Loading commit data...
tasks Loading commit data...
testlog Loading commit data...
testutils Loading commit data...
tls Loading commit data...
txmgr Loading commit data...
Makefile Loading commit data...
util.go Loading commit data...
util_test.go Loading commit data...
version.go Loading commit data...
version_test.go Loading commit data...