Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: paritytech/jsonrpc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: jsonrpc-derive-15.1.0
Choose a base ref
...
head repository: paritytech/jsonrpc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: jsonrpc-derive-17.0.0
Choose a head ref
  • 13 commits
  • 96 files changed
  • 9 contributors

Commits on Jul 28, 2020

  1. Migrate core to futures=0.3 (#565)

    * Update to latest futures.
    
    * Rewrite core?
    
    * pubsub rewrite.
    
    * Fix pubsub tests & rewrite tcp.
    
    * Update stdio.
    
    * ipc & stdio & ws
    
    * Cargo check ✅
    
    * Fixing tests 🤔
    
    * Unify Result/BoxFuture for derive.
    
    * Rewrite clients for new futures.
    
    * Fix derive.
    
    * Fix client tests.
    
    * Remove unused functions.
    
    * Bump version.
    
    * cargo fmt --all
    
    * Addressing review grumbles.
    
    * Rewrite with async-await.
    
    * Add a issue number.
    
    * cargo fmt --all
    
    * Fix test.
    tomusdrw authored Jul 28, 2020
    Configuration menu
    Copy the full SHA
    99bd064 View commit details
    Browse the repository at this point in the history
  2. Update readme. (#568)

    tomusdrw authored Jul 28, 2020
    Configuration menu
    Copy the full SHA
    254b630 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Configuration menu
    Copy the full SHA
    8e7ddc9 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Remove failure dependency. (#579)

    * Remove failure dependency.
    
    * Remove needless format!.
    
    * cargo fmt --all
    tomusdrw authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    b165fac View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Use patched ws-rs (#584)

    * Use patched ws-rs
    
    * Update settings
    
    * Bump versions to 16.0.0
    maciejhirsz authored Sep 18, 2020
    Configuration menu
    Copy the full SHA
    92e3c14 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Configuration menu
    Copy the full SHA
    7a4bf1e View commit details
    Browse the repository at this point in the history
  2. update parking_lot to v0.11 (#591)

    Signed-off-by: koushiro <koushiro.cqx@gmail.com>
    koushiro authored Sep 30, 2020
    Configuration menu
    Copy the full SHA
    07a002a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Expose direct configuration of max in and out buffer capacity (#594)

    * Expose direct configuration of max in and out buffer capacity
    
    * Correct argument duplicate typo"
    
    * Add server builder tests
    
    * rustfmt ws/src/server_builder.rs
    emostov authored Oct 5, 2020
    Configuration menu
    Copy the full SHA
    2cb9752 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2020

  1. Update examples in top-level readme. (#588)

    * Update examples in top-level readme.
    
    * cargo fmt --all
    
    * Added docs.
    tomusdrw authored Nov 6, 2020
    Configuration menu
    Copy the full SHA
    454cf5d View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Fix typos (#587)

    * Fix typos
    
    * Fix request.sender
    
    * cargo fmt --all
    
    Co-authored-by: Tomasz Drwięga <tomasz@parity.io>
    nazar-pc and tomusdrw authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    40eec20 View commit details
    Browse the repository at this point in the history
  2. [forwardport] Update local client to support middleware (Kudos Seun) (

    #589) (#600)
    
    * Update `local` client to support middleware (Kudos Seun) (#589)
    
    * v15.0.1
    
    * v15.0.1 => v15.1.0
    
    * v15.0.1 => v15.1.0
    
    * cargo fmt
    
    * fix tests
    
    * adds *_with_middleware methods
    
    * remove Unpin bound, add documentation, cargo fmt
    
    * 15.0.1
    
    * bump to 15.1.0
    
    Co-authored-by: Seun Lanlege <seunlanlege@gmail.com>
    Co-authored-by: Niklas <niklasadolfsson1@gmail.com>
    
    * cargo fmt --all
    
    Co-authored-by: Seun Lanlege <seunlanlege@gmail.com>
    Co-authored-by: Niklas <niklasadolfsson1@gmail.com>
    3 people authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    61ea7c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Migrate to Tokio 0.2 (#603)

    Xanewok authored Jan 11, 2021
    Configuration menu
    Copy the full SHA
    91cf903 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Bump version. (#608)

    tomusdrw authored Jan 20, 2021
    Configuration menu
    Copy the full SHA
    f418030 View commit details
    Browse the repository at this point in the history
Loading