Releases: morpho-labs/ethers-multicall
Releases · morpho-labs/ethers-multicall
v3.0.4
3.0.4 (2023-02-21)
Dependencies and Other Build Updates
- deps: update dependencies version (2629756)
v3.0.3
3.0.3 (2023-01-11)
Bug Fixes
- wrap: make properties configurable (f5d9e3a)
v3.0.2
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
3.0.1 (2022-11-14)
Bug Fixes
- readme: add limitations to readme (647e00b)
v3.0.0
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
2.0.1 (2022-10-12)
Bug Fixes
- result: update error message when decoding error (42d0c13)
v2.0.0
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
1.3.4 (2022-09-25)
Bug Fixes
v1.3.3
1.3.3 (2022-09-25)
Bug Fixes
- types: return the same type as input when wrapping (8815964)
v1.3.2
1.3.2 (2022-09-25)
Bug Fixes
- wrapper: re-add support for writeable contracts (ee54496)