Skip to content

Releases: ethers-io/ethers.js

ethers/v6.6.6 (2023-07-28 02:21)

28 Jul 06:20
Compare
Choose a tag to compare
  • Better error message when passing invalid overrides object into a contract deployment (#4182; aa2ea3d).

ethers/v6.6.5 (2023-07-24 01:29)

24 Jul 05:28
Compare
Choose a tag to compare
  • Reflect symbols in the Contract Proxy to target (#4048; ac2f5e5).
  • Allow arrays of address for indexed filter topics (#4259; 93af87c).
  • Fixed filter encoding for bytesX (#4244; fa3a883).
  • Fix JSON formatting for tuple arrays (#4237; a8bc49b).
  • Better error messages when parsing fragment strings (#4246; e36b6c3).
  • Include the missing fragment key and args when no matching Contract method or event is present (#3809; 450a176).
  • Prevent a single malformed event from preventing other Contract logs; reported on Discord (b1375f4).

ethers/v6.6.4 (2023-07-16 00:53)

16 Jul 04:52
Compare
Choose a tag to compare

ethers/v6.6.3 (2023-07-11 20:55)

12 Jul 02:06
Compare
Choose a tag to compare
  • Throw more desscriptive error for unconfigured ENS name contract targets (#4213; 80f62ef).
  • Fixed contract once not running stop callback (7d061b7).

ethers/v6.6.2 (2023-06-27 23:60)

28 Jun 02:29
Compare
Choose a tag to compare
  • Wider error detection for call exceptions on certain backends (#4154, #4155; 9197f9f).
  • Added wider error deetection for JSON-RPC unsupported operation (#4162; 1dc8986).
  • Fixed formatUnits and parseUnits for values over 128 bits (#4037, #4133; 3d141b4).

ethers/v6.6.1 (2023-06-23 00:51)

23 Jun 04:50
Compare
Choose a tag to compare

ethers/v6.6.0 (2023-06-14 01:47)

14 Jun 05:46
Compare
Choose a tag to compare
  • Add exports for AbstractProviderOptions and for MulticoinProviderPlugin (203a759).
  • Add option to adjust perform cache timeout in AbstractProvider (de0f518).
  • Add full support for MultiCoin plugins and automatic detection for EVM-compatible coin types (#3888, #4081; 84375be).
  • Allow Interface instances where InterfaceAbi are allowed (#4142; 2318005).
  • Allow Numeric type for decimals in FixedNumber (#4141; 9055ef6).

ethers/v6.5.1 (2023-06-07 20:39)

08 Jun 00:38
Compare
Choose a tag to compare
  • Fix lost promise fulfillment when a batch has an error response (#4126; 8dd21f0).

ethers/v6.5.0 (2023-06-07 19:60)

07 Jun 23:59
Compare
Choose a tag to compare
  • Fix CJS browser bundling (#4033; 38ee319).
  • Fixed type guard for non-Typed instances (#4087; 20c3d1b).
  • Add confirmations to TransactionResponse (#4094; bb8685b).
  • Fix stray promises when a node returns invalid results (#4118; 3c1bad2).
  • Added support to detect and stop providers spinning on intitial network detection (#4015; f37a52d).

ethers/v6.4.2 (2023-06-05 23:02)

06 Jun 03:02
Compare
Choose a tag to compare