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
..
2019-08-27 17:29:33 +02:00
2019-06-27 17:29:24 +08:00
2019-01-16 19:52:21 +01:00
2019-08-15 17:59:22 +02:00
2019-08-27 17:29:33 +02:00
2019-07-04 18:03:22 +02:00
2019-09-11 18:44:31 +02:00