[bisq-network/bisq] Define new grpc bsq/btc balances protos (#4793)

Stan notifications at github.com
Fri Nov 13 15:06:48 CET 2020


This change adds proto serivces and messages to support future api implementations for serving bsq, btc or all wallet balances.

- RPC `GetBsqBalances` will return complete BSQ balance info.
- Message `BsqBalanceInfo` is proto returned by rpc `GetBsqBalances`.

- RPC `GetBtcBalances` wil return complete BTC balance info.
- Message `BtcBalanceInfo` is proto returned by rpc `GetBtcBalances`.

- RPC `GetBalances` returns complete BTC and BSQ balance info.
- Message `BalancesInfo` is proto returned by rpc `GetBalances`.

RPC `GetBalance` remains unchnaged;  it still returns only the available
BTC balance.  It may be deprecated and removed in a future PR.

You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Define new grpc bsq/btc balances protos

-- File Changes --

    M proto/src/main/proto/grpc.proto (48)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/4793.patch
https://github.com/bisq-network/bisq/pull/4793.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/4793
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201113/d42f8ad8/attachment.html>


More information about the bisq-github mailing list