status-im / status-mobile

a free (libre) open source, mobile OS for Ethereum
https://status.app
Mozilla Public License 2.0
3.88k stars 984 forks source link

Wallet - Add Contract test for RPC endpoint - wallet_getMultiTransactions #18352

Open J-Son89 opened 8 months ago

J-Son89 commented 8 months ago

As part of the wallet flows we want to add contract 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_getMultiTransactions" used in src/status_im/contexts/wallet/send/events.cljs

For more information/examples on integration tests see this recent pr: https://github.com/status-im/status-mobile/pull/18304

FFFra commented 6 months ago

@J-Son89 Is this endpoint correct/updated? Cannot find it

J-Son89 commented 6 months ago

sorry, should be : wallet_createMultiTransaction