- Add
EpochInterval
andaddEpochInterval
fromcardano-ledger
. - Add
binOpEpochNo
helper function to facilitate binary operations onEpochNo
. - Remove numeric instances (
Num
,Integral
,Real
) ofEpochNo
andEpochSize
for safety. They are still available for testing from thetestlib
as orphans. - New
Test.Cardano.Slotting.TreeDiff
module extracted fromcardano-ledger-binary
. It lives in a new public sublibrarytestlib
.
- Add numeric instances (
Num
,Integral
,Real
) ofEpochNo
andEpochSize
as orphans.
- GHC-9.6 compatibility
- Remove
development
flag: #372 - Addition of
ToJSON
/FromJSON
instances for:WithOrigin
BlockNo
SystemStart
RelativeTime
andSlotLength
- Initial release