Skip to content

v1.5.8

Choose a tag to compare

@github-actions github-actions released this 29 Nov 11:15
· 13 commits to main since this release
77cb0f9
  • Fix __RIGHTPAD() incorrectly padding odd-length hex values.
    • Example: __RIGHTPAD(0x1af) now produces 0x1af000... instead of 0x01af00....
  • Reject 0x as valid hex value. Before it was treated as 0x00 (fixes #154).
  • Update to foundry v1.5.0.