Skip to content

Releases: rhinestonewtf/modulekit

v0.4.7

03 Jul 10:46
25e5c2a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.6...v0.4.7

v0.4.6

26 Jun 16:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.5...v0.4.6

v0.4.5

04 Jun 21:04
c1e231e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.4...v0.4.5

v0.4.4

04 Jun 20:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.3...v0.4.4

v0.4.3

31 May 10:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.4.3

v0.4.2

24 May 16:15
Compare
Choose a tag to compare

Fixed

  • Incorrectly parsing the account salt for call traces

v0.4.1

24 May 13:27
a636ba9
Compare
Choose a tag to compare

Changed

  • Integrated Safe7579Launchpad
  • Cleaned up and standardized multi-account logic
  • Removed redundant components

Added

  • Account factory template to guide integration of new accounts
  • Multi-account ci
  • Dependency installation ci

v0.4.0

21 May 15:59
1820bc2
Compare
Choose a tag to compare

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

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

v0.3.7

09 Mar 19:31
Compare
Choose a tag to compare

Changed

  • Updated Registry Deployer

v0.3.6

09 Mar 18:59
Compare
Choose a tag to compare

Changed

  • Updated Registry Deployer