bullbitcoin-mobile icon indicating copy to clipboard operation
bullbitcoin-mobile copied to clipboard

The Bull Bitcoin Mobile Wallet and Exchange App

Results 55 bullbitcoin-mobile issues
Sort by recently updated
recently updated
newest added

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...

core feature
enchancement

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...

bug
urgent

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...

bug

App version: 0.1.98-04 (4f0ef5b4768d8ff57c9e140fc1060f529604064a) https://github.com/SatoshiPortal/bullbitcoin-mobile/assets/701985/9876c8c7-06f0-477f-ae05-26d48c005e63

bug
labelling

Add support for iOS.

bug
enhancement

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...

question

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.

enchancement

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...

enchancement

Seed word input for custom keyboard

enhancement

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...

enhancement