grin/pool/tests
Antioch Peverell 6faa0e8d75
thread local chain type vs global chain type (#3327)
* Introduce GLOBAL_CHAIN_TYPE and make CHAIN_TYPE thread_local.
This makes testing more explicit and significantly more robust.

* set_local_chain_type() in tests

* cleanup - weird

* get pool tests working with explicit local chain_type config

* core tests working with explicit local chain_type

* p2p tests working with explicit local chain_type

* store tests working

* cleanup, feedback
2020-05-22 12:51:58 +01:00
..
block_building.rs thread local chain type vs global chain type (#3327) 2020-05-22 12:51:58 +01:00
block_max_weight.rs thread local chain type vs global chain type (#3327) 2020-05-22 12:51:58 +01:00
block_reconciliation.rs thread local chain type vs global chain type (#3327) 2020-05-22 12:51:58 +01:00
coinbase_maturity.rs thread local chain type vs global chain type (#3327) 2020-05-22 12:51:58 +01:00
common.rs Use generic types instead of trait objects in tx pool (#3308) 2020-04-30 17:41:49 +02:00
transaction_pool.rs thread local chain type vs global chain type (#3327) 2020-05-22 12:51:58 +01:00