mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #5569 from ethereum/chriseth-patch-1
Add solc-js changes.
This commit is contained in:
commit
0df641fea1
@ -14,7 +14,6 @@ Compiler Features:
|
|||||||
* SMTChecker: Support internal bound function calls.
|
* SMTChecker: Support internal bound function calls.
|
||||||
* Yul: Support Yul objects in ``--assemble`` and ``--yul`` commandline options.
|
* Yul: Support Yul objects in ``--assemble`` and ``--yul`` commandline options.
|
||||||
|
|
||||||
|
|
||||||
Bugfixes:
|
Bugfixes:
|
||||||
* Assembly output: Do not mix in/out jump annotations with arguments.
|
* Assembly output: Do not mix in/out jump annotations with arguments.
|
||||||
* Commandline interface: Fix crash when using ``--ast`` on empty runtime code.
|
* Commandline interface: Fix crash when using ``--ast`` on empty runtime code.
|
||||||
@ -34,6 +33,9 @@ Build System:
|
|||||||
* Emscripten: Upgrade to Emscripten SDK 1.37.21 and boost 1.67.
|
* Emscripten: Upgrade to Emscripten SDK 1.37.21 and boost 1.67.
|
||||||
* Docker: Includes both Scratch and Alpine images.
|
* Docker: Includes both Scratch and Alpine images.
|
||||||
|
|
||||||
|
Solc-Js:
|
||||||
|
* Fix handling of standard-json in the commandline executable.
|
||||||
|
* Remove support of nodejs 4.
|
||||||
|
|
||||||
|
|
||||||
### 0.5.0 (2018-11-13)
|
### 0.5.0 (2018-11-13)
|
||||||
|
Loading…
Reference in New Issue
Block a user