Commit 2e1424a
authored
File tree
5 files changed
+8
-6
lines changed- .github/workflows
- packages
- sdk-platforms/rust/zksync-sso-erc4337/crates/zksync-sso-erc4337-core/src/erc4337/account
- erc7579
- modular_smart_account
5 files changed
+8
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
Submodule erc4337-contracts updated 42 files
- .github/workflows/ci.yaml+8-8
- .github/workflows/secrets_scanner.yaml+1-1
- alto.json+1-1
- package.json+3-4
- pnpm-lock.yaml+139-139
- src/MSAFactory.sol+5-4
- src/ModularSmartAccount.sol+74-167
- src/core/AccountBase.sol+2-4
- src/core/ERC1271Handler.sol+7-5
- src/core/ExecutionHelper.sol+61-13
- src/core/ModuleManager.sol+47-44
- src/core/RegistryAdapter.sol+13-11
- src/interfaces/IERC4337Account.sol+34-39
- src/interfaces/IERC7484.sol-31
- src/interfaces/IERC7484Registry.sol+42
- src/interfaces/IERC7579Account.sol+55-76
- src/interfaces/IERC7579Module.sol+47-36
- src/interfaces/IMSA.sol+2-8
- src/libraries/ExecutionLib.sol-77
- src/libraries/ModeLib.sol-140
- src/libraries/SessionLib.sol+414-448
- src/modules/EOAKeyValidator.sol+41-18
- src/modules/GuardianExecutor.sol+58-17
- src/modules/SessionKeyValidator.sol+169-192
- src/modules/WebAuthnValidator.sol+27-20
- src/modules/contrib/AllowedSessionsValidator.sol+4-8
- src/vendor/SimpleAccountImports.sol-8
- test/Basic.t.sol+149-22
- test/Fallback.t.sol+190
- test/Guardian.t.sol+18-11
- test/MSATest.sol+26-9
- test/Sessions.t.sol+335-57
- test/Utils.t.sol-37
- test/WebAuthn.t.sol+73-17
- test/integration/account.ts+4-12
- test/integration/basic.test.ts+3-6
- test/integration/erc4337-unit.ts-115
- test/integration/erc4337-userop.json+1-1
- test/mocks/MockFallback.sol+32
- test/mocks/MockHook.sol+18
- test/mocks/MockRegistry.sol+83
- test/mocks/MockTarget.sol+4
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments