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
In #4253 we added tests for grpc wallet methods, however we left a few TODOs in the main file (zebrad/tests/common/lightwalletd/wallet_grpc_test.rs) for missing tests.
Tasks
Add a test for:
GetMempoolTx
GetMempoolStream
The send transaction test populates the mempool, so we can add these extra gRPC calls to the end of that test.
Motivation
In #4253 we added tests for grpc wallet methods, however we left a few TODOs in the main file (zebrad/tests/common/lightwalletd/wallet_grpc_test.rs) for missing tests.
Tasks
Add a test for:
The send transaction test populates the mempool, so we can add these extra gRPC calls to the end of that test.
Draft Implementation
PR #4537 has a draft implementation.
The text was updated successfully, but these errors were encountered: