-
Notifications
You must be signed in to change notification settings - Fork 18
feat: update to new session signatures #235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
37fc92f
feat: update to new signatures
cpb8010 959d381
fix: rust and clippy formats
cpb8010 ee44e16
fix: rebase on main to get latest interfaces
cpb8010 2d34ff7
fix: rust tests without session deployment
cpb8010 78121d0
fix: update session tests
cpb8010 3e10058
fix: address code review comments
cpb8010 3a10e5d
fix: lint err
cpb8010 6db130a
feat: latest contracts
cpb8010 f91336a
Merge branch 'main' into update-contracts
cpb8010 a2d093c
Update packages/sdk-platforms/rust/zksync-sso-erc4337/crates/zksync-s…
cpb8010 de766a4
fix: linting
cpb8010 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule erc4337-contracts
updated
21 files
| +88 −0 | .github/workflows/ci.yaml | |
| +8 −0 | alto-zksync-os.json | |
| +4 −1 | package.json | |
| +4 −1 | src/ModularSmartAccount.sol | |
| +39 −22 | src/core/ModuleManager.sol | |
| +10 −1 | src/core/RegistryAdapter.sol | |
| +2 −1 | src/interfaces/IMSA.sol | |
| +57 −30 | src/libraries/SessionLib.sol | |
| +11 −6 | src/modules/EOAKeyValidator.sol | |
| +16 −11 | src/modules/GuardianExecutor.sol | |
| +21 −22 | src/modules/SessionKeyValidator.sol | |
| +7 −6 | src/modules/WebAuthnValidator.sol | |
| +8 −3 | src/modules/contrib/AllowedSessionsValidator.sol | |
| +3 −3 | src/modules/contrib/GuardianBasedRecoveryExecutor.sol | |
| +7 −7 | test/Guardian.t.sol | |
| +18 −14 | test/Recovery.t.sol | |
| +50 −45 | test/Sessions.t.sol | |
| +3 −2 | test/integration/account.ts | |
| +9 −10 | test/integration/basic.test.ts | |
| +7 −8 | test/integration/passkey.test.ts | |
| +13 −4 | test/integration/utils.ts |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.