Skip to content

Commit e09d490

Browse files
committed
Update note about old libsolc API
1 parent a336a28 commit e09d490

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,9 @@ The low-level API is as follows:
205205
For examples how to use them, please refer to the README of the above mentioned solc-js releases.
206206

207207
**Note**: These low-level functions remain available for compatibility reasons.
208-
However, they were superseded by the `compile()` function and are no longer required in newer versions. The functions `compileSingle`, `compileMulti` and `compileCallback` are always `null` in the newer versions.
208+
However, they were superseded by the `compile()` function and are no longer required.
209+
Starting in version `0.5.0+commit.1d4f565a`, the functions `compileSingle`, `compileMulti`, and `compileCallback` are always `null` when using newer binary versions.
210+
It is recommended to use the latest release of solc-js, but it should also handle all the older binaries down to `0.1.x`.
209211

210212
### Using with Electron
211213

0 commit comments

Comments
 (0)