This repository has been archived by the owner on Oct 20, 2024. It is now read-only.
v0.3.1
v0.3.1
Introduces a few significant, but minor, feature changes with multiple bug fixes.
Changelog
- Minor typo fix in #219
- EIP-1153 Transient Storage Opcodes, Push Overrides, and
__Codesize(CONSTRUCTOR)
stack overflow fixes in #218 by @refcell - feat: alternative main entrypoints in #221 by @cheethas
- feat: alternative constructor entrypoints in #223 by @cheethas
- fix: Free Storage Param Bug in #235 by @cheethas
- fix: Huffup Symlink in #228 by @MathisGD
- fix: Incorrect Relative Path Calculation in #230 by @kanewallmann
- fix: custom bootstrap logic in #248 by @cheethas
- feat: remappings with file in #217 by @iFrostizz
- fix: circular, nested codesize builtin calls in #240 by @cheethas
- feat: wasm compilation target for huff_core with bindings in #232 by @kanewallmann