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

node: serve JSON-RPC on custom path prefix #22184

Merged
merged 13 commits into from
Feb 2, 2021

Commits on Jan 25, 2021

  1. Configuration menu
    Copy the full SHA
    5c6b70b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8309550 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. cmd/utils: rename prefix flags to 'rpcprefix'

    This is supposed to make it clearer that the prefix applies to JSON-RPC.
    Felix Lange committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    0b7120e View commit details
    Browse the repository at this point in the history
  2. node: log RPC prefix

    Felix Lange committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    5e76701 View commit details
    Browse the repository at this point in the history
  3. node: revert RPC API changes

    no need to expose the prefix feature in admin APIs
    Felix Lange committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    a831544 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. node: check HTTP prefix validity during node construction

    This removes the silent fix-up of non-rooted paths and instead checks
    if the specified prefix is valid when the node is constructed.
    fjl committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    79d15a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d76c7d View commit details
    Browse the repository at this point in the history
  3. node: improve path prefix tests

    fjl committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    f01c5d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15d590e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b76937 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c674d44 View commit details
    Browse the repository at this point in the history
  7. node: fix typos in rpcRequest

    fjl committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    8360767 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    91e22b2 View commit details
    Browse the repository at this point in the history