Releases: rhinestonewtf/modulekit
Releases · rhinestonewtf/modulekit
v0.4.7
v0.4.6
What's Changed
- feature: refactor multi-account support by @kopy-kat in #120
- feature: rearchitect multi-account support by @kopy-kat in #121
- fix: various bug fixes on safe and kernel support by @kopy-kat in #122
- feat: restructure and clean up by @kopy-kat in #123
- feat: add erc 1271 helper by @kopy-kat in #124
- feat: add selector and calltype to fallback by @kopy-kat in #125
- feat: add support for hooks on kernel through multiplexer by @kopy-kat in #126
Full Changelog: v0.4.5...v0.4.6
v0.4.5
v0.4.4
What's Changed
- fix: use correct Kernel version by @kopy-kat in a30c9a0
- ci: fix dependency.yml workflow by @VasilyGerrans in #117
New Contributors
- @VasilyGerrans made their first contribution in #117
Full Changelog: v0.4.3...v0.4.4
v0.4.3
What's Changed
- Feature/kernel7579 integration by @faheelsattar in #103
- fix: clean up compiler warnings by @mehtaculous in #106
- feat: integrate Kernel v3 by @kopy-kat in #109
- feat: add custom type to multi accounts by @kopy-kat in #111
- feat: add factory base by @kopy-kat in #110
New Contributors
- @faheelsattar made their first contribution in #103
- @mehtaculous made their first contribution in #106
Full Changelog: v0.4.2...v0.4.3
v0.4.2
v0.4.1
v0.4.0
Changed
instance.expect4337Revert
now catches reverts in both validation and execution- Gas calculations are now split by
_
on every thousand - General restructuring of the codebase and split into multiple repositories
- Moved module bases and mocks to
@rhinestone/module-bases
- Moved core modules to
@rhinestone/core-modules
- Moved the Safe ERC-7579 adapter to
@rhinestone/safe7579
- Moved module bases and mocks to
Added
- ERC-7484 support with interface, mock registry and registry adapter base
- Support for stateless validators
- Under-the-hood support for multi-hooks
- Base module for scheduling-based executors
Fixed
- Bugs related to installation and uninstallation calldata
- Various other bugs