openethereum/ethcore/src/client
Tomasz Drwięga 00372cf747 Removing a transaction from queue now removes all from this sender with lower nonces. (#950)
* Changing  to wipe-out all transactions from particular sender lower then given nonce.

* Changing given nonce to be client_nonce

* Fixing test_client to support proper nonces when transactions are added to blockchain

* Fixing logic for transactions from new blocks in chain
2016-04-14 22:38:23 -07:00
..
client.rs Tracing and docs. (#952) 2016-04-13 11:26:41 -07:00
config.rs Reorganise command line options into more general engine. 2016-03-11 14:45:19 +01:00
ids.rs uncle 2016-03-22 16:07:42 +01:00
mod.rs Differentiate between ClosedBlock (can be reopened) and LockedBlock (cannot). 2016-03-27 20:33:23 +02:00
test_client.rs Removing a transaction from queue now removes all from this sender with lower nonces. (#950) 2016-04-14 22:38:23 -07:00