All notable changes to this project will be documented in this file.
The format is based on Common Changelog.
1.1.1 - 2025-02-05
- Use relative path to import source contracts in test utils files (#383)
1.1.0 - 2025-01-29
- Refactor the
batch
function to return an array of results if all call succeeds, and bubble up the revert if any call fails (#358)
- Add
payable
modifier to all the functions (#348)
1.0.0 - 2024-12-07
- Initial release