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-15 15:36:48 +02:00
2019-08-15 15:36:48 +02:00
2019-08-13 15:27:28 +02:00
2019-08-23 15:32:58 +02:00
2019-09-09 13:46:05 +02:00
2019-09-10 17:52:04 +02:00
2019-06-25 08:15:13 +02:00
2019-09-10 22:44:33 +02:00
2019-09-05 19:27:05 +02:00
2019-08-22 18:25:49 +02:00
2019-09-11 18:44:31 +02:00
2019-09-05 19:28:01 +02:00
2019-08-23 15:32:58 +02:00
2019-09-09 09:55:06 +02:00
2019-09-10 18:28:21 +02:00
2019-09-03 11:29:25 +02:00
2019-09-10 20:46:50 +02:00
2019-09-11 18:44:31 +02:00
2019-09-10 18:28:21 +02:00
2019-09-10 22:44:33 +02:00
2019-09-10 22:44:33 +02:00
2019-09-10 18:28:21 +02:00
2019-09-11 18:44:31 +02:00
2019-09-03 11:29:25 +02:00
2019-09-03 11:29:25 +02:00
2019-09-05 16:11:51 +02:00
2019-08-15 15:36:48 +02:00
2019-09-11 17:35:50 +02:00
2019-09-11 14:15:19 +02:00
2019-09-05 16:11:51 +02:00
2019-08-06 11:07:07 +02:00
2019-09-11 17:35:50 +02:00