Skip to content

Releases: ethers-io/ethers.js

ethers/v5.0.0-beta.146 (2019-07-20 21:06)

13 May 07:18
99c7b1c
Compare
Choose a tag to compare
  • Keep extra filter topics when using Frgment filters in Contracts. (efaafb2)
  • Updated package.json description for Contract package. (#561; d88ee45)

ethers/v5.0.0-beta.145 (2019-07-20 20:12)

13 May 07:18
efaafb2
Compare
Choose a tag to compare
  • Export provider.Formatter. (#562; 083fd76)
  • Update CLI to use new Fragment.format style. (9a41199)
  • Added FormatTypes to utils. (a05027c)
  • Added experimental memory-hard password scheme for password-protected mnemonics to the CLI. (5877418)
  • Added more flexible output options to fragment.format (JSON and minimal) and better JSON object parsing. (e9558c8)

ethers/v5.0.0-beta.144 (2019-07-09 17:28)

13 May 07:18
083fd76
Compare
Choose a tag to compare

ethers/v4.0.33

20 Sep 01:53
a7d0b41
Compare
Choose a tag to compare
  • Reduce number of HDNode tests which cause TravisCI to timeout. (a7d0b41)

ethers/v5.0.0-beta.143 (2019-07-02 16:12)

13 May 07:18
e4423b7
Compare
Choose a tag to compare
  • Adding more support for offline signing in the CLI. (9cc269c)
  • Allow providers to prepare their Network object. (6484908)
  • Export BIP-44 default path in ethers.utils. (04bdf45)

ethers/v4.0.32

20 Sep 06:18
Compare
Choose a tag to compare
  • Added test cases for case-agnostic mnemonics. (#557; a34ca6b)
  • Make mnemonics case-agnostic. (#557; ef91dcd)
  • Added tests for testnet extended private key. (#553; a5296a9)

ethers/v5.0.0-beta.142 (2019-06-28 16:13)

13 May 07:18
9cc269c
Compare
Choose a tag to compare
  • Do not require a Signer for contract.populateTransaction. (0e78386)
  • Bumping version of solc to 0.5.9. (e2da447)

ethers/v5.0.0-beta.141 (2019-06-24 21:25)

13 May 07:18
0e78386
Compare
Choose a tag to compare
  • Fix non-ES6 import in keccak256. (5eb393d)
  • Refactored wordlist exports to export Wordlist directly. (746d255)

ethers/v4.0.31

20 Sep 06:18
fbf15c0
Compare
Choose a tag to compare
  • Fixed testnet exteneded private keys. (#553; fbf15c0)

ethers/v5.0.0-beta.140 (2019-06-12 01:25)

13 May 07:18
5eb393d
Compare
Choose a tag to compare
  • Move from node-fetch to cross-fetch; better browser fallback implementation. (826ffbc)
  • Added getStatic with support for inheritance of static methods. (5e4535e)
  • Fixed node-fetch for Safari (todo: push this fix upstream to node-fetch). (7164e51)
  • Migrated XMLHttpRequest to fetch API. (#506; 62201c5)