-
Notifications
You must be signed in to change notification settings - Fork 3
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
chore: rename to reflect SSO interface #185
Conversation
This has diverged from Clave and did not make the cut for 7579 compatiability, so we're renaming whatever is in between to SSO. We may add back the 7579 interfaces if we get 4337 relayer support in the future, but otherwise we were just inspiried by it instead of compliant.
Visit the preview URL for this PR (updated for commit 3042d73): https://zksync-auth-server-staging--pr185-rename-cleanup-4sg567sa.web.app (expires Tue, 26 Nov 2024 18:19:53 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 509a9c9ea42583076f531c53cf2979c544d5d0b7 |
This only updates the in memory node as I don't want to deploy to sepolia until those tests pass
@@ -19,14 +19,22 @@ contract AAFactory is UpgradeableBeacon { | |||
beaconProxyBytecodeHash = _beaconProxyBytecodeHash; | |||
} | |||
|
|||
function addNewUniqueId(bytes32 uniqueAccountId) external {} | |||
|
|||
function deployProxy7579Account( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to be renamed too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vladbochok let's merge this and rename in #183
Description
Additional context
This has diverged from Clave and did not make the cut for 7579
compatiability, so we're renaming whatever is in between to SSO.
We may add back the 7579 interfaces if we get 4337 relayer support in
the future, but otherwise we were just inspiried by it instead of
compliant.