Skip to content
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(op receipt): implement wait_for_user_operation_receipt #23

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

jackpooleywc
Copy link
Contributor

No description provided.

@jackpooleywc jackpooleywc force-pushed the jack/wait-for-user-operation-receipt branch 2 times, most recently from d1238a3 to 46b2a9a Compare September 15, 2024 07:14
@jackpooleywc jackpooleywc marked this pull request as ready for review September 15, 2024 07:31
@@ -27,7 +27,8 @@ final class AccountClientTests: XCTestCase {
entryPoint: Self.entryPoint,
chainId: Self.chainId,
config: config,
signerType: .privateKey
signerType: .privateKey,
safe: false
Copy link
Contributor Author

@jackpooleywc jackpooleywc Sep 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@chris13524 chris13524 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add the user operation receipt/tx hash back to the E2E tests so we know the transaction actually goes through

@jackpooleywc
Copy link
Contributor Author

jackpooleywc commented Sep 16, 2024

Please add the user operation receipt/tx hash back to the E2E tests so we know the transaction actually goes through

Done: https://github.com/WalletConnect/yttrium/pull/23/commits/8dec5f788a075f6795d289a0bf2378a31df06e76

@jackpooleywc jackpooleywc force-pushed the jack/wait-for-user-operation-receipt branch 2 times, most recently from 3e67695 to 8dec5f7 Compare September 16, 2024 14:12
@chris13524
Copy link
Member

Done: https://github.com/WalletConnect/yttrium/commit/8dec5f788a075f6795d289a0bf2378a31df06e76

@jackpooleywc can you add it back to all the tests, including the Safe one?

@jackpooleywc jackpooleywc force-pushed the jack/wait-for-user-operation-receipt branch from 8dec5f7 to 852e8e0 Compare September 16, 2024 15:15
@jackpooleywc jackpooleywc merged commit 7bc810d into main Sep 16, 2024
3 checks passed
@jackpooleywc jackpooleywc deleted the jack/wait-for-user-operation-receipt branch September 16, 2024 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants