ethers.js/CHANGELOG.md
2023-03-07 02:11:03 -05:00

7.9 KiB

Change Log

This change log is maintained by src.ts/_admin/update-changelog.ts but may also be manually updated.

ethers/v6.1.0 (2023-03-07 02:10)

ethers/v6.0.8 (2023-02-23 06:30)

ethers/v6.0.7 (2023-02-23 01:41)

ethers/v6.0.6 (2023-02-22 21:53)

ethers/v6.0.5 (2023-02-18 22:36)

  • Fixed Result to behave correctly like an array using slice and toArray (#3787; 399356b).
  • Replaced substring from 0 index with startsWith (#3691; 4512e97).
  • Fixed inverted assert in duplicate name detection for ABI encoding (#3792; 762c2f3).
  • Fixed missing property during transaction copy (#3793; 48bbef7).
  • Add support for Wallet private keys without 0x prefix (#3768; 4665fb4).
  • Fixed quicknode property for defaultProvider (#3741; a8afb72).
  • Fixed exports field order (#3703, #3755; 085a905).

ethers/v6.0.4 (2023-02-16 08:55)

  • Fixed custom error decoding (#3785; 4d9b29d).
  • Removed stray debug logging (e1e0929).
  • Fixed lookupAddress when bad resolver is present (#3782; 92def9c).
  • Fixed FallbackProvider median calculation (#3746; 83957dc).
  • Move the xnf normalize variant to pkg.browser instead of import (#3724; 179e6ca).

ethers/v6.0.3 (2023-02-12 22:45)

  • Allow null type in transaction receipt for legacy type 0 networks (#3459; 6372a46).
  • Fixed events when slicing immutable Result (#3765; 2ba4a17).
  • More robust support on networks which throw when filters are not supported (#3767; 37bf4fb).
  • Fixed ignored polling override for JsonRpcApiProvider (400d576).

ethers/v6.0.2 (2023-02-04 08:50)

ethers/v6.0.1 (2023-02-04 04:06)

  • Fix Subscriber model when removed within emit callback (d0ed918).
  • Fixed human-readable parser when identifier begins with valid type prefix (#3728; 522fd16).
  • Update to latest secp256k1 library (#3719; 803e8f9).

ethers/v6.0.0 (2023-02-02 22:48)