mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Clean up visibility via contract name and fix ICE on calling unimplemented base function.
This commit is contained in:
@@ -11,8 +11,11 @@ Compiler Features:
|
||||
* General: Support compiling starting from an imported AST. Among others, this can be used for mutation testing.
|
||||
* Yul Optimizer: Apply penalty when trying to rematerialize into loops.
|
||||
|
||||
|
||||
Bugfixes:
|
||||
* Commandline interface: Only activate yul optimizer if ``--optimize`` is given.
|
||||
* Fixes internal compiler error on explicitly calling unimplemented base functions.
|
||||
|
||||
|
||||
Build System:
|
||||
* Switch to building soljson.js with an embedded base64-encoded wasm binary.
|
||||
|
||||
Reference in New Issue
Block a user