-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement and test api method 'getunusedbsqaddress' #4798
Implement and test api method 'getunusedbsqaddress' #4798
Commits on Nov 13, 2020
-
Define new grpc bsq/btc balances protos
This change adds proto serivces and messages to support new 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, still returns only the available BTC balance. It may be deprecated and removed in a future PR.
Configuration menu - View commit details
-
Copy full SHA for fc8af8c - Browse repository at this point
Copy the full SHA fc8af8cView commit details -
Add proto wrappers for serving bsq, btc or all balances
This change adds proto wrappers for sending bsq, btc, or all balances to the CLI. They will be used in future api method implementations: getbsqbalance, getbtcbalance and getbalances.
Configuration menu - View commit details
-
Copy full SHA for faf45ec - Browse repository at this point
Copy the full SHA faf45ecView commit details -
Define proto for api method 'getunusedbsqaddress'
This change adds a proto to support a future api implementation for getting an unused, bsq funding address.
Configuration menu - View commit details
-
Copy full SHA for 4c03b46 - Browse repository at this point
Copy the full SHA 4c03b46View commit details -
Define proto fapi method 'sendbsq'
This change adds the proto to support a future api implementation for transfering bsq.
Configuration menu - View commit details
-
Copy full SHA for 3e98910 - Browse repository at this point
Copy the full SHA 3e98910View commit details -
Add proto fields to support trade fee currency choice
This change adds proto support for paying maker fees in bsq or btc. The implementation will come in a future PR. - Added makerFeeCurrencyCode field to CreateOfferRequest proto. - Added isCurrencyForMakerFeeBtc field to OfferInfo proto wrapper. - Add takerFeeCurrencyCode field to TakeOfferRequest proto.
Configuration menu - View commit details
-
Copy full SHA for 9f033ee - Browse repository at this point
Copy the full SHA 9f033eeView commit details -
Implement and test api method 'getunusedbsqaddress'
- Added new method to CLI, split some long msg strings into two lines, and added a white space after a braceless else statement. - Added the gRPC server boilerplate. - Added the core implementation. - Added a test, and moved method wallet tests into their own package.
Configuration menu - View commit details
-
Copy full SHA for c1c099c - Browse repository at this point
Copy the full SHA c1c099cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c2068e - Browse repository at this point
Copy the full SHA 7c2068eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dc1a74 - Browse repository at this point
Copy the full SHA 8dc1a74View commit details