feat: implement wallet_getCallsStatus request handler#527
Open
ultraviolet10 wants to merge 9 commits intoaritra/5792_wallet_sendCallsfrom
Open
feat: implement wallet_getCallsStatus request handler#527ultraviolet10 wants to merge 9 commits intoaritra/5792_wallet_sendCallsfrom
wallet_getCallsStatus request handler#527ultraviolet10 wants to merge 9 commits intoaritra/5792_wallet_sendCallsfrom
Conversation
This was referenced Mar 14, 2025
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
11 tasks
Deploying happychain with
|
| Latest commit: |
9e1614a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://64cca19e.happychain.pages.dev |
| Branch Preview URL: | https://aritra-5792-wallet-getcallss.happychain.pages.dev |
6c14029 to
0fbd8ca
Compare
48ef7c3 to
6a4722a
Compare
0fbd8ca to
e08e6e4
Compare
6a4722a to
f637694
Compare
e08e6e4 to
e2b48e4
Compare
f637694 to
6eeaa66
Compare
6eeaa66 to
f351183
Compare
e2b48e4 to
0cd1436
Compare
f351183 to
e0e5403
Compare
not-reed
requested changes
May 21, 2025
| * @param receipts - Array of UserOperationReceipt objects or null. | ||
| * @returns WalletGetCallsStatusReturnType with formatted receipt data. | ||
| */ | ||
| export function convertUserOpReceiptToCallStatus( |
Contributor
There was a problem hiding this comment.
sus. is this still real? should be boop?
| if (!hash) { | ||
| throw new Error("Transaction hash is missing.") | ||
| } | ||
| const smartAccountClient = (await getSmartAccountClient()) as ExtendedSmartAccountClient |
wallet_getCallsStatus request handler
e0e5403 to
9e1614a
Compare
cf1850c to
9ed7446
Compare
not-reed
approved these changes
Jun 6, 2025
not-reed
reviewed
Jun 6, 2025
Contributor
not-reed
left a comment
There was a problem hiding this comment.
what happened with bun lock here? maybe need to restack or something
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
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.

Linked Issues
Description
< DESCRIPTION GOES HERE >
Toggle Checklist
Checklist
Basics
norswap/build-system-caching).Reminder: PR review guidelines
Correctness
testnet, mainnet, standalone wallet, ...).
< INDICATE BROWSER, DEMO APP & OTHER ENV DETAILS USED FOR TESTING HERE >
< INDICATE TESTED SCENARIOS (USER INTERFACE INTERACTION, CODE FLOWS) HERE >
and have updated the code & comments accordingly.
Architecture & Documentation
(2) commenting these boundaries correctly, (3) adding inline comments for context when needed.
comments.
in a Markdown document.
pacakges/coreandpackages/react), see here for more info.