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

Testing Lvl1: checking that the transaction builder build valid transaction #728

Closed NicolasDP closed 5 years ago

NicolasDP commented 5 years ago

We need to validate that the transaction builder is actually building valid transactions.

utilising quickcheck, write property tests to validate the building of the transaction is correct.

For example:

build a transaction

it is important to note that the output values is impacted by the total input available and the fee parameters.

relates to epic ticket: #727