Commit Graph

111 Commits

Author SHA1 Message Date
Overtorment
45ed240b50 FIX: limit number of userinvoices feetched per polling request 2019-01-10 17:50:33 +00:00
Igor Korsakov
d8b63c6950
REF: HD wallets address derivation 2019-01-10 13:48:56 +00:00
Marcos Rodriguez Vélez
8b5f68b083 FIX: When having multiple wallets, I was unable to see my transactions description from the main screen 2019-01-09 15:03:20 -05:00
Overtorment
3301380e83 FIX: Lightning balance/fees don't add up (closes #225) 2019-01-09 13:31:34 +00:00
Marcos Rodriguez Vélez
312bcf8ec0 ADD: Loading indicator for wallet name change and wallet delete
ADD: Added CZK fiat
FIX: Main wallet list shows transaction unit that is preferred by wallet
2019-01-06 23:54:22 -05:00
Overtorment
15e0d4d2f2 FIX: crash when RBF 2019-01-05 20:23:51 +00:00
Overtorment
4c1affead1 ADD: pay zero-amount (tip) invoices 2019-01-05 16:29:13 +00:00
Pavel Ševčík
52ad5c14b7 Refactor: Cosmetic changes and some ❤️ 2019-01-02 17:15:55 +01:00
Pavel Ševčík
96af02b6cd Refactor: Unify method for getting WIF 2019-01-02 17:08:54 +01:00
Pavel Ševčík
708a8541f6 Refactor: Cleaner way how HD wallet addresses are created 2019-01-02 16:57:47 +01:00
Overtorment
1b8cdcd183 REF 2019-01-01 03:08:43 +00:00
Overtorment
d001b7eca3 REF: currency 2018-12-31 21:27:03 +00:00
Marcos Rodriguez Vélez
2ba180a4fa FIX: Hopeful fix for wallet duplicates 2018-12-29 12:41:38 -05:00
Overtorment
205bbd5b1b FIX: Lightning spending transactions should have negative amount 2018-12-28 23:36:47 +00:00
Marcos Rodriguez Vélez
c049d12e74 essage 2018-12-28 16:01:55 -05:00
Pavel Ševčík
d2af819c05 Fix: Got rid of getters 2018-12-28 18:02:39 +01:00
Pavel Ševčík
43512fd8cf Refactor: Use static properties for wallet types 2018-12-28 16:52:06 +01:00
Overtorment
6e36055776 ADD: lightning tx list now includes user invoices 2018-12-25 19:07:43 +00:00
Marcos Rodriguez Vélez
78b0a4c357 Create LND invoice 2018-12-25 11:34:51 -05:00
Marcos Rodriguez Vélez
dc3f782a54 ADD: Currency settings panel 2018-12-24 01:14:53 -05:00
Marcos Rodriguez Vélez
2901f80c32 FIX: Restored deep link. 2018-12-23 13:18:27 -05:00
Marcos Rodriguez Vélez
47dc184036 Added BTCToLocalCurrency 2018-12-23 00:43:50 -05:00
Marcos Rodriguez Vélez
29b83ba6e5 Removed preferredBalanceUnit from most files 2018-12-22 22:59:30 -05:00
Marcos Rodriguez Vélez
90c56dde8e Added preferredBalanceUnit to other wallets 2018-12-22 11:51:07 -05:00
Marcos Rodriguez Vélez
3ebc79624c FIX: Currency Unit change 2018-12-21 22:23:52 -05:00
Marcos Rodriguez Vélez
fb1f862e82 Merge branch 'master' of github.com:BlueWallet/BlueWallet into balanceUnit 2018-12-21 22:23:08 -05:00
Overtorment
777c9e6de7 REF: hd wallet classes 2018-12-22 02:46:35 +00:00
Overtorment
8a6d42eb7b FIX: BIP44 deriv path 2018-12-22 01:40:36 +00:00
Marcos Rodriguez Vélez
f269e5533d Fixes 2018-12-19 21:06:06 -05:00
Marcos Rodriguez Vélez
fb6fd021e1 Merge branch 'spend-bip44' of https://github.com/pajasevi/BlueWallet into balanceUnit 2018-12-19 20:50:44 -05:00
Pavel Ševčík
1e277da6b4 Added missing methods, added tests 2018-12-19 15:47:12 +01:00
Pavel Ševčík
5a99203e86 Spend from BIP44 wallets 2018-12-19 12:32:39 +01:00
Marcos Rodriguez Vélez
d26acf944b FIX: Fix crash when changing unit 2018-12-18 00:58:49 -05:00
Marcos Rodriguez Vélez
3b4844490c ADD: The selected balance unit per wallet is now saved. 2018-12-16 11:24:23 -05:00
Marcos Rodriguez Vélez
1f18a3b1fc Lint fix 2018-12-15 22:11:32 -05:00
Marcos Rodriguez Vélez
5623ae171c Merge branch 'master' of github.com:BlueWallet/BlueWallet into balanceUnit
# Conflicts:
#	ios/BlueWallet/Info.plist
#	loc/index.js
#	screen/wallets/transactions.js
2018-12-15 22:10:30 -05:00
Marcos Rodriguez Vélez
9d514ce656 Initial 2018-12-13 23:31:13 -05:00
Igor Korsakov
6f581a2f2e
Eject (#126)
* OPS: randombytes work
* OPS: porting to RN android: added prompt, refactoring
* OPS: better android prompt
* FIX: scan qr callback
* FIX: correct fee sat calculation for HD & classic segwit wallets
* FIX: Fixed height for button in empty transaction list
* FIX: keyboard issue on fee selection modal
* FIX: slow QR code generation for HD backup screen
* ADD: wallet reorder
* FIX: TypeError: undefined is not an object (evaluating 'recommendedFees.halfHourFee') #133
* FIX: android appstore link
* OPS: Code to Migrate Expo json
* REF: renamed blitzhub to lndhub
* OPS: Migration: move expo files instead of parsing
* FIX: lndhub uri usage
* FIX: no security alert on android (it was ios specific)
* REF: better tx list rendering and sorting
* ADD: verify tx on coinb.in
* FIX: Tap to dismiss is not working #137
* REF: Removed Wallet gradients duplication.
* REF: about screen
* FIX: bech32 qr scan in send screen
* FIX: better bip21 handling
* Use of dayjs for transaction details
* REF: QR code content follows BIP21
* ADD: fee in local currency when send
* FIX: Refresh wallet info on page focus
2018-12-11 22:52:46 +00:00
Igor Korsakov
dc75511997
ADD: blitzhub api URI settings 2018-11-04 21:21:07 +00:00
Overtorment
c88b6ee113 REF: improved RBF 2018-10-31 20:14:28 +00:00
Overtorment
774d341223 ADD: better source of entropy for wallet creation 2018-10-22 09:31:15 +01:00
Igor Korsakov
f5dd8252e1
Development (#103)
ADD: New send screen
ADD: Support for BIP70 decoding
2018-10-20 22:10:21 +01:00
Overtorment
4000519dfc TST 2018-10-12 03:57:51 +01:00
Overtorment
843a2c3804 FIX: txs with many outputs/inputs are displayd correctly 2018-10-11 18:25:39 +01:00
Igor Korsakov
65be52ed3d
Development (#96)
* ADD: Wallet Details screen
* FIX: Fixed receive and send calls
* FIX: improve splash image and colors
* FIX: Modified Encrypted Storage prompt to avoid cancellation
* FIX: improved tx refresh strategy
* FIX: HDBread tx confirmations calculation
2018-10-09 00:25:36 -04:00
Overtorment
c16b6066a5 FIX: main call to action (closes #39) 2018-10-06 01:45:24 +01:00
Marcos Rodriguez Vélez
ed4381b59c
FIX: Lint fixes 2018-10-01 01:43:21 -04:00
Marcos Rodriguez Vélez
538a66e26b FIX: Made sure tx has confirmation value 2018-10-01 01:40:45 -04:00
Marcos Rodriguez Vélez
c35dd1e426 FIX: Fixed testing. 2018-10-01 01:24:34 -04:00
Marcos Rodriguez Vélez
ca365a5615
FIX: Transaction Confirmation is now accurate. 2018-10-01 00:00:32 -04:00