bullbitcoin-mobile
bullbitcoin-mobile copied to clipboard
The Bull Bitcoin Mobile Wallet and Exchange App
getTransactions has a few issues currently that are not immediately apparent: - [ ] it should not assume all txs have 2 outputs - one recipient and one change We...
Users report several minor issues with the electrum client which we are not able to reproduce effectively: - [x] defaults to blockstream instead of bullbitcoin - [x] Panic Exception at...
App version: 0.1.97 (001325b147e0b5a29debbbc1207ae99e5b08ed03) - [x] (Sometimes) The bump fee button is not getting displayed. (Will try to figure out the exact condition) - [x] Immediately after bumping, in the...
App version: 0.1.98-04 (4f0ef5b4768d8ff57c9e140fc1060f529604064a) https://github.com/SatoshiPortal/bullbitcoin-mobile/assets/701985/9876c8c7-06f0-477f-ae05-26d48c005e63
Apparently some hardware wallets like Jade and SeedSigner use a wallet xpub format that is some kind of standard which uses multiple QR code frames. Its not just a straight...
Change is currently discovered as part of getTransactions and we do not have their indexes. It should instead use `bdk.Address.getInternalAddress` so we properly track change.
Current the labeling system only supports a single label per element. This leads to issues with label inheritance. Currently labels are inherited only if the child does not already have...
Now that we have a dedicated Seed model from which many Wallets can be derived, we can introduce the KeyManager/KeyChain that we had discussed. It would have: - a dedicated...