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

feat(server): JSON-RPC specific middleware #1215

Merged
merged 33 commits into from
Nov 3, 2023
Merged

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    a2858ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bdbfd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    679543c View commit details
    Browse the repository at this point in the history
  4. revert changelog

    niklasad1 committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    1c2a8a6 View commit details
    Browse the repository at this point in the history
  5. fix nits

    niklasad1 committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    264944c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. types: impl Clone

    niklasad1 committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    ed2ea57 View commit details
    Browse the repository at this point in the history
  2. clarify examples

    niklasad1 committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    461fed9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    013f045 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8eb284 View commit details
    Browse the repository at this point in the history
  5. remove some boiler plate

    niklasad1 committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    5c003a0 View commit details
    Browse the repository at this point in the history
  6. add back logging

    niklasad1 committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    7432768 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. remove needless Arc

    niklasad1 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    cb627ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fc11a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b94aa8 View commit details
    Browse the repository at this point in the history
  4. fix docs

    niklasad1 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    6e9e308 View commit details
    Browse the repository at this point in the history
  5. add modify request example

    niklasad1 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    1ac49a1 View commit details
    Browse the repository at this point in the history
  6. add rate limit example

    niklasad1 committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d1dbce3 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    2b10662 View commit details
    Browse the repository at this point in the history
  2. Meta -> Context

    niklasad1 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    be0103d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. restruct middleware module

    niklasad1 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    4376602 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9462220 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. fix broken links

    niklasad1 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    c182c1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cad5ffc View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    84c2787 View commit details
    Browse the repository at this point in the history
  2. grumbles: remove Context

    niklasad1 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    938ff4f View commit details
    Browse the repository at this point in the history
  3. fix tests

    niklasad1 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    1f47102 View commit details
    Browse the repository at this point in the history
  4. Update examples/examples/rpc_middleware_modify_request.rs

    Co-authored-by: James Wilson <james@jsdw.me>
    niklasad1 and jsdw authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    6455325 View commit details
    Browse the repository at this point in the history
  5. fix grumbles

    niklasad1 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    a5251df View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/na-new-jsonrpc-middleware' into …

    …na-new-jsonrpc-middleware
    niklasad1 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    1c0eb53 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    5bd5cc5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c207d61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1122b7 View commit details
    Browse the repository at this point in the history
  4. fix some nits in examples

    niklasad1 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    abb104b View commit details
    Browse the repository at this point in the history