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

Using jsonrpc-macros #3831

Merged
merged 2 commits into from
Dec 13, 2016
Merged

Using jsonrpc-macros #3831

merged 2 commits into from
Dec 13, 2016

Conversation

tomusdrw
Copy link
Collaborator

Closes #3789

@tomusdrw tomusdrw added A0-pleasereview 🤓 Pull request needs code review. M6-rpcapi 📣 RPC API. labels Dec 13, 2016
@debris debris added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels Dec 13, 2016
@@ -24,6 +24,8 @@ extern crate serde;
extern crate serde_json;
extern crate jsonrpc_core;
extern crate jsonrpc_http_server;
#[macro_use]
extern crate jsonrpc_macros;
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd prefer to put this at the bottom with the other #[macro_use] crates.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 65d62cc on rpc-macros into ** on master**.

@rphmeier rphmeier added M4-core ⛓ Core client code / Rust. and removed M6-rpcapi 📣 RPC API. labels Dec 13, 2016
@rphmeier
Copy link
Contributor

(should be labeled core since it doesn't actually affect the public RPC API, just the implementation of it)

@rphmeier rphmeier merged commit 0b69e41 into master Dec 13, 2016
@rphmeier rphmeier deleted the rpc-macros branch December 13, 2016 16:16
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. M4-core ⛓ Core client code / Rust.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants