cardano-ledger-byron
cardano-ledger-byron copied to clipboard
Functions without tests
Found a number of functions that have zero tests:
Cardano.Chain.Update.ApplicationName.checkApplicationName
Cardano.Chain.Update.SoftwareVersion.checkSoftwareVersion
Cardano.Chain.Genesis.NonAvvmBalances.convertNonAvvmDataToBalances
Cardano.Chain.Block.Body.bodyTxs
Cardano.Chain.Block.Body.bodyWitnesses
These were probably pulled in as they are from the cardano-sl
repo, but they should still have tests.
It is likely that many of these will be deleted, but I agree that we should audit them and add tests for the ones that may stay