You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* General: The experimental EOF backend implements a subset of EOF sufficient to compile arbitrary high-level Solidity syntax via IR with optimization enabled.
13
-
* SMTChecker: Support `block.blobbasefee` and `blobhash`.
14
-
* SMTChecker: The option `--model-checker-print-query` no longer requires `--model-checker-solvers smtlib2`.
13
+
* SMTChecker: Support ``block.blobbasefee`` and ``blobhash``.
14
+
* SMTChecker: The option ``--model-checker-print-query`` no longer requires ``--model-checker-solvers smtlib2``.
15
15
* SMTChecker: Z3 is now a runtime dependency, not a build dependency (except for emscripten build).
16
16
* Yul Parser: Make name clash with a builtin a non-fatal error.
17
17
@@ -30,7 +30,7 @@ Bugfixes:
30
30
* SMTChecker: Fix SMT logic error when translating invariants involving array store and select operations.
31
31
* SMTChecker: Fix wrong encoding of string literals as arguments of ``ecrecover`` precompile.
32
32
* Standard JSON Interface: Fix ``generatedSources`` and ``sourceMap`` being generated internally even when not requested.
33
-
* TypeChecker: Fix supurious compilation errors due to incorrect computation of contract storage size which erroneously included transient storage variables.
33
+
* TypeChecker: Fix spurious compilation errors due to incorrect computation of contract storage size which erroneously included transient storage variables.
34
34
* Yul: Fix internal compiler error when a code generation error should be reported instead.
35
35
* Yul Optimizer: Fix failing debug assertion due to dereferencing of an empty ``optional`` value.
0 commit comments