embark/packages/plugins
Michael Bradley, Jr c093cf88ea feat: support Node.js v12.x and newer
Remove the `<12.0.0` restriction re: Node.js version in the `"engines"`
settings for all the packages in the monorepo that had that restriction.

Add missing `"engines"` settings in `packages/plugins/snark/package.json`.

Adjust the Azure Pipelines config to include builds for Node.js v12.x and
v13.x.

Bump `solc` to `0.4.26` in `dapps/tests/app` and `dapps/tests/contracts`. It
was discovered that older versions suffered a fatal `Maximum call stack size
exceeded` error when run on Windows with Node.js v12.x or newer. Display a
warning re: the bad combo (solc version + Windows + Node version) if it's
detected at runtime.

Adjust the root `yarn.lock` so that the `sha3` transitive dependency resolves
to a newer version that is compatible with Node v13.x.
2020-01-20 08:28:24 -06:00
..
accounts-manager feat: support Node.js v12.x and newer 2020-01-20 08:28:24 -06:00
basic-pipeline feat: support Node.js v12.x and newer 2020-01-20 08:28:24 -06:00
coverage feat: support Node.js v12.x and newer 2020-01-20 08:28:24 -06:00
debugger feat: support Node.js v12.x and newer 2020-01-20 08:28:24 -06:00
deploy-tracker feat: support Node.js v12.x and newer 2020-01-20 08:28:24 -06:00
ens feat: support Node.js v12.x and newer 2020-01-20 08:28:24 -06:00
ethereum-blockchain-client feat: support Node.js v12.x and newer 2020-01-20 08:28:24 -06:00
ganache feat: support Node.js v12.x and newer 2020-01-20 08:28:24 -06:00
geth feat: support Node.js v12.x and newer 2020-01-20 08:28:24 -06:00
graph feat: support Node.js v12.x and newer 2020-01-20 08:28:24 -06:00
ipfs feat: support Node.js v12.x and newer 2020-01-20 08:28:24 -06:00
mocha-tests feat: support Node.js v12.x and newer 2020-01-20 08:28:24 -06:00
nethermind feat: support Node.js v12.x and newer 2020-01-20 08:28:24 -06:00
parity feat: support Node.js v12.x and newer 2020-01-20 08:28:24 -06:00
plugin-cmd feat: support Node.js v12.x and newer 2020-01-20 08:28:24 -06:00
profiler feat: support Node.js v12.x and newer 2020-01-20 08:28:24 -06:00
rpc-manager feat: support Node.js v12.x and newer 2020-01-20 08:28:24 -06:00
scaffolding feat: support Node.js v12.x and newer 2020-01-20 08:28:24 -06:00
snark feat: support Node.js v12.x and newer 2020-01-20 08:28:24 -06:00
solc feat: support Node.js v12.x and newer 2020-01-20 08:28:24 -06:00
solidity feat: support Node.js v12.x and newer 2020-01-20 08:28:24 -06:00
solidity-tests feat: support Node.js v12.x and newer 2020-01-20 08:28:24 -06:00
specialconfigs feat: support Node.js v12.x and newer 2020-01-20 08:28:24 -06:00
suggestions refactor(@embark/suggestions): move suggestions API into plugin 2020-01-20 11:35:29 +01:00
swarm feat: support Node.js v12.x and newer 2020-01-20 08:28:24 -06:00
transaction-logger feat: support Node.js v12.x and newer 2020-01-20 08:28:24 -06:00
transaction-tracker feat: support Node.js v12.x and newer 2020-01-20 08:28:24 -06:00
vyper feat: support Node.js v12.x and newer 2020-01-20 08:28:24 -06:00
web3 feat: support Node.js v12.x and newer 2020-01-20 08:28:24 -06:00
whisper-geth feat: support Node.js v12.x and newer 2020-01-20 08:28:24 -06:00
whisper-parity feat: support Node.js v12.x and newer 2020-01-20 08:28:24 -06:00
.gitignore build: tidy up the monorepo in prep for v5.0.0-alpha.0 2019-10-01 13:29:53 -05:00