embark/packages/plugins/solidity
dependabot-preview[bot] 9caa424aeb build(deps): bump solc from 0.5.0 to 0.6.1
Make various related changes to templates, tests, etc. The methodology for
finding files that needed changes was to search through the whole monorepo for
the strings "solc" and "solidity" and then inspect the hits to see whether
changes were needed/appropriate.

Remove `solc` as a dependency in `packages/embark/package.json` so that it's
only a proper dependency in `packages/plugins/solidity/package.json`. Adjust
how the "bundled" `solc` package's version is determined, i.e. inspect the
`package.json` of `embark-solidity` instead of `embark`.

When `solc`'s version is `>=0.6.0` use the [new callback API][api].

[api]: https://github.com/ethereum/solc-js/blob/master/README.md#example-usage-with-import-callback
2020-01-23 14:20:42 -05:00
..
src build(deps): bump solc from 0.5.0 to 0.6.1 2020-01-23 14:20:42 -05:00
.npmrc move embarkjs packages & remove embark- prefix from some folders (#1879) 2019-09-06 18:26:08 -04:00
CHANGELOG.md chore(prerelease): 5.1.0-nightly.4 2020-01-23 00:13:38 +00:00
README.md chore: rename org references from embark-framework to embarklabs 2020-01-16 15:36:29 -05:00
package.json build(deps): bump solc from 0.5.0 to 0.6.1 2020-01-23 14:20:42 -05:00
tsconfig.json build: implement collective typecheck 2019-12-13 13:59:47 -05:00

README.md

embark-solidity

Solidity Compiler APIs for Embark

Visit embark.status.im to get started with Embark.