IntersectMBO / cardano-base

Code used throughout the Cardano eco-system
Apache License 2.0
95 stars 41 forks source link

Add the ByteSize measure #490

Open nfrisby opened 4 months ago

nfrisby commented 4 months ago

The new ByteSize measure should be used for all byte size summations relevant to the Cardano chain.

The other types defined in the module should be used for recording/transmitting the result of summations that did not overflow.

nfrisby commented 4 months ago

TODO test suite