ChainSafe / fixed-sized-numbers-ts

Fixed Sized BigNumbers in TypeScript
2 stars 4 forks source link

Add tests to ensure type exclusivity #12

Open ansermino opened 5 years ago

ansermino commented 5 years ago

We are currently missing tests to ensure Uint8 can't be added to Uint16 etc.

It should be quite easy to compare all permutations of types for all operations with the autotest setup.