Open nfrisby opened 4 months ago
The new ByteSize measure should be used for all byte size summations relevant to the Cardano chain.
ByteSize
Monoid
The other types defined in the module should be used for recording/transmitting the result of summations that did not overflow.
TODO test suite
The new
ByteSize
measure should be used for all byte size summations relevant to the Cardano chain.Monoid
instance that will be useful for finger trees.The other types defined in the module should be used for recording/transmitting the result of summations that did not overflow.