We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2399ad commit b33bd34Copy full SHA for b33bd34
Changelog.md
@@ -6,6 +6,8 @@ Compiler Features:
6
* Yul Optimizer: Remove redundant prerequisite steps from the default optimizer sequence.
7
8
Bugfixes:
9
+* TypeChecker: Remove the wrong codegen assumption that a conversion between non-byte calldata arrays can never happen.
10
+* TypeChecker: Fix tuple components types comparison for non-trivial types. This bug led to unnecessary conversions between tuples of the same types.
11
12
13
### 0.8.33 (2025-12-18)
0 commit comments