-
Notifications
You must be signed in to change notification settings - Fork 196
feat: add mav2 account/client mode, via deferred action #1502
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
Closed
howydev
wants to merge
34
commits into
zer0dot/permissions-translation-layer
from
howy/improve-executeuo-wrapper-logic
Closed
feat: add mav2 account/client mode, via deferred action #1502
howydev
wants to merge
34
commits into
zer0dot/permissions-translation-layer
from
howy/improve-executeuo-wrapper-logic
Conversation
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
* feat: update logo (#1454) * fix: update keychain implementation to declear variables earlier during run * feat: use struct for keychain utilities as opposed to class --------- Co-authored-by: Rob <30500864+RobChangCA@users.noreply.github.com>
* docs: update docs for tailwind v4 * chore: revert changes to unrelated files * docs: update docs for tw v4 in happy path * chore: update yarn.lock * chore: update comments in ui demo code preview * chore: lint
* docs: use authenticateAsync * docs: fix twoslash build * docs: use authenticate
* fix: change card image and height * fix: remove xl padding * fix: cards align start
* feat: add rise support to aa-sdk * fix: lint
* feat: adding tracing to the header alchemy client * fix(yarn build): variable shadowing * feat: track everything that is alchemy transport by method * feat: move the other actions with breadcrumbs * feat: add the headers for the traceparent and the traceheader * chore: update the breadcrumb to be json for ingestion * chore: update the docs * chore(wip): needing to add a different style of tracing header * fix: get headers working with immutable transport * fix: add the header to all the alchemy specific sites * chore: push up changes with client and addbreadcrumb * chore: cleanups for pr * chore: add testing for the tracing of state * chore: update mdx * fix(tests): unit snapshots broken, updated * chore: update test to use regex * chore: add some breadcrumb comments * chore: add some more documentation * chore: add on the react tracking for the two * chore: update a few files * chore: remove bad logging --------- Co-authored-by: moldy <michael.moldoveanu@alchemy.com>
Co-authored-by: jakehobbs <jacob.hobbs@alchemy.com>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
bb1ae84
to
f2ee3a3
Compare
* feat: add entity id and nonce reader * chore: remove unused var * Update account-kit/smart-contracts/src/ma-v2/client/client.test.ts * Update account-kit/smart-contracts/src/ma-v2/client/client.test.ts * fix: reviews * fix: review2 --------- Co-authored-by: Zer0dot <zer0dot.dev@gmail.com>
f2ee3a3
to
a9f2c7c
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.
Draft PR for now
a. override nonce in
getNonce
b. prepend the deferred action in
getDummySignature
andsignUserOperation
c. add an
executeUserOp
wrapper to the calldata if hooks are to be installedPR-Codex overview
This PR focuses on updating the version numbers across multiple packages to
4.21.0
, introducing new features, and refining existing functionalities, including the addition of client header tracking and enhanced API key creation.Detailed summary
4.17.0
to4.21.0
in multiple files.experimental_CreateApiKeyParams
type inaccount-kit/signer/src/client/types.ts
.clientHeaderTrack
function for enhanced client tracking.openlootSepolia
,gensynTestnet
,riseTestnet
.