Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Bump JSON-RPC #10151

Merged
merged 2 commits into from
Jan 11, 2019
Merged

Bump JSON-RPC #10151

merged 2 commits into from
Jan 11, 2019

Conversation

tomusdrw
Copy link
Collaborator

@tomusdrw tomusdrw commented Jan 8, 2019

Fixes #10072, kudos @seunlanlege

@tomusdrw tomusdrw added A0-pleasereview 🤓 Pull request needs code review. M6-rpcapi 📣 RPC API. labels Jan 8, 2019
@5chdn 5chdn added this to the 2.3 milestone Jan 8, 2019
@@ -1748,7 +1748,7 @@ dependencies = [
[[package]]
name = "jsonrpc-core"
version = "9.0.0"
source = "git+https://github.com/paritytech/jsonrpc.git?branch=parity-2.2#f8a54f46f7f1d68b4e7899ca1e929803bf966a5b"
source = "git+https://github.com/paritytech/jsonrpc.git?branch=parity-2.2#84360bf1d03821b8fd669a6a95fcdf847aaf6cca"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not a new branch called parity-2.3 in the jsonrpc crate?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are no significant changes, it's pretty much just a bug fix. We usually create a new branch whenever there are some breaking changes.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, got it 👍

@niklasad1 niklasad1 added A7-looksgoodtestsfail 🤖 Pull request is reviewed well, but cannot be merged due to tests failing. and removed A0-pleasereview 🤓 Pull request needs code review. labels Jan 8, 2019
@5chdn
Copy link
Contributor

5chdn commented Jan 9, 2019

Restarted CI

@5chdn 5chdn modified the milestones: 2.3, 2.4 Jan 10, 2019
@5chdn
Copy link
Contributor

5chdn commented Jan 10, 2019

lol it fails because of HTTP status casing:

left: `"HTTP/1.1 200 OK"`, right: `"HTTP/1.1 200 Ok"

@svyatonik svyatonik added A8-looksgood 🦄 Pull request is reviewed well. and removed A7-looksgoodtestsfail 🤖 Pull request is reviewed well, but cannot be merged due to tests failing. labels Jan 11, 2019
@niklasad1 niklasad1 merged commit 83ba9df into master Jan 11, 2019
@niklasad1 niklasad1 deleted the td-jsonrpc branch January 11, 2019 15:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well. M6-rpcapi 📣 RPC API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants