Nikolay Volf
|
459dcbcef1
|
Removing unused client code (#1645)
* moving ipc deriving to trait
* refactoring of the client
|
2016-07-19 09:21:41 +02:00 |
|
Robert Habermeier
|
36d3d0d7d7
|
replace synchronization primitives with those from parking_lot (#1593)
* parking_lot in cargo.toml
* replace all lock invocations with parking_lot ones
* use parking_lot synchronization primitives
|
2016-07-13 19:59:59 +02:00 |
|
Gav Wood
|
456ad9e21b
|
Remove .lock().unwrap() idiom into locked().
|
2016-07-06 19:52:34 +02:00 |
|
Gav Wood
|
08522eec37
|
--geth prevent getTransactionReceipt from using pending. (#1325)
This mimics the fucntionality of Geth and the current unratified
JSONRPC spec (but not the functionality of eth and the ratified
spec).
|
2016-06-19 14:51:51 +02:00 |
|
debris
|
b9623e6c5b
|
improvements to build, updated dependencies, moved rpctest to its own submodule
|
2016-03-19 23:27:50 +01:00 |
|