openethereum/rpc/src/v1/impls
Robert Habermeier b7814fa65c Port a couple more RPC APIs to the new auto args (#2325)
* 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

* port ethcore module to new rpc macro

* port ethcore_set to auto_args

* port net RPC to auto_args

* port rpc meta api to new

* skeleton for async RPC auto_args

* macro implementations for strongly-typed async RPC wrapper

* clarify docs

* reflect new required Rust version in README

[ci skip]
2016-10-04 19:05:46 +02:00
..
eth.rs Reorder transaction_by_hash to favour canon search (#2332) 2016-09-27 12:17:02 +02:00
eth_filter.rs Separate RPC serialization from implementation (#2072) 2016-09-23 19:42:33 +02:00
eth_signing.rs Encryption, decryption and public key RPCs. (#1946) 2016-09-22 14:48:22 +02:00
ethcore.rs Port a couple more RPC APIs to the new auto args (#2325) 2016-10-04 19:05:46 +02:00
ethcore_set.rs Port a couple more RPC APIs to the new auto args (#2325) 2016-10-04 19:05:46 +02:00
mod.rs Merge branch 'master' of github.com:ethcore/parity into move_hash 2016-08-09 09:58:18 +02:00
net.rs Port a couple more RPC APIs to the new auto args (#2325) 2016-10-04 19:05:46 +02:00
personal.rs Asynchronous RPC support (#2017) 2016-09-01 12:00:00 +02:00
personal_signer.rs New signer token RPC & Initial signer connection without token. (#2096) 2016-09-21 11:44:49 +01:00
rpc.rs Port a couple more RPC APIs to the new auto args (#2325) 2016-10-04 19:05:46 +02:00
traces.rs merge with master 2016-09-01 15:07:06 +02:00
web3.rs Asynchronous RPC support (#2017) 2016-09-01 12:00:00 +02:00