grin/core/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
..
block.rs Refactor transaction building combinators (#3057) 2019-11-01 10:56:58 +00:00
common.rs Refactor transaction building combinators (#3057) 2019-11-01 10:56:58 +00:00
consensus.rs Change 2018 to 2019 in copyright files (#3072) 2019-10-02 09:40:20 +01:00
core.rs Refactor transaction building combinators (#3057) 2019-11-01 10:56:58 +00:00
merkle_proof.rs Change 2018 to 2019 in copyright files (#3072) 2019-10-02 09:40:20 +01:00
pmmr.rs Change 2018 to 2019 in copyright files (#3072) 2019-10-02 09:40:20 +01:00
transaction.rs Change 2018 to 2019 in copyright files (#3072) 2019-10-02 09:40:20 +01:00
vec_backend.rs Remove usage of try! macro, use ? instead (#3097) 2019-10-21 15:01:18 -04:00
verifier_cache.rs Change 2018 to 2019 in copyright files (#3072) 2019-10-02 09:40:20 +01:00