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

Wallet - Add Contract test for RPC endpoint - wallet_getDerivedAddresses #18343

Closed
Tracked by #18587
J-Son89 opened this issue Jan 2, 2024 · 0 comments · Fixed by #19115
Closed
Tracked by #18587

Wallet - Add Contract test for RPC endpoint - wallet_getDerivedAddresses #18343

J-Son89 opened this issue Jan 2, 2024 · 0 comments · Fixed by #19115
Assignees
Labels
feature feature requests

Comments

@J-Son89
Copy link
Contributor

J-Son89 commented Jan 2, 2024

As part of the wallet flows we want to add integration tests for all Status Go endpoints used by the wallet to help avoid the Go team adding breaking changes going unnoticed on the mobile client.

Add a contract test for the RPC request -
"wallet_getDerivedAddresses" used in src/status_im/contexts/wallet/events.cljs

For more information/examples on integration tests see this recent pr: #18304

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment