-
Notifications
You must be signed in to change notification settings - Fork 20.2k
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
rpc: add SetHeader method to Client #21392
Merged
Merged
Commits on Jul 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ba40413 - Browse repository at this point
Copy the full SHA ba40413View commit details
Commits on Jul 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 660f969 - Browse repository at this point
Copy the full SHA 660f969View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2878c6b - Browse repository at this point
Copy the full SHA 2878c6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 387bde5 - Browse repository at this point
Copy the full SHA 387bde5View commit details
Commits on Aug 3, 2020
-
rpc: rename httpConn.mux -> .mu
In go-ethereum, 'mu' and 'lock' are the canonical names for lock-typed fields.
Configuration menu - View commit details
-
Copy full SHA for 9fdda31 - Browse repository at this point
Copy the full SHA 9fdda31View commit details -
rpc: improve TestClientSetHeader
This makes the test less reliant on client internals.
Configuration menu - View commit details
-
Copy full SHA for 3ef5db0 - Browse repository at this point
Copy the full SHA 3ef5db0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f020fe0 - Browse repository at this point
Copy the full SHA f020fe0View commit details -
rpc: remove httpConn.req and improve setting of default headers
http.Header usually shouldn't be modified using map operations because it performs canonicalization on the key strings.
Configuration menu - View commit details
-
Copy full SHA for ce544aa - Browse repository at this point
Copy the full SHA ce544aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66a104d - Browse repository at this point
Copy the full SHA 66a104dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4bb090 - Browse repository at this point
Copy the full SHA e4bb090View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebd0374 - Browse repository at this point
Copy the full SHA ebd0374View commit details -
Configuration menu - View commit details
-
Copy full SHA for cac0bc7 - Browse repository at this point
Copy the full SHA cac0bc7View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.