-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
d1238a3
to
46b2a9a
Compare
@@ -27,7 +27,8 @@ final class AccountClientTests: XCTestCase { | |||
entryPoint: Self.entryPoint, | |||
chainId: Self.chainId, | |||
config: config, | |||
signerType: .privateKey | |||
signerType: .privateKey, | |||
safe: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix Swift tests broken in: https://github.com/WalletConnect/yttrium/pull/21
There was a problem hiding this 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
Done: https://github.com/WalletConnect/yttrium/pull/23/commits/8dec5f788a075f6795d289a0bf2378a31df06e76 |
3e67695
to
8dec5f7
Compare
@jackpooleywc can you add it back to all the tests, including the Safe one? |
8dec5f7
to
852e8e0
Compare
No description provided.