Skip to content

Releases: ethers-io/ethers.js

ethers/v5.0.0-beta.139 (2019-06-11 17:55)

13 May 07:18
5e4535e
Compare
Choose a tag to compare
  • Removed freeze option from deepCopy; all properties are read-only and only objects may have new properties added. (1bc792d)
  • Moved away from isNamedInstance which breaks after Browserify name mangling. (257d67c)
  • Expose poll function in utils. (#512; e6f6383)
  • Make TransactionResponse hash required. (#537; 095c1fe)

ethers/v5.0.0-beta.138 (2019-06-04 16:05)

13 May 06:58
deb2281
Compare
Choose a tag to compare

ethers/v4.0.29

20 Sep 06:17
92c978e
Compare
Choose a tag to compare
  • Fixed error in throwing an error for ABI decode. (#539; 92c978e)

ethers/v5.0.0-beta.137 (2019-06-01 14:06)

13 May 06:54
5bf763f
Compare
Choose a tag to compare

ethers/v4.0.28

20 Sep 06:17
19587ee
Compare
Choose a tag to compare
  • Warn on deprecated INFURA API Token; use Project ID instead. (#462; 19587ee)
  • Fixed typo in error message. (#470; 4a9373e)
  • Export poll function. (#514; 2997bae)
  • Fixed error message for unconfigured ENS names. (#504; 7075c8c)
  • Fixed security recommendations (development deps only; not a problem, but quiets automatic audits).(a4a532f)

ethers/v4.0.27

20 Sep 06:17
c93b489
Compare
Choose a tag to compare
  • Increment JSON-RPC ID for JsonRpcProviders for environments that unsafely manage callbacks. (#489; c93b489)

ethers/v4.0.26

20 Sep 06:17
16c9745
Compare
Choose a tag to compare

ethers/v4.0.25

20 Sep 06:17
f318fd9
Compare
Choose a tag to compare
  • Added fastRetry to polling for JsonRpcSigner to improve polling for sent transactions. (#402; f318fd9)
  • Fix waitForTransaction delay. (#424; c15a898)
  • Fixed waitForTransaction and removeListener. (#410; 72edcd0)
  • Updated BIP39 list in readme. (e4a2f8a)

ethers/v4.0.24

20 Sep 06:16
0ed983a
Compare
Choose a tag to compare
  • Fixed support for calling self-destructed contracts. (#411; 0ed983a)
  • Updated balance address for Goerli test cases. (8fab48a)
  • Fixed utils test case for phantomjs. (a2306f7)
  • Initial support for EIP-234; filter by blockHash. (#412; 60b75c1)
  • Fixed out-of-safe-range hexlify values to throw an exception. (#420; 41c2c8a)
  • Added goerli testnet support. (#421; 9785eed)
  • Fixed missing TypeArray slice on constrained environments. (14484e5)
  • Fixed test-hdnode for phantomjs; does not support let keyword. (429af2c)
  • Added xpub and xpriv deserialization. (#405; af3aed4)
  • Added xpub and xpriv test cases for HD nodes. (#405; 3a3764b)
  • Support for xpub and xpriv derivation and generating extended keys; no fromExtendedKey yet. (#405; 18ee2c5)

ethers/v4.0.23

20 Sep 06:16
908258f
Compare
Choose a tag to compare
  • Fixed duplicate events from triggering. (#404; 908258f)