Add missing wallet grpc tests #4278
Labels
A-rpc
Area: Remote Procedure Call interfaces
C-testing
Category: These are tests
lightwalletd
any work associated with lightwalletd
In #4253 we added tests for grpc wallet methods, however we left a few
TODO
s in the main file (zebrad/tests/common/lightwalletd/wallet_grpc_test.rs
)for missing tests.This ticket is for add them:
z_gettreestate
RPC #3990The stream ones should be easy, the tree state should also be easy after #3990 is in place. Mempool ones are harder as we will have to add some transaction to the mempool from the test (idea: need to use code from
zebrad/tests/common/lightwalletd/send_transaction_test.rs
)The text was updated successfully, but these errors were encountered: