grin/pool/src
Antioch Peverell 66f2545186
Block accepted reorg aware (#2003)
* block_accepted via adapter is now reorg aware
we skip reconciling the txpool is block is not most work
we skip reconciling the reorg_cache is not a reorg

* rustfmt

* logging tweaks

* rework block_accepted interface

* rustfmt

* rework reorg determination

* introduce BlockStatus to represent next vs reorg vs fork

* rustfmt

* cleanup logging

* log from adapter, even during sync
2018-11-21 14:35:38 +00:00
..
lib.rs Replace logging backend to log4rs and add log rotation (#1789) 2018-10-21 13:30:56 -07:00
pool.rs Configurable max block weight for mining (aka soft limit) (#1976) 2018-11-14 10:22:08 -08:00
transaction_pool.rs Block accepted reorg aware (#2003) 2018-11-21 14:35:38 +00:00
types.rs Configurable max block weight for mining (aka soft limit) (#1976) 2018-11-14 10:22:08 -08:00