Commit graph

125 commits

Author SHA1 Message Date
Matias Alejo Garcia
f3f9ca3e33 addressbook \& tx working again 2014-11-25 15:12:42 -03:00
Matias Alejo Garcia
a7de2ababd rm networking on nonShared wallets 2014-11-25 15:12:41 -03:00
Matias Alejo Garcia
3310bb6677 refactor address book (remove signatures) 2014-11-25 15:12:41 -03:00
Matias Alejo Garcia
49cee79a6c paypro fetching working on creator and receiver 2014-11-25 15:12:41 -03:00
Matias Alejo Garcia
ae0dd40903 refactor PayPro tests 2014-11-25 15:12:41 -03:00
Matias Alejo Garcia
e9005c2ca0 wallet test passing 2014-11-25 15:12:41 -03:00
Matias Alejo Garcia
efb5b28c50 refactor PayPro at Wallet. Fetch working 2014-11-25 15:12:41 -03:00
Matias Alejo Garcia
ae94139236 test passing with new TxProposal checks 2014-11-25 15:12:41 -03:00
Matias Alejo Garcia
32f281fb82 add paypro checks 2014-11-25 15:12:41 -03:00
Ivan Socolsky
dcb561a2b0 fixed small bug in getPendingTxProposals 2014-11-21 10:57:40 -03:00
Ivan Socolsky
18deef115a using paginated version of insight-api addrs/txs 2014-11-20 18:05:54 -03:00
Matias Alejo Garcia
3a0a1a2f23 fix paypro broadcast. add merchant info 2014-11-20 02:06:59 -03:00
Matias Pando
05c8200749 Add error checking when importing a wallet from a corrupt file 2014-11-17 17:44:38 -03:00
Matias Pando
b9fd442ffd Fixes importing profile with a wallet that is not ready 2014-11-17 11:46:15 -03:00
Gustavo Maximiliano Cortez
6e06deeba6 Merge pull request #1812 from matiu/feature/updateIndexes
Feature/update indexes
2014-11-15 12:20:53 -03:00
Gustavo Maximiliano Cortez
15d7eb9e21 toggle address book entry digest error. 2014-11-15 03:39:36 -03:00
Matias Alejo Garcia
45e44fba19 refactor on import wallet controllers 2014-11-14 15:05:20 -03:00
Esteban Ordano
46fddba5cd performance: addressIsOwn piggybacking from addressToPath map on public key ring 2014-11-13 17:45:42 -03:00
Matias Alejo Garcia
d7d29c6ea7 fix subscribe 2014-11-13 15:21:19 -03:00
Matias Alejo Garcia
b5d502273d Merge pull request #1797 from isocolsky/pagination
return empty paginated list when the wallet contains no addresses
2014-11-13 10:46:37 -03:00
Matias Alejo Garcia
ff810a51cc Merge pull request #1787 from isocolsky/pagination
WIP Tx history & pagination changes
2014-11-13 08:09:54 -03:00
Matias Alejo Garcia
4c61c74706 fix subcribe 2014-11-12 18:32:18 -03:00
Ivan Socolsky
3fc8445d3e return empty paginated list when the wallet contains no addresses 2014-11-12 17:52:38 -03:00
Ivan Socolsky
9fdf06c28c assign addressTo and labelTo on outgoing txs only 2014-11-12 17:06:35 -03:00
Ivan Socolsky
abae8d43e4 fix case for empty tx list 2014-11-10 16:35:08 -03:00
Ivan Socolsky
04a0bff706 added pagination 2014-11-10 16:35:08 -03:00
Matias Alejo Garcia
53e0065b74 Merge pull request #1744 from eordano/performance/proposals
Fixes performance issue with txproposals
2014-11-10 16:20:39 -03:00
Esteban Ordano
df12c5964c Fixes performance issue with txproposals 2014-11-07 17:59:34 -03:00
Matias Pando
73088bca2b Fixed import profile and wallets 2014-11-07 17:35:51 -03:00
Gustavo Maximiliano Cortez
431a66eeb2 Refresh list of pending transactions proposals after any events 2014-11-07 13:03:34 -03:00
Ivan Socolsky
b8a708c863 fixed whenAvailable() 2014-11-07 11:19:21 -03:00
Ivan Socolsky
0db8c1008b made wallet#sign synchronous 2014-11-06 14:53:09 -03:00
Gustavo Maximiliano Cortez
2122ccff43 fix addresses to string. fix layout of receive 2014-11-05 17:33:00 -03:00
Matias Pando
b086cff940 Replaced a call to a function for a variable 2014-11-04 12:13:09 -03:00
Matias Alejo Garcia
7a610c1b5b fix type 2014-11-03 17:44:24 -03:00
Matias Alejo Garcia
4821567b1d inform the user of "too big" tx 2014-11-03 16:07:55 -03:00
Matias Alejo Garcia
1f9b9c8dca variable fee for "send all funds" 2014-11-03 15:53:00 -03:00
Matias Alejo Garcia
8b4e866472 add amount param 2014-11-03 15:53:00 -03:00
Matias Alejo Garcia
abc5023107 add limits to TXs 2014-11-03 15:53:00 -03:00
Matias Alejo Garcia
22ef1bb3f3 fixes handling wrong txs 2014-11-03 15:53:00 -03:00
Matias Alejo Garcia
0567714628 mv filter to Insight 2014-11-03 15:52:59 -03:00
Matias Alejo Garcia
78b84fc466 filter unspent 2014-11-03 15:52:59 -03:00
Matias Alejo Garcia
a778cc71a1 add console.log to utxos 2014-11-03 15:52:59 -03:00
Matias Alejo Garcia
c6c6b459b6 . 2014-11-03 15:52:59 -03:00
Matias Alejo Garcia
2564cb22d7 . 2014-11-03 15:52:59 -03:00
Matias Alejo Garcia
6e45aca517 fix logs 2014-10-31 18:17:44 -03:00
Matias Alejo Garcia
96c8867762 clean logs and remove unnecesary code 2014-10-31 18:14:14 -03:00
Ivan Socolsky
b28a600d36 Merge pull request #1645 from matiu/bug/sycing
Bug/sycing
2014-10-31 17:31:07 -03:00
Ivan Socolsky
a685fd77f1 fixed paypro 2014-10-31 16:10:11 -03:00
Matias Alejo Garcia
5adc4fd5d2 add debounce 2014-10-31 15:54:22 -03:00