cardano-ledger icon indicating copy to clipboard operation
cardano-ledger copied to clipboard

Review all uses of unbounded numbers

Open nc6 opened this issue 5 years ago • 0 comments

We use Natural/Integer in various places in the spec, most likely for consistency with the formal spec. But this is a little annoying for implementation, where we'd like to make assumptions about the maximum size. Consider whether we can replace these with bounded types.

nc6 avatar May 10 '20 10:05 nc6