-
Notifications
You must be signed in to change notification settings - Fork 267
Comparing changes
Open a pull request
base repository: paritytech/jsonrpc
base: jsonrpc-core-15.1.0
head repository: paritytech/jsonrpc
compare: jsonrpc-core-17.1.0
- 19 commits
- 103 files changed
- 12 contributors
Commits on Jul 28, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for 99bd064 - Browse repository at this point
Copy the full SHA 99bd064View commit details -
Configuration menu - View commit details
-
Copy full SHA for 254b630 - Browse repository at this point
Copy the full SHA 254b630View commit details
Commits on Jul 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8e7ddc9 - Browse repository at this point
Copy the full SHA 8e7ddc9View commit details
Commits on Aug 28, 2020
-
Remove failure dependency. (#579)
* Remove failure dependency. * Remove needless format!. * cargo fmt --all
Configuration menu - View commit details
-
Copy full SHA for b165fac - Browse repository at this point
Copy the full SHA b165facView commit details
Commits on Sep 18, 2020
-
* Use patched ws-rs * Update settings * Bump versions to 16.0.0
Configuration menu - View commit details
-
Copy full SHA for 92e3c14 - Browse repository at this point
Copy the full SHA 92e3c14View commit details
Commits on Sep 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7a4bf1e - Browse repository at this point
Copy the full SHA 7a4bf1eView commit details -
update parking_lot to v0.11 (#591)
Signed-off-by: koushiro <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 07a002a - Browse repository at this point
Copy the full SHA 07a002aView commit details
Commits on Oct 5, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for 2cb9752 - Browse repository at this point
Copy the full SHA 2cb9752View commit details
Commits on Nov 6, 2020
-
Update examples in top-level readme. (#588)
* Update examples in top-level readme. * cargo fmt --all * Added docs.
Configuration menu - View commit details
-
Copy full SHA for 454cf5d - Browse repository at this point
Copy the full SHA 454cf5dView commit details
Commits on Dec 9, 2020
-
* Fix typos * Fix request.sender * cargo fmt --all Co-authored-by: Tomasz Drwięga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40eec20 - Browse repository at this point
Copy the full SHA 40eec20View commit details -
[forwardport] Update
localclient 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 <[email protected]> Co-authored-by: Niklas <[email protected]> * cargo fmt --all Co-authored-by: Seun Lanlege <[email protected]> Co-authored-by: Niklas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 61ea7c6 - Browse repository at this point
Copy the full SHA 61ea7c6View commit details
Commits on Jan 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 91cf903 - Browse repository at this point
Copy the full SHA 91cf903View commit details
Commits on Jan 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f418030 - Browse repository at this point
Copy the full SHA f418030View commit details
Commits on Jan 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5d6ba66 - Browse repository at this point
Copy the full SHA 5d6ba66View commit details
Commits on Jan 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9d4b261 - Browse repository at this point
Copy the full SHA 9d4b261View commit details
Commits on Mar 8, 2021
-
core: Allow for using only futures-util dependency (#609)
* core: Prefer standard Future over futures' variant * core: Make futures::executor convenience support optional * core: Use only futures-util and (optionally) futures-executor * core: Keep futures re-export for backcompat
Configuration menu - View commit details
-
Copy full SHA for 9c8110d - Browse repository at this point
Copy the full SHA 9c8110dView commit details
Commits on Mar 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 135d929 - Browse repository at this point
Copy the full SHA 135d929View commit details
Commits on Mar 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 014b1ec - Browse repository at this point
Copy the full SHA 014b1ecView commit details
Commits on Apr 1, 2021
-
* Bump minor version. * Fix build warning. * Fix ui tests. * Remove windows runner since it's decomissioned.
Configuration menu - View commit details
-
Copy full SHA for 609d7a6 - Browse repository at this point
Copy the full SHA 609d7a6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff jsonrpc-core-15.1.0...jsonrpc-core-17.1.0