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

An in-range update of ethers is breaking the build 🚨 #2

Open
greenkeeper bot opened this issue Oct 11, 2018 · 38 comments
Open

An in-range update of ethers is breaking the build 🚨 #2

greenkeeper bot opened this issue Oct 11, 2018 · 38 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Oct 11, 2018

The dependency ethers was updated from 4.0.4 to 4.0.5.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

ethers is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • ci/circleci: build: Your tests passed on CircleCI! (Details).
  • continuous-integration/travis-ci/push: The Travis CI build is in progress (Details).
  • continuous-integration/codeship: Build failed (Details).

Commits

The new version differs by 3 commits.

  • 6996dd8 Updated dist files.
  • 493273d Added optional blockTag to call; note that this may not behave as expected on all nodes (#226).
  • 84344ac Check all transaction parameters are valid; protect against typos (#299).

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 11, 2018

After pinning to 4.0.4 your tests are passing again. Downgrade this dependency 📌.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 13, 2018

  • The dependency ethers was updated from 4.0.5 to 4.0.6.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • e39cd84 Fixed test cases for phantomjs (must use ES3 syntax).
  • 5020897 Updated dist files.
  • 6ac2d92 Fixed filtering with null non-indexed parameters (#305).

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 14, 2018

  • The dependency ethers was updated from 4.0.6 to 4.0.7.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

  • fa68385 Updated dist files.
  • d54609a Fixed lingering polling timer when no events left to process in a provider.
  • f682861 Fixed utils.poll from mutating passed variables.
  • 023a20f Fixed and refactored populating transaction values for signers (#306).

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 9, 2018

  • The dependency ethers was updated from 4.0.8 to 4.0.9.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 5 commits.

  • 7bfaf29 Added shims for React-Native support.
  • be0488a Updated dist files.
  • 28a52cd Fix for when blockTag is specified as a null equivalent value in contract overrides (#329).
  • 3a19f43 Added "debug" event for providers; do not depend on the format as it may change, but this should help debugging in most cases (#320).
  • 4852e83 Fix for Kovan filters without an address (#339).

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 9, 2018

  • The dependency ethers was updated from 4.0.9 to 4.0.10.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • 09b698b Updated dist files.
  • 478aaf9 Force unorm shim when String.prototype.normalize is broken (#338).
  • fad902b Better error message when normalize is missing.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 12, 2018

  • The dependency ethers was updated from 4.0.10 to 4.0.11.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • 24757f1 Updated dist files.
  • 88f2f51 Fix spacing in checkArgument errors (#318).
  • 93152ef Do not replay block events when the provider event block is reset (#343).

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 13, 2018

  • The dependency ethers was updated from 4.0.11 to 4.0.12.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 2 commits.

  • 09208fa Updated dist files.
  • 048c571 Fixed 0 confirmation waiting (#346).

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 21, 2018

  • The dependency ethers was updated from 4.0.12 to 4.0.13.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

  • e6c943d Updated dist files.
  • 31d3ee8 Throw exception instead of returning null for getDefaultProvider (#351).
  • 98143a8 Updated dist files.
  • bffc557 Added default provider support for Ethereum classic (#351).

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 27, 2018

  • The dependency ethers was updated from 4.0.13 to 4.0.14.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • 6830484 Updated dist files.
  • bb6bc4c Check for partially-working normalize support.
  • ef8b9c3 Support for platforms where UTF-8 is only half broken.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 27, 2018

  • The dependency ethers was updated from 4.0.14 to 4.0.15.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 2 commits.

  • db383a3 Updated dist files.
  • 3f76f60 Fixed contract proxied tx.wait receipt properties (#355).

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 4, 2018

  • The dependency ethers was updated from 4.0.15 to 4.0.16.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

  • a863037 Updated dist files.
  • 2d854bd Do not fill in implicit values for JSON-RPC based signers (#335).
  • 9565c28 More relaxed transaction parsing (#357).
  • bc457bb Allow any whitespace characters in human-readable ABI (#360).

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 5, 2018

  • The dependency ethers was updated from 4.0.16 to 4.0.17.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 1 commits.

  • 16fdf6b Added gas estimation back into JsonRpcSigner (#365).

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 9, 2018

  • The dependency ethers was updated from 4.0.17 to 4.0.18.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

  • fefdd51 Updated dist files.
  • 6ca1d77 Fixed function name in parsed transactions (#370).
  • 4f6748e Include request body in web errors.
  • f56fc57 Squashed unhandled promise exception for Providers that are never used (#362).

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 14, 2018

  • The dependency ethers was updated from 4.0.18 to 4.0.19.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 6 commits.

  • 26eb6cc Updated dist files.
  • bcba17a Allow nonce to be a BigNumber (#228).
  • 918b66b Fixed typo in error strings (#376).
  • 152d672 Add isHexString to exported utils (#367).
  • 51fb472 Add abs method to BigNumber (#375).
  • 66440b8 Better error messages for namehash (#364).

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 15, 2018

  • The dependency ethers was updated from 4.0.19 to 4.0.20.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • c88cb5e Updated dist files.
  • 99a2166 Allow unchecked transactions which will remain unwrapped for the JsonRpcSigner (#340).
  • 4bc62a1 Make it easier for sub-classes of Wallet to manage nonces.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 15, 2019

  • The dependency ethers was updated from 4.0.20 to 4.0.21.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 4 commits.

  • 4425536 Updated dist files.
  • 6d08968 Fixed contract removeAllListeners which did not clean up the event loop properly (#391).
  • c2ce59f Updated dist files.
  • f3ec27b Added customizable log levels to quiet warnings (#379).

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 9, 2019

  • The dependency ethers was updated from 4.0.23 to 4.0.24.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 22 commits.

  • 86e8159 Updated dist files.
  • a2306f7 Fixed utils test case for phantomjs.
  • 60b75c1 Initial support for EIP-234; filter by blockHash (#412).
  • 41c2c8a Fixed out-of-safe-range hexlify values to throw an exception (#420).
  • 9785eed Added goerli testnet support (#421).
  • 527de7b Updated dist files.
  • 14484e5 Fixed missing TypeArray slice on constrained environments.
  • 429af2c Fixed test-hdnode for phantomjs; does not support let keyword.
  • 11fffd1 Updated dist files.
  • af3aed4 Added xpub and xpriv deserialization (#405).
  • 3a3764b Added xpub and xpriv test cases for HD nodes (#405).
  • 18ee2c5 Support for xpub and xpriv derivation and generating extended keys; no fromExtendedKey yet (#405).
  • 36172f7 Updated dist files.
  • 908258f Fixed duplicate events from triggering (#404).
  • 774b2d5 Updated dist files.

There are 22 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 12, 2019

  • The dependency ethers was updated from 4.0.24 to 4.0.25.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 28 commits.

  • 94b0abc Updated dist files.
  • 72edcd0 Fixed waitForTransaction and removeListener (#410).
  • e4a2f8a Updated BIP39 list in readme.
  • c6d7b31 Updated dist files.
  • 0ed983a Fixed support for calling self-destructed contracts (#411).
  • 8fab48a Updated balance address for Goerli test cases.
  • 86e8159 Updated dist files.
  • a2306f7 Fixed utils test case for phantomjs.
  • 60b75c1 Initial support for EIP-234; filter by blockHash (#412).
  • 41c2c8a Fixed out-of-safe-range hexlify values to throw an exception (#420).
  • 9785eed Added goerli testnet support (#421).
  • 527de7b Updated dist files.
  • 14484e5 Fixed missing TypeArray slice on constrained environments.
  • 429af2c Fixed test-hdnode for phantomjs; does not support let keyword.
  • 11fffd1 Updated dist files.

There are 28 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 20, 2019

  • The dependency ethers was updated from 4.0.25 to 4.0.26.

Your tests are still failing with this version. Compare changes

Commits

The new version differs by 3 commits.

  • 0564817 Updated dist files.
  • f318fd9 Added fastRetry to polling for JsonRpcSigner to improve polling for sent transactions (#402).
  • c15a898 Fix waitForTransaction delay (#424).

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 8, 2019

  • The dependency ethers was updated from 4.0.26 to 4.0.27.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 2 commits.

  • 04c92bb Updated dist files.
  • 16c9745 Added goerli to InfuraProvider (#421).

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 24, 2019

  • The dependency ethers was updated from 4.0.27 to 4.0.28.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 7 commits.

  • b0bd9ee Updated dist files.
  • 7075c8c Fixed error message for unconfigured ENS names (#504).
  • a4a532f Fixed security recommendations (development deps only; not a problem, but quiets automatic audits).
  • 77c771b Updated dist files.
  • c93b489 Increment JSON-RPC ID for JsonRpcProviders for environments that unsafely manage callbacks (#489).
  • 04c92bb Updated dist files.
  • 16c9745 Added goerli to InfuraProvider (#421).

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 4, 2019

  • The dependency ethers was updated from 4.0.28 to 4.0.29.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 11 commits.

  • 34397fa Updated dist files.
  • 19587ee Warn on deprecated INFURA API Token; use Project ID instead (#462).
  • 4a9373e Fixed typo in error message (#470).
  • 2997bae Export poll function (#514).
  • b0bd9ee Updated dist files.
  • 7075c8c Fixed error message for unconfigured ENS names (#504).
  • a4a532f Fixed security recommendations (development deps only; not a problem, but quiets automatic audits).
  • 77c771b Updated dist files.
  • c93b489 Increment JSON-RPC ID for JsonRpcProviders for environments that unsafely manage callbacks (#489).
  • 04c92bb Updated dist files.
  • 16c9745 Added goerli to InfuraProvider (#421).

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 10, 2019

  • The dependency ethers was updated from 4.0.29 to 4.0.30.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 14 commits.

  • 055694a Updated dist files.
  • edf59d2 Updatd dist files.
  • 92c978e Fixed error in throwing an error for ABI decode (#539).
  • 34397fa Updated dist files.
  • 19587ee Warn on deprecated INFURA API Token; use Project ID instead (#462).
  • 4a9373e Fixed typo in error message (#470).
  • 2997bae Export poll function (#514).
  • b0bd9ee Updated dist files.
  • 7075c8c Fixed error message for unconfigured ENS names (#504).
  • a4a532f Fixed security recommendations (development deps only; not a problem, but quiets automatic audits).
  • 77c771b Updated dist files.
  • c93b489 Increment JSON-RPC ID for JsonRpcProviders for environments that unsafely manage callbacks (#489).
  • 04c92bb Updated dist files.
  • 16c9745 Added goerli to InfuraProvider (#421).

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 22, 2019

  • The dependency ethers was updated from 4.0.30 to 4.0.31.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 16 commits.

  • 10fdbe7 Updated dist files.
  • 384fc32 No longer use hard-coded id of 42 in Web3Provider.
  • 055694a Updated dist files.
  • edf59d2 Updatd dist files.
  • 92c978e Fixed error in throwing an error for ABI decode (#539).
  • 34397fa Updated dist files.
  • 19587ee Warn on deprecated INFURA API Token; use Project ID instead (#462).
  • 4a9373e Fixed typo in error message (#470).
  • 2997bae Export poll function (#514).
  • b0bd9ee Updated dist files.
  • 7075c8c Fixed error message for unconfigured ENS names (#504).
  • a4a532f Fixed security recommendations (development deps only; not a problem, but quiets automatic audits).
  • 77c771b Updated dist files.
  • c93b489 Increment JSON-RPC ID for JsonRpcProviders for environments that unsafely manage callbacks (#489).
  • 04c92bb Updated dist files.

There are 16 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 28, 2019

  • The dependency ethers was updated from 4.0.31 to 4.0.32.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 19 commits.

  • a5296a9 Added tests for testnet extended private key (#553).
  • f827ae6 Updated dist files.
  • fbf15c0 Fixed testnet exteneded private keys (#553).
  • 10fdbe7 Updated dist files.
  • 384fc32 No longer use hard-coded id of 42 in Web3Provider.
  • 055694a Updated dist files.
  • edf59d2 Updatd dist files.
  • 92c978e Fixed error in throwing an error for ABI decode (#539).
  • 34397fa Updated dist files.
  • 19587ee Warn on deprecated INFURA API Token; use Project ID instead (#462).
  • 4a9373e Fixed typo in error message (#470).
  • 2997bae Export poll function (#514).
  • b0bd9ee Updated dist files.
  • 7075c8c Fixed error message for unconfigured ENS names (#504).
  • a4a532f Fixed security recommendations (development deps only; not a problem, but quiets automatic audits).

There are 19 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 10, 2019

  • The dependency ethers was updated from 4.0.32 to 4.0.33.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 23 commits.

  • a7d0b41 Reduce number of HDNode tests which cause TravisCI to timeout.
  • a980fc3 Updated dist files.
  • a34ca6b Added test cases for case-agnostic mnemonics (#557).
  • ef91dcd Make mnemonics case-agnostic (#557).
  • a5296a9 Added tests for testnet extended private key (#553).
  • f827ae6 Updated dist files.
  • fbf15c0 Fixed testnet exteneded private keys (#553).
  • 10fdbe7 Updated dist files.
  • 384fc32 No longer use hard-coded id of 42 in Web3Provider.
  • 055694a Updated dist files.
  • edf59d2 Updatd dist files.
  • 92c978e Fixed error in throwing an error for ABI decode (#539).
  • 34397fa Updated dist files.
  • 19587ee Warn on deprecated INFURA API Token; use Project ID instead (#462).
  • 4a9373e Fixed typo in error message (#470).

There are 23 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 23, 2019

  • The dependency ethers was updated from 4.0.33 to 4.0.36.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 28 commits.

  • ae458a1 Updated dist files.
  • 760a5ae Fixed ENS lookupAddress when the resolver isn't configured (#581).
  • 2967efc Updated dist files.
  • 24f243e Allow Secret Storage wallet address to be optional (#582).
  • d719064 Updated package-lock for lodash security advisory; the package is only a development dependency, so no urgent need to publish, just for developers (lodash/lodash#4336).
  • a7d0b41 Reduce number of HDNode tests which cause TravisCI to timeout.
  • a980fc3 Updated dist files.
  • a34ca6b Added test cases for case-agnostic mnemonics (#557).
  • ef91dcd Make mnemonics case-agnostic (#557).
  • a5296a9 Added tests for testnet extended private key (#553).
  • f827ae6 Updated dist files.
  • fbf15c0 Fixed testnet exteneded private keys (#553).
  • 10fdbe7 Updated dist files.
  • 384fc32 No longer use hard-coded id of 42 in Web3Provider.
  • 055694a Updated dist files.

There are 28 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 8, 2019

  • The dependency ethers was updated from 4.0.36 to 4.0.37.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 36 commits.

  • 023e946 Update dist files.
  • 004cb82 Added pkg.ethereum key for donations (#593).
  • bfcf224 Fixed typo in error message (#592).
  • c969fe5 Fixed typo in error message (#580).
  • 8737f12 Fixed typo in error message (#574).
  • 1267eee Updated dist files.
  • 11c250f Updated package-lock for security reasons; dev dependency only.
  • c303199 Fixed typo in error message (#592).
  • ae458a1 Updated dist files.
  • 760a5ae Fixed ENS lookupAddress when the resolver isn't configured (#581).
  • 2967efc Updated dist files.
  • 24f243e Allow Secret Storage wallet address to be optional (#582).
  • d719064 Updated package-lock for lodash security advisory; the package is only a development dependency, so no urgent need to publish, just for developers (lodash/lodash#4336).
  • a7d0b41 Reduce number of HDNode tests which cause TravisCI to timeout.
  • a980fc3 Updated dist files.

There are 36 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 17, 2019

  • The dependency ethers was updated from 4.0.37 to 4.0.38.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for ethers/v4.0.38 (2019-10-17 01:28)
  • Fixed TypeScript 3.7-beta import issue. (#622; 0609ea9)
Commits

The new version differs by 39 commits.

  • b3f5266 Updated dist files.
  • 0609ea9 Fixed TypeScript 3.7-beta import issue (#622).
  • 4f88c5b Added changelog.
  • 023e946 Update dist files.
  • 004cb82 Added pkg.ethereum key for donations (#593).
  • bfcf224 Fixed typo in error message (#592).
  • c969fe5 Fixed typo in error message (#580).
  • 8737f12 Fixed typo in error message (#574).
  • 1267eee Updated dist files.
  • 11c250f Updated package-lock for security reasons; dev dependency only.
  • c303199 Fixed typo in error message (#592).
  • ae458a1 Updated dist files.
  • 760a5ae Fixed ENS lookupAddress when the resolver isn't configured (#581).
  • 2967efc Updated dist files.
  • 24f243e Allow Secret Storage wallet address to be optional (#582).

There are 39 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 30, 2019

  • The dependency ethers was updated from 4.0.38 to 4.0.39.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for ethers/v4.0.39 (2019-10-30 19:15)
  • Fix filters by forcing a poll instantly when polling starts to capture the current block. (#613; d0e0e30)
Commits

The new version differs by 41 commits.

  • 76a8e50 Updated dist files.
  • d0e0e30 Fix filters by forcing a poll instantly when polling starts to capture the current block (#613).
  • b3f5266 Updated dist files.
  • 0609ea9 Fixed TypeScript 3.7-beta import issue (#622).
  • 4f88c5b Added changelog.
  • 023e946 Update dist files.
  • 004cb82 Added pkg.ethereum key for donations (#593).
  • bfcf224 Fixed typo in error message (#592).
  • c969fe5 Fixed typo in error message (#580).
  • 8737f12 Fixed typo in error message (#574).
  • 1267eee Updated dist files.
  • 11c250f Updated package-lock for security reasons; dev dependency only.
  • c303199 Fixed typo in error message (#592).
  • ae458a1 Updated dist files.
  • 760a5ae Fixed ENS lookupAddress when the resolver isn't configured (#581).

There are 41 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 24, 2019

  • The dependency ethers was updated from 4.0.39 to 4.0.40.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 50 commits.

  • 4ac0843 Fixed PhantomJS test cases for new elliptic library.
  • 3e3048d Merge branch 'master' of github.com:ethers-io/ethers.js
  • c6199bf Updated dist files.
  • 20409c0 Update elliptic package to protect from Minerva timing attack (#666).
  • 7a90f18 Do not poll if disabled during the previous event loop.
  • df1ae61 Moved node types to devDependencies (#663).
  • 6009a26 Added provider property to Web3Provider (#641).
  • 30984b6 Merge pull request #628 from evertonfraga/patch-1
  • 76a8e50 Updated dist files.
  • d0e0e30 Fix filters by forcing a poll instantly when polling starts to capture the current block (#613).
  • b3f5266 Updated dist files.
  • 0609ea9 Fixed TypeScript 3.7-beta import issue (#622).
  • 5af16a6 Update README.md
  • 4f88c5b Added changelog.
  • 023e946 Update dist files.

There are 50 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 21, 2019

  • The dependency ethers was updated from 4.0.40 to 4.0.41.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for ethers/v4.0.41 (2019-12-21 01:05)
  • Added proper support for v0.6 Solidity JSON type (#688; 20f34f1).
Commits

The new version differs by 52 commits.

  • 7250cdc Updated dist files.
  • 20f34f1 Added proper support for v0.6 Solidity JSON type (#688).
  • 4ac0843 Fixed PhantomJS test cases for new elliptic library.
  • 3e3048d Merge branch 'master' of github.com:ethers-io/ethers.js
  • c6199bf Updated dist files.
  • 20409c0 Update elliptic package to protect from Minerva timing attack (#666).
  • 7a90f18 Do not poll if disabled during the previous event loop.
  • df1ae61 Moved node types to devDependencies (#663).
  • 6009a26 Added provider property to Web3Provider (#641).
  • 30984b6 Merge pull request #628 from evertonfraga/patch-1
  • 76a8e50 Updated dist files.
  • d0e0e30 Fix filters by forcing a poll instantly when polling starts to capture the current block (#613).
  • b3f5266 Updated dist files.
  • 0609ea9 Fixed TypeScript 3.7-beta import issue (#622).
  • 5af16a6 Update README.md

There are 52 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 4, 2020

  • The dependency ethers was updated from 4.0.41 to 4.0.42.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for ethers/v4.0.42 (2020-01-03 18:35)
  • Properly handle errors in the IpcProvider (#695; c76e01e)
  • Added utility function to compute CREATE2 addresses (#697; f8087ae)
Commits

The new version differs by 56 commits.

  • 4478896 Fixed testcases for PhantomJS syntax.
  • f996ec0 Updated dist files.
  • c76e01e Properly handle errors in the IpcProvider (#695).
  • f8087ae Added utility function to compute CREATE2 addresses (#697).
  • 7250cdc Updated dist files.
  • 20f34f1 Added proper support for v0.6 Solidity JSON type (#688).
  • 4ac0843 Fixed PhantomJS test cases for new elliptic library.
  • 3e3048d Merge branch 'master' of github.com:ethers-io/ethers.js
  • c6199bf Updated dist files.
  • 20409c0 Update elliptic package to protect from Minerva timing attack (#666).
  • 7a90f18 Do not poll if disabled during the previous event loop.
  • df1ae61 Moved node types to devDependencies (#663).
  • 6009a26 Added provider property to Web3Provider (#641).
  • 30984b6 Merge pull request #628 from evertonfraga/patch-1
  • 76a8e50 Updated dist files.

There are 56 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 11, 2020

  • The dependency ethers was updated from 4.0.42 to 4.0.43.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 61 commits.

  • b288ad9 Updated dist files.
  • 6da5c53 Fixed Contract and Interface constructor abi paramter type; should be a Fragment not a ParamType (#602).
  • 26d3271 Add missing chainId to transaction responses (#700).
  • 12da075 Updated dist files.
  • bd066b8 Fix resolveName when name is an address with an invalid checksum (#694).
  • 4478896 Fixed testcases for PhantomJS syntax.
  • f996ec0 Updated dist files.
  • c76e01e Properly handle errors in the IpcProvider (#695).
  • f8087ae Added utility function to compute CREATE2 addresses (#697).
  • 7250cdc Updated dist files.
  • 20f34f1 Added proper support for v0.6 Solidity JSON type (#688).
  • 4ac0843 Fixed PhantomJS test cases for new elliptic library.
  • 3e3048d Merge branch 'master' of github.com:ethers-io/ethers.js
  • c6199bf Updated dist files.
  • 20409c0 Update elliptic package to protect from Minerva timing attack (#666).

There are 61 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 30, 2020

  • The dependency ethers was updated from 4.0.43 to 4.0.44.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for ethers/v4.0.44 (2020-01-29 22:01)
  • Fix backwards compatibility with certain parsed JSON objects passed into Interface and Contracts (#721; 0589b31).
  • Updated ENS registry address for all networks (df51b26).
Commits

The new version differs by 65 commits.

  • 748f896 Updated expected balance in test cases.
  • 2987925 Updated dist files.
  • 0589b31 Fix backwards compatibility with certain parsed JSON objects passed into Interface and Contracts (#721).
  • df51b26 Updated ENS registry address for all networks.
  • b288ad9 Updated dist files.
  • 6da5c53 Fixed Contract and Interface constructor abi paramter type; should be a Fragment not a ParamType (#602).
  • 26d3271 Add missing chainId to transaction responses (#700).
  • 12da075 Updated dist files.
  • bd066b8 Fix resolveName when name is an address with an invalid checksum (#694).
  • 4478896 Fixed testcases for PhantomJS syntax.
  • f996ec0 Updated dist files.
  • c76e01e Properly handle errors in the IpcProvider (#695).
  • f8087ae Added utility function to compute CREATE2 addresses (#697).
  • 7250cdc Updated dist files.
  • 20f34f1 Added proper support for v0.6 Solidity JSON type (#688).

There are 65 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 16, 2020

  • The dependency ethers was updated from 4.0.44 to 4.0.45.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 69 commits.

  • 4c9d740 Updated dist files.
  • a930047 Added default API key for EtherscanProvider.
  • 4e41871 Fixed typo in arguments name for waitForTransaction (#477).
  • 9947acc Partial support for non-English mnemonics for encrypted JSON wallets (#685).
  • 748f896 Updated expected balance in test cases.
  • 2987925 Updated dist files.
  • 0589b31 Fix backwards compatibility with certain parsed JSON objects passed into Interface and Contracts (#721).
  • df51b26 Updated ENS registry address for all networks.
  • b288ad9 Updated dist files.
  • 6da5c53 Fixed Contract and Interface constructor abi paramter type; should be a Fragment not a ParamType (#602).
  • 26d3271 Add missing chainId to transaction responses (#700).
  • 12da075 Updated dist files.
  • bd066b8 Fix resolveName when name is an address with an invalid checksum (#694).
  • 4478896 Fixed testcases for PhantomJS syntax.
  • f996ec0 Updated dist files.

There are 69 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 17, 2020

  • The dependency ethers was updated from 4.0.45 to 4.0.46.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Commits

The new version differs by 72 commits.

  • b1c6575 Updated dist files.
  • 3b7176f Fixed typo in error (#722).
  • 5f7ddcd Fix EtherscanProvider from throwing outside async context (#729).
  • 4c9d740 Updated dist files.
  • a930047 Added default API key for EtherscanProvider.
  • 4e41871 Fixed typo in arguments name for waitForTransaction (#477).
  • 9947acc Partial support for non-English mnemonics for encrypted JSON wallets (#685).
  • 748f896 Updated expected balance in test cases.
  • 2987925 Updated dist files.
  • 0589b31 Fix backwards compatibility with certain parsed JSON objects passed into Interface and Contracts (#721).
  • df51b26 Updated ENS registry address for all networks.
  • b288ad9 Updated dist files.
  • 6da5c53 Fixed Contract and Interface constructor abi paramter type; should be a Fragment not a ParamType (#602).
  • 26d3271 Add missing chainId to transaction responses (#700).
  • 12da075 Updated dist files.

There are 72 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 22, 2020

  • The dependency ethers was updated from 4.0.46 to 4.0.47.

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for ethers/v4.0.47 (2020-04-21 23:15)
Commits

The new version differs by 75 commits.

  • 427e168 Updated dist files.
  • fab14f8 Fixed typo in error message (#778).
  • e8c89d7 Allow receive type in ABI without warning (#746).
  • b1c6575 Updated dist files.
  • 3b7176f Fixed typo in error (#722).
  • 5f7ddcd Fix EtherscanProvider from throwing outside async context (#729).
  • 4c9d740 Updated dist files.
  • a930047 Added default API key for EtherscanProvider.
  • 4e41871 Fixed typo in arguments name for waitForTransaction (#477).
  • 9947acc Partial support for non-English mnemonics for encrypted JSON wallets (#685).
  • 748f896 Updated expected balance in test cases.
  • 2987925 Updated dist files.
  • 0589b31 Fix backwards compatibility with certain parsed JSON objects passed into Interface and Contracts (#721).
  • df51b26 Updated ENS registry address for all networks.
  • b288ad9 Updated dist files.

There are 75 commits in total.

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants