v1.5.8
- Fix
__RIGHTPAD()incorrectly padding odd-length hex values.- Example:
__RIGHTPAD(0x1af)now produces0x1af000...instead of0x01af00....
- Example:
- Reject
0xas valid hex value. Before it was treated as0x00(fixes #154). - Update to foundry v1.5.0.