grin/chain/tests
Antioch Peverell 50ce7ba043
Refactor transaction building combinators (#3057)
* tx combinators now take operate on Result to allow for more robust errors handling
replace with_fee() and with_lock_height() with a more flexible with_features()

* pass kernel features in as arg to build::transaction()

* fix chain tests

* fix pool tests

* do not pass kernel around in the combinators
just set it once on the tx when building

* build::partial_transaction now takes a existing tx to build on
2019-11-01 10:56:58 +00:00
..
chain_test_helper.rs Change 2018 to 2019 in copyright files (#3072) 2019-10-02 09:40:20 +01:00
data_file_integrity.rs Change 2018 to 2019 in copyright files (#3072) 2019-10-02 09:40:20 +01:00
mine_simple_chain.rs Refactor transaction building combinators (#3057) 2019-11-01 10:56:58 +00:00
store_indices.rs Change 2018 to 2019 in copyright files (#3072) 2019-10-02 09:40:20 +01:00
test_coinbase_maturity.rs Refactor transaction building combinators (#3057) 2019-11-01 10:56:58 +00:00
test_txhashset.rs Change 2018 to 2019 in copyright files (#3072) 2019-10-02 09:40:20 +01:00
test_txhashset_archive.rs Change 2018 to 2019 in copyright files (#3072) 2019-10-02 09:40:20 +01:00