grin/core
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
..
fuzz Verify headers and blocks only when needed (#3023) 2019-10-27 08:40:52 +01:00
src Refactor transaction building combinators (#3057) 2019-11-01 10:56:58 +00:00
tests Refactor transaction building combinators (#3057) 2019-11-01 10:56:58 +00:00
Cargo.toml update versioning to 3.0.0 alpha (#3080) 2019-10-04 10:51:55 +01:00