-
Notifications
You must be signed in to change notification settings - Fork 132
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: adds paymaster guard module #1226
feat: adds paymaster guard module #1226
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd the label graphite-merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
74e34e6
to
759c516
Compare
8f31eb6
to
a82e838
Compare
a647704
to
cbf1d53
Compare
cbf1d53
to
be95010
Compare
5f23c26
to
57a194e
Compare
* feat: otp control before cleanup * feat: storybook testing * feat: update styles to match figma * fix: otp-loading * feat: pulling relevant code from draft PR 1163 * fix: update yarn.lock * feat: verifying otp state * feat: otp sends from otp completing * feat: scaffolding for react native OTP * feat: add email OTP support * feat: add otp widget and error handling * docs: add OTP email docs --------- Co-authored-by: rob chang <robchangcodes@gmail.com> Co-authored-by: Rob <30500864+RobChangCA@users.noreply.github.com>
* feat(networks): add new networks * feat(chains): add ink and soneium to aa-sdk --------- Co-authored-by: Andy <andysim3d@gmail.com>
* feat: add OTP authentication capabilities to RN Signer * fix: update redirect route path * fix: fix linting
* feat: add expo files * feat: reset expo app * feat: update expo setup to support expo router * feat: update readme to remove viem dependency * fix: fix dependency isses * fix: update react native verions accross monorepo * fix: dependency issues breaking metro config * fix: dependency issues breaking metro config * fix: update metro to add account kit workspace
closing this pr because the commit history is a mess. changes now on #1252 |
Pull Request Checklist
yarn test
)site
folder, and guidelines for updating/adding docs can be found in the contribution guide)feat!: breaking change
)yarn lint:check
) and fix any issues? (yarn lint:write
)PR-Codex overview
This PR introduces new error classes and updates existing ones in the
@aa-sdk/core
, along with changes to theSingleSignerValidationModule
and various validation modules. It also updates documentation and modifies theforkBlockNumber
in thelocal070Instance
.Detailed summary
InvalidEntityIdError
,InvalidNonceKeyError
, andEntityIdOverrideError
classes in@aa-sdk/core
.forkBlockNumber
inlocal070Instance
from6381303
to7299096
.SingleSignerValidationModule
with new encoding functions.