From 3ebcf495c011f9057ccd833fb608f5dbf5ac8f94 Mon Sep 17 00:00:00 2001 From: Shebin John Date: Mon, 12 Aug 2024 11:14:08 +0200 Subject: [PATCH] Changelog Updated --- modules/4337/CHANGELOG.md | 25 +++++-------------------- modules/passkey/CHANGELOG.md | 7 ++++++- modules/recovery/CHANGELOG.md | 25 +++++-------------------- 3 files changed, 16 insertions(+), 41 deletions(-) diff --git a/modules/4337/CHANGELOG.md b/modules/4337/CHANGELOG.md index 9e261c48..8031120b 100644 --- a/modules/4337/CHANGELOG.md +++ b/modules/4337/CHANGELOG.md @@ -2,7 +2,7 @@ This changelog only contains changes starting from version 0.2.0 -# Version 0.3.1 +# Version 0.3.0 ## Compiler settings @@ -16,28 +16,12 @@ The official deployments support the EntryPoint v0.7.0 with the canonical deploy ## Expected addresses +### With [Safe Singleton Factory](https://github.com/safe-global/safe-singleton-factory) + - `SafeModuleSetup` at `0xF2C2C95C168Ef121b052B4c518889CFe166cB4Fa` - `Safe4337Module` at `0x68C77b778228823a06e3CbcDA816d46D80B1C728` -## Changes - -### General - -- Using the [`safe-singleton-factory`](https://github.com/safe-global/safe-singleton-factory) to deploy contracts. - -# Version 0.3.0 - -## Compiler settings - -Solidity compiler: [0.8.23](https://github.com/ethereum/solidity/releases/tag/v0.8.23) - -Solidity optimizer: enabled with 10.000.000 runs - -## Supported EntryPoint - -The official deployments support the EntryPoint v0.7.0 with the canonical deployment at `0x0000000071727De22E5E9d8BAf0edAc6f37da032`. - -## Expected addresses +### With [Deterministic Deployment Proxy](https://github.com/Arachnid/deterministic-deployment-proxy) - `SafeModuleSetup` at `0x2dd68b007B46fBe91B9A7c3EDa5A7a1063cB5b47` - `Safe4337Module` at `0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226` @@ -46,6 +30,7 @@ The official deployments support the EntryPoint v0.7.0 with the canonical deploy ### General +- Using the [`safe-singleton-factory`](https://github.com/safe-global/safe-singleton-factory) to deploy contracts. - Use the new `PackedUserOperation` struct from EntryPoint v0.7.0 ([#225](https://github.com/safe-global/safe-modules/issues/225)) - The `AddModulesLib` implementation was optimized, got missing NatSpecs and was renamed to `SafeModuleSetup` ([#241](https://github.com/safe-global/safe-modules/pull/241])) - Use hardcoded constants for type hashes and domain separators in `Safe4337Module` ([#179](https://github.com/safe-global/safe-modules/issues/179])) diff --git a/modules/passkey/CHANGELOG.md b/modules/passkey/CHANGELOG.md index 8e44fa16..0480627c 100644 --- a/modules/passkey/CHANGELOG.md +++ b/modules/passkey/CHANGELOG.md @@ -11,11 +11,16 @@ EVM target: Paris ## Expected addresses +### With [Safe Singleton Factory](https://github.com/safe-global/safe-singleton-factory) + - `SafeWebAuthnSignerFactory` at `0x1d31F259eE307358a26dFb23EB365939E8641195` - `SafeWebAuthnSharedSigner` at `0x94a4F6affBd8975951142c3999aEAB7ecee555c2` -- `DaimoP256Verifier` at `0xfd08a316255D83133c5d74EcF62B625414f68C14` - `FCLP256Verifier` at `0xA86e0054C51E4894D88762a017ECc5E5235f5DBA` +### Official Deployment Address from 3rd party + +- `DaimoP256Verifier` at `0xc2b78104907F722DABAc4C69f826a522B2754De4` ([Source](https://p256.eth.limo/)) + ## Changes ### Security Fixes diff --git a/modules/recovery/CHANGELOG.md b/modules/recovery/CHANGELOG.md index b31f2d87..e924b6ad 100644 --- a/modules/recovery/CHANGELOG.md +++ b/modules/recovery/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -# Version 0.1.1 +# Version 0.1.0 ## Compiler settings @@ -14,27 +14,11 @@ The recovery period is 14 days. ## Expected addresses -- `SocialRecoveryModule` at `0x9BacD92F4687Db306D7ded5d4513a51EA05df25b` - -## Changes - -### General - -- Using the [`safe-singleton-factory`](https://github.com/safe-global/safe-singleton-factory) to deploy contracts. - -# Version 0.1.0 - -## Compiler settings - -Solidity compiler: [0.8.20](https://github.com/ethereum/solidity/releases/tag/v0.8.20) +### With [Safe Singleton Factory](https://github.com/safe-global/safe-singleton-factory) -Solidity optimizer: enabled via IR with 1.000.000 runs - -## Recovery Period +- `SocialRecoveryModule` at `0x9BacD92F4687Db306D7ded5d4513a51EA05df25b` -The recovery period is 14 days. - -## Expected addresses +### With [Deterministic Deployment Proxy](https://github.com/Arachnid/deterministic-deployment-proxy) - `SocialRecoveryModule` at `0x4Aa5Bf7D840aC607cb5BD3249e6Af6FC86C04897` @@ -42,4 +26,5 @@ The recovery period is 14 days. ### General +- Using the [`safe-singleton-factory`](https://github.com/safe-global/safe-singleton-factory) to deploy contracts. - Initial release of the social recovery module.