Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/geth, cmd/utils: geth attach with custom headers (#25829) #1

Merged
merged 1 commit into from
Sep 30, 2022

Commits on Sep 30, 2022

  1. cmd/geth, cmd/utils: geth attach with custom headers (#25829)

    This PR makes it possible to set custom headers, in particular for two scenarios: 
    
    - geth attach
    - geth commands which can use --remotedb, e..g geth db inspect
    
    The ability to use custom headers is typically useful for connecting to cloud-apis, e.g. providing an infura- or alchemy key, or for that matter access-keys for environments behind cloudflare.  
    
    Co-authored-by: Felix Lange <fjl@twurst.com>
    holiman and fjl committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    ea26fc8 View commit details
    Browse the repository at this point in the history