Fiews / ChainlinkEthFailover

Use multiple Ethereum nodes for redundancy on your Chainlink node
MIT License
28 stars 15 forks source link

Add ability to direct new transactions to specific endpoint(s) #17

Open boxhock opened 2 years ago

boxhock commented 2 years ago

A use case for L2s is where you have multiple L2 replica nodes running, which don't support broadcasting txs. You then want to use this Proxy for the replica nodes, while any eth_sendRawTransaction requests will go to a designated tx broadcasting endpoint (e.g. official endpoint).

yorickdowne commented 2 years ago

This is no longer needed for Optimism since l2geth 0.5.8, but could still be useful for other L2s - TBD.