openethereum/rpc/src/v1/helpers
Robert Habermeier ff0be9f361 Separate RPC serialization from implementation (#2072)
* add auto-args deserialization for RPC

* make block param member public

* change BlockParam to a more generic Trailing<T> mechanism

* define work type

* build_rpc_trait macro, implement eth protocol

* fix up tests

* move eth_filter API to new macro
2016-09-23 19:42:33 +02:00
..
auto_args.rs Separate RPC serialization from implementation (#2072) 2016-09-23 19:42:33 +02:00
dispatch.rs Separate RPC serialization from implementation (#2072) 2016-09-23 19:42:33 +02:00
errors.rs New signer token RPC & Initial signer connection without token. (#2096) 2016-09-21 11:44:49 +01:00
mod.rs Separate RPC serialization from implementation (#2072) 2016-09-23 19:42:33 +02:00
network_settings.rs Peers RPC + UI displaying active/connected/max peers (#1915) 2016-08-11 17:19:20 +02:00
params.rs Separate RPC serialization from implementation (#2072) 2016-09-23 19:42:33 +02:00
poll_filter.rs Limit for logs filter. (#2180) 2016-09-21 11:51:10 +01:00
poll_manager.rs fixed eth_getLogs (#915) 2016-04-10 11:42:03 -07:00
requests.rs Supporting eth_sign in Signer (#1787) 2016-08-03 10:36:54 +02:00
signer.rs New signer token RPC & Initial signer connection without token. (#2096) 2016-09-21 11:44:49 +01:00
signing_queue.rs Asynchronous RPC support (#2017) 2016-09-01 12:00:00 +02:00