Skip to content

v1.5.14

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Feb 08:41
a71891b
  • Breaking: Enforce EIP-170 contract size limit (24,576 bytes) by default.
    • Compilation now fails if the runtime bytecode exceeds the EIP-170 limit.
    • Use --no-size-limit flag to bypass this check.
  • Increase maximum loop iterations from 10,000 to 100,000.
  • Update to foundry v1.6.0-rc1.