Releases: safe-global/safe-modules
Allowance Module v0.1.1
This release fixes the EIP-712 hash generation and adds additional checks for recurring allowances' parameter correctness.
For the complete release changes, please refer to the CHANGELOG.md file.
Safe Passkey v0.2.1-1
What's Changed
Full Changelog: passkey/v0.2.1...passkey/v0.2.1-1
Safe Passkey v0.2.1
What's Changed
- Passkey Version Update by @remedcu in #442
- Update Passkey Example for Release by @nlordell in #444
- Index Signer In Created Event by @nlordell in #447
- Optimize Compiler Settings by @nlordell in #448
- Add a new logUserOperationGas function and improve user operation gas estimation by @mmv08 in #446
- Check
staticcall
Result From SHA-256 Precompile by @nlordell in #457 - Fixed and More Consistent Pragmas by @nlordell in #458
- Add Audit Competition Report by @nlordell in #459
- Improve Proxy Behaviour With the IR Optimizer by @nlordell in #451
- Add a
sherif
monorepo linter to the CI by @mmv08 in #452 - Emit Event on Shared Signer Configuration by @nlordell in #456
- Add User Story for Computing Safe Address by @nlordell in #463
- Signature length check by @akshay-ap in #453
- Signature Length Check FV by @remedcu in #464
- Use Slightly More Gas For 4337 Test by @nlordell in #465
- Don't use
packageManager
field by @nlordell in #469 - Certora Script Update & Minor changes by @remedcu in #470
- Fix Flaky WebAuthn Shim Test by @nlordell in #474
- Upgrading certora CLI by @remedcu in #475
- Passkey Audit Report Added by @remedcu in #476
- Rename Audit Report File by @nlordell in #479
- Fix TypeScript Lints by @nlordell in #478
- Using
safe-singleton-factory
for module deployment by @remedcu in #477 - Remove Not Audited Note by @nlordell in #483
- Fix EIP-7212 Dev Node Docker Build by @nlordell in #484
- Use Arachnid CREATE2 Deployer For Some Contracts by @nlordell in #482
- Bump Passkeys Version to v0.2.1 by @nlordell in #485
Full Changelog: passkey/v0.2.0...passkey/v0.2.1
Safe 4337 Module v0.3.0-1
This release fixes a bug where installing dependencies to deploy or verify the contracts on platforms other than Linux was impossible due to an issue with NPM. No contracts or scripts changes were made.
Refer to the v0.3.0 changelog for more information.
Safe Recovery v0.1.0
Safe recovery release, including Candide Lab's social recovery module. See changelog for more information.
Safe Passkey v0.2.0
Safe passkey release, with new contracts to control Safes from passkey/WebAuthn credentials. See changelog for more information.
Safe 4337 Module v0.3.0
New Safe 4337 module release, supporting the ERC-4337 EntryPoint
contract v0.7.0. See changelog for more information.
Safe 4337 Module v0.2.0
What's Changed
- Clean Up Hardhat Network Configuration by @nlordell in #140
- Add Audit Report by @nlordell in #139
- Ignore Immutables on Local Verification by @nlordell in #150
- Minor Cleanup to Project and Hardhat Configuration by @nlordell in #151
- Refactor Deployment Scripts by @nlordell in #154
- Created
onlySupportedEntryPoint(...)
modifier avoiding code redundancy by @remedcu in #158 - Implement E2E Test Using Reference Bundler by @nlordell in #155
- Feat: Support
validAfter
andvalidUntil
timestamps by @mmv08 in #156 - ERC-4337 Bundler Updates by @nlordell in #161
- Fix Revert message propagation by @nlordell in #163
- Refactor E2E Test to Wait For User Operation Execution by @nlordell in #164
- Send encoded Safe operation bytes to
checkSignatures
call by @nlordell in #165 - [4337] Separate Signature Fields for
validAfter
andvalidUntil
by @nlordell in #167 - [4337] Feature: Upgrade dependencies by @mmv08 in #166
- [4337] User Operation with Custom Singleton Signers by @nlordell in #159
- Internal Function Naming Convention by @nlordell in #171
- Sign Full User Operation Data by @nlordell in #177
- Package Version to v0.2.0 by @nlordell in #180
- Update 4337 readme by @Uxio0 in #178
- Fix
_validateSignatures
NatSpec Documentation by @nlordell in #183 - Update
deploy
section in the readme by @mmv08 in #189 - Document Deployment Process and Changelog by @nlordell in #186
- Add 4337 Module v0.2.0 Audit Report by @nlordell in #185
New Contributors
Full Changelog: v0.1.0...v0.2.0