input-output-hk / rust-byron-cardano

rust client libraries to deal with the current cardano mainnet (byron / cardano-sl)
MIT License
264 stars 75 forks source link

Add property test to TransactionBuilder #733

Closed CodeSandwich closed 5 years ago

CodeSandwich commented 5 years ago

Fixes https://github.com/input-output-hk/rust-cardano/issues/728

CodeSandwich commented 5 years ago

@NicolasDP I was verifying the result should give a valid, balanced transaction; part a bit too literally ;) It's fixed now, transactions are built randomly and test verifies if builder accepts correct combinations.