-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat: Splits smart vaults #51
Merged
Merged
Conversation
This file contains 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
* feat: light state sync first pass * feat: 1271 light state sync support * fix: tests * chore: light state sync tests * chore: erc1271 tests * feat: multiChain user op * lil refactoring * minor changes * feat: light multi user op * fix: rename to getX() * fix: set nonce if and only if nonce is greater than storage * fix: revert when trying to remove empty signer * fix: minor fixes
* feat: update storage layout of signer * fix: minor fixes * fix: minor fixes * fix: address comments * fix: address comments * fix: using MultiSignerLib * fix: use global and remove unneeded private functions * fix: use $.isValidSignature * fix: update isPasskey logic
* feat: multi signer auth * fix: docs: : * fix: add suggested doc change
* chore: update readme * fix: address comments
* fix: clean up multi signer auth * feat: mapping to array * fix: address comment
* feat: add upper limit to gas price in light user op hash * fix: update comment * feat: add preVerification and callGas limits * feat: add verification gas limit * fix: docs * feat: add paymaster limits * fix: use paymasterVerificationGasLimit * fix: ordering of params
* fix: revert when duplicate signer is used * fix: move check one level out
* fix: verify light merkle root when threshold is > 1 * fix: update doc
r0ohafza
force-pushed
the
smart-vaults
branch
from
September 4, 2024 18:51
affb24f
to
6a91ee5
Compare
r0ohafza
force-pushed
the
smart-vaults
branch
from
September 4, 2024 18:58
6a91ee5
to
e30e593
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.