Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump web3[-*] from 1.2.1 to 1.2.4 #2142

Merged
merged 1 commit into from
Dec 18, 2019

Commits on Dec 18, 2019

  1. build(deps): bump web3[-*] from 1.2.1 to 1.2.4

    Refactor typings as necessary. In order for `bignumber.js` in the root
    `node_modules` to not conflict with `@types/bignumber.js`, specify
    `"bignumber.js": "5.0.0"` in `devDependencies` and `"embark-ui/bignumber.js"`
    in `nohoist` of the root `package.json`.
    
    Bump simples from 0.8.8 to 0.9.0-alpha-10 in
    `packages/embark-blockchain-process/package.json` and refactor
    `packages/embark-blockchain-process/src/proxy.js`. Drop simples as a dependency
    in `packages/embark/package.json` since it's not needed there. The upgrade of
    simples allows embark 4.2.x's proxy to work correctly with geth `>=1.9.1`.
    
    Bump ganache-cli from 6.4.3 to 6.7.0 (latest) because 6.4.3 doesn't support
    `eth_chainId` and since web3 1.2.4 makes use of the `eth_chainId` RPC
    method (EIP 695).
    
    BREAKING CHANGE: bump embark's minimum supported version of geth from
    `>=1.8.14` to `>=1.9.0` and its minimum supported version of parity from
    `>=2.0.0` to `>=2.2.1`. This is necessary since web3 1.2.4 makes use of the
    `eth_chainId` RPC method (EIP 695) and those client versions are the earliest
    ones to implement it.
    michaelsbradleyjr committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    8acae66 View commit details
    Browse the repository at this point in the history