You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
J-Son89
changed the title
Wallet - Add Integration test for RPC endpoint - wallet_getDerivedAddresses
Wallet - Add Contract test for RPC endpoint - wallet_getDerivedAddressesFeb 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
The text was updated successfully, but these errors were encountered: