eip7579 1.3.0
eip7579: ^1.3.0 copied to clipboard
Dart Implementation of EIP-7579 (modular smart accounts by rhinestone.dev) using variance SDK
1.3.0 #
- Fix return type annotations in DoubleExt extension methods
- Add new HookMultiPlexer hook module with ABI, contract class and implementation
1.2.0 #
- Add new ScheduledOrders executor module with ABI, contract class and implementation
- Add new AutoSavings executor module with ABI, contract class and implementation
- Create utils file with common helper functions
- Refactor address extraction logic into shared utility function
- Move dateTimeToInt to utils and update references
1.1.0 #
- Add ScheduledTransfers executor module with ABI, contract class and implementation
1.0.2 #
- Replace SENTINEL_ADDRESS constant with Addresses.sentinelAddress
1.0.1 #
- Add detailed docstrings for module interface methods
- Format contract ABI strings and constructor alignment
1.0.0 #
- Initial release of variance-modules
- Set up module architecture
- Implemented foundational interfaces
- Added documentation and initial core modules functionality