Commits
Click on a commit to change the comparison rangefeat(sema): implement explicit conversions for fixed-size byte arrays
Add explicit type conversion support for:
- FixedBytes to FixedBytes (any size)
- FixedBytes to UInt (same size only)
- UInt to FixedBytes (same size only)
Signed integers are not allowed per Solidity spec.
Closes #612