• Matthew Slipper's avatar
    op-deployer: Add a proxy to handle RPC failures (#13068) · 8f69ac78
    Matthew Slipper authored
    * op-deployer: Add a proxy to handle RPC failures
    
    Anvil is very finnicky when it comes to RPC responses. It'll blow up if it encounters any HTTP error, and does not support retries. This PR adds a locally-hosted proxy which sits between Anvil and the fork RPC source and handles retries automatically.
    
    * lint
    
    * lint again
    
    * ignore lint
    8f69ac78
Name
Last commit
Last update
..
cmd/op-deployer Loading commit data...
pkg Loading commit data...
.gitignore Loading commit data...
.goreleaser.yaml Loading commit data...
Dockerfile.default Loading commit data...
Dockerfile.minimal Loading commit data...
justfile Loading commit data...