- 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-limitflag to bypass this check.
- Increase maximum loop iterations from 10,000 to 100,000.
- Update to foundry v1.6.0-rc1.