Commit Graph

152 Commits

Author SHA1 Message Date
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
Matias Alejo Garcia b3e42cb427 fix docs 2014-10-31 15:54:22 -03:00
Matias Alejo Garcia f39588e295 rm console.log 2014-10-31 15:54:22 -03:00
Matias Alejo Garcia b49661ebd8 split ts, better syncing 2014-10-31 15:54:22 -03:00
Ivan Socolsky 3e6408e58c removed console.log 2014-10-31 11:23:31 -03:00
Gustavo Maximiliano Cortez 950a89727b removed transaction proposals from history. Just list transactions sent 2014-10-30 21:32:49 -03:00
Matias Alejo Garcia 4afcad4601 Merge pull request #1613 from bechi/bugs/ui-07
Bugs/ui 07
2014-10-30 17:48:44 -03:00
Matias Alejo Garcia 6edaf9f1a4 Merge pull request #1612 from isocolsky/fixes
Correctly assign sentTxid when proposal is broadcasted
2014-10-30 17:39:40 -03:00
bechi 11ab17ec94 Merge branch 'master' into bugs/ui-07 2014-10-30 16:56:26 -03:00
Ivan Socolsky 05e836424a correctly assign sentTxid when proposal is broadcasted 2014-10-30 16:47:01 -03:00
bechi 24ea10c36c history section 2014-10-30 16:46:39 -03:00
Gustavo Maximiliano Cortez 965d3e1d96 Import Old wallets from localStorage 2014-10-30 16:13:56 -03:00
Gustavo Maximiliano Cortez 35eed69cc2 Merge pull request #1599 from matiaspando/feature/functionDeleted
function deleted
2014-10-30 10:27:17 -03:00
Matias Alejo Garcia 02ab30610f Merge pull request #1598 from cmgustavo/feature/identity-compat01
Display a message for users whose have wallet:: but not profile::
2014-10-30 10:00:32 -03:00
Matias Pando a29585a826 function deleted 2014-10-30 09:51:42 -03:00
Gustavo Maximiliano Cortez 2c07ad6dd7 Display a message for users whose have wallet:: but not profile:: 2014-10-29 16:21:44 -03:00
Matias Pando 31cab73193 adding message publicKeyRingUpdated 2014-10-29 14:59:28 -03:00
Esteban Ordano 02b243e9d4 Add address sanitizer to proposal creation 2014-10-29 13:37:21 -03:00
Ivan Socolsky d5b04d7ad8 removed backup step in wallet creation 2014-10-28 15:48:00 -03:00
Esteban Ordano 35bab383b0 Fixes import & export with new encryption 2014-10-28 15:01:34 -03:00
Esteban Ordano 1b0f6836dc Create a Compatibility namespace 2014-10-28 15:00:57 -03:00
Ivan Socolsky e60a34cdad added sentTs and minedTs to tx history 2014-10-27 16:56:37 -03:00
Matias Alejo Garcia 47e958277a fix mocha test in Wallet & Identity 2014-10-27 13:13:27 -03:00
Esteban Ordano 88459c74bb Remove underscore for lodash 2014-10-25 21:14:59 -03:00
Esteban Ordano 24c927a93a Remove WalletLock and Storage tests 2014-10-25 21:14:59 -03:00
Esteban Ordano 61b677498b Remove Storage and Profile, Move folders, add EncryptedInsightStorage 2014-10-25 21:14:59 -03:00
Matias Alejo Garcia 567cb8c713 remove storage from Wallet 2014-10-24 10:51:39 -03:00
Matias Alejo Garcia a40a1bc261 remove storage from Identity 2014-10-24 10:51:39 -03:00
Ivan Socolsky ccb138f605 show label and comment in view 2014-10-24 10:51:38 -03:00
Ivan Socolsky d44b56d564 added comment from proposal if available 2014-10-24 10:51:38 -03:00
Ivan Socolsky b6f5b342f2 retrieving label from address book 2014-10-24 10:51:38 -03:00
Ivan Socolsky 6e2ade54bc differentiate change addresses from regular addresses 2014-10-24 10:51:38 -03:00
Ivan Socolsky de5772112f add tests 2014-10-24 10:51:38 -03:00
Ivan Socolsky 797da92d90 added get transaction history method 2014-10-24 10:51:38 -03:00
Matias Alejo Garcia 39e85396db WIP test 2014-10-24 10:51:36 -03:00
Matias Alejo Garcia e109550d9b add onlyKey opts to storage #getFirst 2014-10-24 10:51:36 -03:00
Matias Alejo Garcia 7a463c9a9d wallet and profile backup working on the UX 2014-10-24 10:51:35 -03:00
Ivan Socolsky e3107c85ac fix delete wallet 2014-10-24 10:51:07 -03:00
Matias Alejo Garcia 95e8a22c54 enhacements on notifications and balance updates 2014-10-24 10:51:07 -03:00
Matias Alejo Garcia b391344daf fix join flow 2014-10-24 10:51:07 -03:00
Ivan Socolsky b3c1447376 Store secret number 2014-10-24 10:51:06 -03:00
Matias Alejo Garcia 29bbfa184c add warning for old wallets 2014-10-24 10:51:06 -03:00
Matias Alejo Garcia dd0dc9c6ad add warning for old wallets 2014-10-24 10:51:06 -03:00
Matias Alejo Garcia bdaf40de48 add redirs to internal pages 2014-10-24 10:51:06 -03:00
Matias Alejo Garcia b5f05118c7 update models tests to new API 2014-10-24 10:51:06 -03:00
Gustavo Maximiliano Cortez 006bf4c1fa fix join 2014-10-24 10:51:06 -03:00
Matias Alejo Garcia 0b7e9be611 controllers refactor to handle identities 2014-10-24 10:51:05 -03:00
Matias Alejo Garcia 622c3da68c add wallet.id to debug logs 2014-10-24 10:51:05 -03:00
Matias Alejo Garcia 923a0bb975 default long polling in socket.io (in config.js) 2014-10-24 10:51:05 -03:00
Matias Alejo Garcia a70fd64442 add polling as default transport in socket.io 2014-10-24 10:51:05 -03:00
Matias Alejo Garcia ac491d10b0 switch between wallets in profile working 2014-10-24 10:51:05 -03:00
Matias Alejo Garcia ff44897922 create new wallet from within a profile working 2014-10-24 10:51:05 -03:00
Matias Alejo Garcia 92f1bacf82 login working on the UX 2014-10-24 10:51:05 -03:00
Matias Alejo Garcia 7a2906c8d1 create profile working! 2014-10-24 10:51:05 -03:00
Matias Alejo Garcia 70d306242e refactors to UX 2014-10-24 10:51:04 -03:00
Matias Alejo Garcia c9a4046759 refactor Profile 2014-10-24 10:51:04 -03:00
Matias Alejo Garcia 4c582384b0 mv #read to wallet 2014-10-24 10:51:04 -03:00
Matias Alejo Garcia 1dd906afcd add sinon for fromObj 2014-10-24 10:51:04 -03:00
Matias Alejo Garcia cbc46f5345 obtainNetworkName to wallet 2014-10-24 10:51:04 -03:00
Matias Alejo Garcia abf74695b6 mv wallet test from walletfactory to wallet 2014-10-24 10:51:04 -03:00
Matias Alejo Garcia 77a01370cb add overwrite param to #store 2014-10-24 10:51:04 -03:00
Matias Alejo Garcia 691951a86a refactor key handing in storage (part 1) 2014-10-24 10:51:03 -03:00
Matias Pando 02b85870df Merge pull request #1550 from cmgustavo/bug/10-amount
Bug/Invalid-amount
2014-10-09 13:15:32 -03:00
Ivan Socolsky 9d5b26f526 Preserve sent timestamp for incoming proposals 2014-10-09 11:24:09 -03:00
Gustavo Maximiliano Cortez d8c3f9451d Catch error when TransactionBuilder 2014-10-06 20:13:57 -03:00
Ivan Socolsky 19ffe32306 Renamed copayer pair constant 2014-10-06 10:40:16 -03:00
Ivan Socolsky 33e115d0c2 Refactored copayers selection on create form 2014-10-06 10:40:16 -03:00
Matias Alejo Garcia ffe90f2ecc add secret to adv options in #more 2014-10-04 11:36:22 -03:00
Gustavo Maximiliano Cortez 90c01ae384 Merge pull request #1497 from isocolsky/fea/no_broadcast
When only 1 signature is required, broadcast at creation
2014-10-02 11:09:56 -03:00
Matias Alejo Garcia 1c7c5b39ff fix txid response 2014-10-01 12:48:41 -03:00
Ivan Socolsky 645734f139 Fixed actions on txProposal event 2014-10-01 09:42:00 -03:00
Ivan Socolsky 2c53bc073e Improved tests 2014-10-01 09:42:00 -03:00
Ivan Socolsky b15c620f0d When only 1 signature is required, broadcast at creation 2014-09-29 19:02:32 -03:00
Matias Pando 06c83a8aba Move files to /model 2014-09-23 15:44:11 -03:00