openethereum/ethcore/private-tx
Nicolas Gotchac 5e2def1b23
Fix parallel transactions race-condition (#10995)
* WiP : clear pending txs cache & tick in Miner

* Fixed pending transactions

* Revert debugging code

* Add ToDo comment

* Remove commented-out code

* Reverse LTO setting

* WiP

* Try to seal a new block if there are pending transactions

* Try resealing only for internal imports

* Remove logging

* Use AtomicU64 instead of Mutex<BlockNumber>

* Remove TxQueue cache clear // Update AtomicUint logic

* Update comments in Miner

* Revert import of `parking_lot`

* Update `transaction-pool` dependency

* Call directly `update_sealing`

* Call `update_sealing` directly
2019-09-11 18:44:31 +02:00
..
res Call private contract methods from another private contract (read-only) (#10086) 2019-02-07 12:39:04 +01:00
src [private-tx] remove unused rand (#11024) 2019-09-05 13:26:28 +02:00
tests Extract spec to own crate (#10978) 2019-08-23 15:32:58 +02:00
Cargo.toml Fix parallel transactions race-condition (#10995) 2019-09-11 18:44:31 +02:00