openethereum/rpc/src/v1/traits
Tomasz Drwięga 979f4e0617 eth_checkTransaction renamed to eth_checkRequest (#1817)
* Making ConfirmationsQueue a bit more generic [WiP]

* Generalizing cofirmations

* New confirmations types - tests

* Separating transaction type in queue. Closes #1310

* Handling sign requests

* Speeding up tests

* Renaming methods

* eth_postSign

* Bumping ui

* Renaming checkRequest methods, adding tests

* Removing duplicate method [ci skip]

* Remove `_posted`

[ci:skip]

* Remove `_posted`
2016-08-04 16:42:29 +02:00
..
eth.rs eth_checkTransaction renamed to eth_checkRequest (#1817) 2016-08-04 16:42:29 +02:00
ethcore.rs Gas limit ceiling option. 2016-06-23 14:29:16 +02:00
ethcore_set.rs Major sync <-> client interactions refactoring (#1572) 2016-07-11 17:02:42 +02:00
mod.rs Splitting RPC Apis into more fine-grained sets (#1234) 2016-06-07 13:52:48 -07:00
net.rs Major sync <-> client interactions refactoring (#1572) 2016-07-11 17:02:42 +02:00
personal.rs Supporting eth_sign in Signer (#1787) 2016-08-03 10:36:54 +02:00
rpc.rs remove default implementations using rpc_unimplemented!() 2016-05-29 15:21:23 +02:00
traces.rs Add RPC & client call to replay a transaction. (#1734) 2016-07-27 21:34:32 +02:00
web3.rs remove default implementations using rpc_unimplemented!() 2016-05-29 15:21:23 +02:00