cardano-ledger-shelley-test-1.8.0.0: Test helpers from cardano-ledger-shelley exposed to other packages
Safe HaskellNone
LanguageHaskell2010

Test.Cardano.Ledger.Shelley.Rules.ClassifyTraces

Synopsis

Documentation

propAbstractSizeBoundsBytes ∷ (EraGen era, EraGov era, EraStake era, HasTrace (ShelleyLEDGER era) (GenEnv MockCrypto era)) ⇒ Property Source #

Check that the abstract transaction size function actually bounds the number of bytes in the serialized transaction.

propAbstractSizeNotTooBig ∷ (EraGen era, EraGov era, EraStake era, HasTrace (ShelleyLEDGER era) (GenEnv MockCrypto era)) ⇒ Property Source #

Check that the abstract transaction size function is not off by an acceptable order of magnitude.