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

rpc: add SetHeader method to Client #21392

Merged
merged 12 commits into from
Aug 3, 2020
Merged

Commits on Jul 30, 2020

  1. draft client set header

    renaynay committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    ba40413 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. Configuration menu
    Copy the full SHA
    660f969 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2878c6b View commit details
    Browse the repository at this point in the history
  3. better test

    renaynay committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    387bde5 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. rpc: rename httpConn.mux -> .mu

    In go-ethereum, 'mu' and 'lock' are the canonical names
    for lock-typed fields.
    fjl committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    9fdda31 View commit details
    Browse the repository at this point in the history
  2. rpc: improve TestClientSetHeader

    This makes the test less reliant on client internals.
    fjl committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    3ef5db0 View commit details
    Browse the repository at this point in the history
  3. rpc: remove testHandler

    fjl committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    f020fe0 View commit details
    Browse the repository at this point in the history
  4. 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.
    fjl committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    ce544aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66a104d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e4bb090 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ebd0374 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cac0bc7 View commit details
    Browse the repository at this point in the history