Skip to content

Tags: cheme/jsonrpc

Tags

v10.0.2

Toggle v10.0.2's commit message
Fix rpc alias(es) key constant (paritytech#375)

* Fix rpc alias(es) key constant

* Bump derive patch

v10.0.1

Toggle v10.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add jsonrpc-derive details. (paritytech#372)

* Add jsonrpc-derive details.

* Update docs and authors.

* Bump version.

v10.0.0

Toggle v10.0.0's commit message
One way serialize for subscriber type (paritytech#371)

* WIP: 2018 compile tests with one way serialization

* WIP: attempting to get traitbounds to work with compiletests

* Failing compile test for one way serialise Subscription type

* One way Serialize for generic type only used in Subscriber

v9.0.0

Toggle v9.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Handle keep-alive correctly (paritytech#333)

* Proper handling of keep-alive.

* Fix windows build again.

* Adhere to the HTTP/1.1 spec more (don't return the header as it's implied)

v8.0.1

Toggle v8.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version. (paritytech#223)

v8.0.0

Toggle v8.0.0's commit message
Add documentation link and license for jsonrpc-test (paritytech#218)

* Add documentation and license.

* Documentation.

v7.1.1

Toggle v7.1.1's commit message
version 7.1.1 (paritytech#203)

v7.1.0

Toggle v7.1.0's commit message
version 7.1.0 (paritytech#189)

v7.0.1

Toggle v7.0.1's commit message
release 7.0.1 (paritytech#159)

v6.0.0

Toggle v6.0.0's commit message
Merge pull request paritytech#43 from ethcore/fix-jsonrpc-omitted

Don't serialize version field if it is not set explicitly