aeternity / aesophia

Stand alone compiler for the Sophia smart contract language
https://docs.aeternity.com/aesophia
ISC License
52 stars 19 forks source link

Add check for number of type variables in type signature #512

Closed hanssv closed 3 months ago

hanssv commented 3 months ago

The number of tvars is limited by serialization (u8) to 255 - shouldn't really be an issue for "normal" contracts 😅

Credit to @spiveeworks for finding this during the compiler rewrite work!

This PR is supported by Æternity Foundation