Commit 215710c replaced three data declarations with newtype to shave 57 bytes off the validator script size. We should test what happens if the three wrapper types are completely stripped away. If this is a major win (e.g. > 100 bytes) we might want to eliminate them.
Commit 215710c replaced three
datadeclarations withnewtypeto shave 57 bytes off the validator script size. We should test what happens if the three wrapper types are completely stripped away. If this is a major win (e.g. > 100 bytes) we might want to eliminate them.