bithyve / bitcointribe

Bitcoin Tribe. A simple bitcoin wallet made to be used with Friends and Family. Lightning. Gifts and more.
https://bitcointribe.app/
MIT License
124 stars 62 forks source link

Update fetchBalance processing to send sets of addresses to new wrapper end point #2044

Closed AliMeer closed 3 years ago

AliMeer commented 3 years ago

THIS IS FROM NUTXO TESTING on fixes/1.3.1 branch and NOT for development branch

Currently we are sending only 1 set of external and internal addresses to NUTXOTXS and gettign back the utxo and transactions for those set of addresses.

Update the fetch balance and transaction processing to send an array of objects each with a set of internal and external addresses as per this linked issue https://github.com/bithyve/internal-docs/issues/44

Arpanjainson commented 3 years ago

Make sure that balances are showing up correctly across accounts, for whole wallet, when there are F&F, TCs etc with multiple transactions. Test it after restore as well. Test on live for sure.