[bisq-network/bisq] Add rpc method 'getaddressbalance' (#4304)

Stan notifications at github.com
Sun Jun 14 17:34:35 UTC 2020


This PR addresses task 2 in issue [4257](https://github.com/bisq-network/bisq/issues/4257)  
	
This new gRPC Wallet service method displays the balance and number of confirmations for the most recent transaction for the given BTC  wallet address.

The new method required the usual boilerplate changes to `grpc.proto`, `CliMain`, and `GrpcWalletService`.

Two unit tests to check error msgs was added to `cli/test.sh`.

This PR should be reviewed/merged after PR [4299](https://github.com/bisq-network/bisq/pull/4299).
You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/4304

-- Commit Summary --

  * Rename CoreWalletService -> CoreWalletsService
  * Add rpc wallet(s) protection tests
  * Add rpc method 'getfundingaddresses'
  * Replace duplicate code in getFundingAddresses
  * Add rpc method 'getaddressbalance'

-- File Changes --

    M cli/src/main/java/bisq/cli/CliMain.java (24)
    M cli/test.sh (111)
    R core/src/main/java/bisq/core/grpc/CoreWalletsService.java (112)
    M core/src/main/java/bisq/core/grpc/GrpcWalletService.java (50)
    M proto/src/main/proto/grpc.proto (19)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/4304.patch
https://github.com/bisq-network/bisq/pull/4304.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/4304
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200614/3ef82052/attachment.html>


More information about the bisq-github mailing list