Commit graph

1,025 commits

Author SHA1 Message Date
Matias Alejo Garcia
e68435ca42 Merge pull request #1804 from isocolsky/bulk
Pointing to new Insight api for retrieving txs
2014-11-14 12:44:23 -03:00
Esteban Ordano
46fddba5cd performance: addressIsOwn piggybacking from addressToPath map on public key ring 2014-11-13 17:45:42 -03:00
Ivan Socolsky
9c1a285d98 pointing to new Insight api for retrieving txs 2014-11-13 16:32:26 -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
376ee5359b fix karma test. rm unused code 2014-11-12 21:59:58 -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
Esteban Ordano
87facad839 Cache addressesInfo 2014-11-12 16:27:31 -03:00
Matias Alejo Garcia
b15679c08c fix import wallets and profile form 0.7.2 2014-11-11 15:14:54 -03:00
Matias Alejo Garcia
e614b375e7 fixing import wallet 2014-11-11 14:51:10 -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
Matias Pando
528ae22413 kdf is not needed 2014-11-07 17:35:51 -03:00
Matias Pando
0c741814f3 Removed console errors 2014-11-07 17:35:51 -03:00
Matias Pando
16c3d66f33 Import profile 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
49ea9d8c3d removed from wallet model 2014-11-07 11:21:12 -03:00
Ivan Socolsky
505951a0b1 replaced old rate service as angular controller 2014-11-07 11:19:21 -03:00
Ivan Socolsky
b8a708c863 fixed whenAvailable() 2014-11-07 11:19:21 -03:00
Ivan Socolsky
015af22638 added rate services to wallet 2014-11-07 11:19:21 -03:00
Ivan Socolsky
476f6395e5 rate service + tests 2014-11-07 11:18:38 -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
01e8562b43 fix async loop 2014-11-01 09:42:56 -03:00
Matias Alejo Garcia
bd26b23fad Merge pull request #1666 from matiu/bug/more-sync-fixes
Bug/more sync fixes
2014-10-31 20:04:17 -03:00
Matias Alejo Garcia
7578758e17 . 2014-10-31 18:56:11 -03:00
Matias Alejo Garcia
a2465eca74 store 2014-10-31 18:53:50 -03:00
Matias Alejo Garcia
ea6a2fbc25 Merge pull request #1665 from eordano/fix/FailIfProfileExists
Fail if profile already exists
2014-10-31 18:20:43 -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
Esteban Ordano
5a8c93284b Fail if profile already exists 2014-10-31 18:13:52 -03:00
Matias Alejo Garcia
97882f8e3b rm unnecessary save 2014-10-31 17:57:56 -03:00