openethereum/rpc/src/v1/impls
Robert Habermeier 8a3b5c6332 Remote transaction execution (#4684)
* return errors on database corruption

* fix tests, json tests

* fix remainder of build

* buffer flow -> request credits

* proving state backend

* generate transaction proofs from provider

* network messages for transaction proof

* transaction proof test

* test for transaction proof message

* fix call bug

* request transaction proofs from on_demand

* most of proved_execution rpc

* proved execution future
2017-03-08 14:39:44 +01:00
..
light Remote transaction execution (#4684) 2017-03-08 14:39:44 +01:00
eth_filter.rs RPC middleware: Informant & Client.keep_alive (#4384) 2017-02-04 22:18:19 +01:00
eth.rs Remote transaction execution (#4684) 2017-03-08 14:39:44 +01:00
mod.rs dispatcher abstraction, port most things to it 2017-02-08 15:36:53 +01:00
net.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
parity_accounts.rs Proper default accounts RPCs (#4580) 2017-02-20 16:33:12 +01:00
parity_set.rs RPC middleware: Informant & Client.keep_alive (#4384) 2017-02-04 22:18:19 +01:00
parity.rs Merge branch 'master' into lightrpc 2017-02-20 18:01:29 +01:00
personal.rs Proper default accounts RPCs (#4580) 2017-02-20 16:33:12 +01:00
rpc.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
signer.rs implement light dispatcher 2017-02-09 21:12:28 +01:00
signing_unsafe.rs Proper default accounts RPCs (#4580) 2017-02-20 16:33:12 +01:00
signing.rs Proper default accounts RPCs (#4580) 2017-02-20 16:33:12 +01:00
traces.rs RPC middleware: Informant & Client.keep_alive (#4384) 2017-02-04 22:18:19 +01:00
web3.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00