Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Releases: morpho-labs/ethers-multicall

v3.0.4

21 Feb 17:05
19b6831
Compare
Choose a tag to compare

3.0.4 (2023-02-21)

Dependencies and Other Build Updates

  • deps: update dependencies version (2629756)

v3.0.3

11 Jan 16:16
83f220c
Compare
Choose a tag to compare

3.0.3 (2023-01-11)

Bug Fixes

  • wrap: make properties configurable (f5d9e3a)

v3.0.2

11 Jan 09:47
ec0ab97
Compare
Choose a tag to compare

3.0.2 (2023-01-11)

Bug Fixes

  • multicall: care for unique function names at contract population (ae5e32f), closes #9
  • prototype: clear prototype overload issues (706c178)
  • test: revert tdd (2325942)

Dependencies and Other Build Updates

  • deps: bump json5 from 2.2.1 to 2.2.3 (190be6b)

v3.0.1

14 Nov 09:12
3616ee6
Compare
Choose a tag to compare

3.0.1 (2022-11-14)

Bug Fixes

  • readme: add limitations to readme (647e00b)

v3.0.0

26 Oct 14:29
f8d7883
Compare
Choose a tag to compare

3.0.0 (2022-10-26)

⚠ BREAKING CHANGES

  • error-handling: No longer exposing a Multicall.new async function as Multicalls are all deployed at
    the same address

Features

  • error-handling: try querying without multicall in case of failure (74f7e2c)

Bug Fixes

  • multicall: add default blocktag option (584b44b)

v2.0.1

12 Oct 11:11
42d0c13
Compare
Choose a tag to compare

2.0.1 (2022-10-12)

Bug Fixes

  • result: update error message when decoding error (42d0c13)

v2.0.0

27 Sep 13:59
028cf28
Compare
Choose a tag to compare

2.0.0 (2022-09-27)

⚠ BREAKING CHANGES

  • callstatic: Removed initialization options & change default behavior of multicall

Features

  • callstatic: use call overrides passed to tx (fe5b00c)

v1.3.4

25 Sep 14:17
54d0fb4
Compare
Choose a tag to compare

1.3.4 (2022-09-25)

Bug Fixes

v1.3.3

25 Sep 13:02
8815964
Compare
Choose a tag to compare

1.3.3 (2022-09-25)

Bug Fixes

  • types: return the same type as input when wrapping (8815964)

v1.3.2

25 Sep 12:57
ee54496
Compare
Choose a tag to compare

1.3.2 (2022-09-25)

Bug Fixes

  • wrapper: re-add support for writeable contracts (ee54496)