Tomasz Drwięga
99e26b8480
Simple signing queue, confirmation APIs exposed in signer WebSockets. ( #1182 )
...
* Splitting methods requiring signing into separate trait
* Single place where RPC apis are created.
* Separating eth_filter
* Separating eth_signing
* Stubs for Personal Signer methods
* Test for EthSigningQueueClient
* TransactionConfirmation API
* Exposing PersonalSigner API
* Defining ApiSets dependent on context
* Removing types
* Fixing default impl
* Fixing un-mocked tests
* Update signing_queue.rs
[ci skip]
* Removing unused import [ci skip]
2016-06-01 19:37:34 +02:00
Marek Kotewicz
ebd0cdbc7a
Fixpending ( #1074 )
...
* Fix --geth IPC for MacOS.
* fix pending_* methods in MinerService, add pending_receipts
* pending logs
* include pending logs when polling
* fixed returning pending logs multiple timees
* log type
* transactionHash is supplied to pending logs
* miner returns receipts together with hashes
* bring back miners all_transactions used by sync module
2016-05-24 21:56:32 +02:00
Tomasz Drwięga
f5c2bea134
Shared instance of ExternalMiner
2016-04-21 17:32:53 +02:00
Marek Kotewicz
fed853593b
fixed eth_getLogs ( #915 )
...
* fixed eth_getLogs
* removed empty lines
2016-04-10 11:42:03 -07:00
debris
0de73609d2
eth_hashrate && eth_submitHashrate tests
2016-03-14 14:18:29 +01:00
Tomasz Drwięga
dd2fb4df67
Storing BlockNumber & transactions directly in enum
2016-03-11 12:31:42 +01:00
Tomasz Drwięga
2fd036b073
Merge branch 'ethminer_crate' into rpc_pending_filter
...
Conflicts:
rpc/src/v1/helpers/poll_manager.rs
rpc/src/v1/impls/eth.rs
2016-03-11 11:44:44 +01:00
Tomasz Drwięga
c37370a8a7
PendingTransaction filter.
2016-03-10 16:04:59 +01:00
Tomasz Drwięga
9741d48496
Transaction data associated with polls.
2016-03-10 15:35:36 +01:00
Tomasz Drwięga
027f122aea
Removing get prefix from poll_info
2016-03-10 14:24:33 +01:00
debris
190468e1f8
fixed trailing ,
2016-03-02 14:03:43 +01:00
debris
28c5f6f9c3
fixed failing test
2016-03-02 12:32:30 +01:00
debris
5f97d51967
renamed poll_indexed to poll_manager
2016-03-02 05:46:38 +01:00
debris
35cabecad8
support for polling
2016-02-23 18:51:29 +01:00