• Matthew Slipper's avatar
    op-node: Integrate PollingClient with op-node (#3630) · 3ae11e87
    Matthew Slipper authored
    Integrates the HTTP PollingClient with the op-node. To do this, I needed to change the RPC interface to return an `ethereum.Subscription` object rather than a concrete *rpc.ClientSubscription instance. I also introduced a new method to return the correct `client.RPC` implementation based on the user's chosen RPC URL.
    
    Lastly, I added an additional CircleCI job to run all end-to-end tests against an HTTP-based RPC endpoint to prevent issues from arising in the future.
    3ae11e87
Name
Last commit
Last update
..
assertions.go Loading commit data...
block_id.go Loading commit data...
deposits.go Loading commit data...
fake_chain.go Loading commit data...
l1info.go Loading commit data...
metrics.go Loading commit data...
mock_engine.go Loading commit data...
mock_eth_client.go Loading commit data...
mock_l1.go Loading commit data...
mock_l2.go Loading commit data...
random.go Loading commit data...
rpc_err_faker.go Loading commit data...