Commit Graph

1461 Commits

Author SHA1 Message Date
Matias Pando 462e6788bc . 2014-09-23 17:25:20 -03:00
Matias Pando a3691c02a5 Only shows addresses after updating balance 2014-09-23 17:25:20 -03:00
Matias Pando 86c8137da0 Removed whitespaces 2014-09-23 17:25:20 -03:00
Matias Pando ce976a1b42 Rebased 2014-09-23 17:25:20 -03:00
Matias Pando 12adaa64d2 Fixes show all/show less button on address list 2014-09-23 17:25:20 -03:00
Matias Pando 06c83a8aba Move files to /model 2014-09-23 15:44:11 -03:00
Matias Alejo Garcia 97af7c2fbc Merge pull request #1410 from chjj/fix_paypro_sent
paypro: fix signature error. fix merchant_data. see #1409.
2014-09-23 15:22:23 -03:00
Christopher Jeffrey 4ee99603f3 paypro: compensate for improperly implemented payment protocol servers. 2014-09-23 09:22:07 -07:00
Esteban Ordano 59c9553a4e Fixes test on rateService: github issue #1457 2014-09-22 20:15:41 -03:00
Christopher Jeffrey 10b946bd86 paypro: fix error passing to abide by new flow. see #1410. 2014-09-22 15:14:04 -07:00
Christopher Jeffrey f3ed336278 paypro: minor fix to createPaymentTx callback. 2014-09-22 14:43:40 -07:00
Christopher Jeffrey efdf8c902a paypro: fix invalid signature error. 2014-09-22 14:43:40 -07:00
Christopher Jeffrey 5c9bb4982d paypro: fix signature error. fix merchant_data. see #1409. 2014-09-22 14:43:40 -07:00
Matias Alejo Garcia 1517951e0c Merge pull request #1438 from cmgustavo/bug/join-input
Invalidate bitcoin addresses on the input field of join a wallet
2014-09-22 09:59:00 -03:00
Matias Alejo Garcia 5e4593d93e Merge pull request #1437 from isocolsky/fix/reconnect
On reconnect do not redirect to 'receive' tab
2014-09-22 09:58:13 -03:00
Manuel Aráoz 3a79f039cd Merge pull request #1307 from matiu/feature/drive
Feature/ Async storage + Google Drive example
2014-09-22 09:57:49 -03:00
Matias Alejo Garcia 2da79f9ce4 Merge pull request #1436 from cmgustavo/bug/connection-error
Added "network error" message when joining a wallet
2014-09-22 09:57:16 -03:00
Matias Alejo Garcia fb18487b4f Merge pull request #1428 from isocolsky/ux/conversion_rate
Ux/conversion rate
2014-09-22 09:54:36 -03:00
Matias Alejo Garcia 9a38828b85 Merge pull request #1427 from isocolsky/fix/notification
Removed 'funds received' notification for change addresses
2014-09-22 09:51:30 -03:00
Matias Alejo Garcia 3f37509b86 no log on services 2014-09-22 09:35:41 -03:00
Matias Alejo Garcia 6a4409ad85 use logging system 2014-09-20 07:36:05 -03:00
Matias Alejo Garcia 810ce0bf5d small refactor 2014-09-19 15:26:57 -03:00
Matias Alejo Garcia 4b56e06472 fix async getName calls 2014-09-19 15:00:38 -03:00
Gustavo Maximiliano Cortez 06a01fb48d Invalidate bitcoin addresses on the input field of join a wallet. 2014-09-19 12:13:09 -03:00
Matias Alejo Garcia e48e6e3fd5 fix karma tests 2014-09-19 11:37:28 -03:00
Ivan Socolsky dadf8396f5 On reconnect do not redirect to 'receive' tab 2014-09-19 11:34:13 -03:00
Gustavo Maximiliano Cortez 4989685cb5 Added network error message when joining a wallet 2014-09-19 11:15:45 -03:00
Matias Alejo Garcia 4bf7bbe73f defaults to localStorage 2014-09-18 19:34:27 -03:00
Matias Alejo Garcia 409cef4d4b fix interfase and loggin 2014-09-18 19:20:00 -03:00
Matias Alejo Garcia 238d36c0a7 fix pubkey param. add test 2014-09-18 18:29:00 -03:00
Matias Alejo Garcia 9bfc0dd193 revert to setPassphrase 2014-09-18 16:38:18 -03:00
Matias Alejo Garcia 56a7a7b5c5 rename setPassphrase 2014-09-18 16:15:23 -03:00
Ivan Socolsky 6b891418d3 Added conversion rate to send controller 2014-09-18 11:07:07 -03:00
Ivan Socolsky e0263cf594 Removed 'funds received' notification for change addresses 2014-09-17 17:39:53 -03:00
Matias Alejo Garcia c7378c90ec karma passing again! 2014-09-17 13:03:12 -03:00
Matias Alejo Garcia 1ab7a4f8e8 fix walletlock tests 2014-09-17 12:10:26 -03:00
Matias Alejo Garcia 8bc1eb15e4 burn in hell fake storage 2014-09-17 09:42:23 -03:00
Gustavo Maximiliano Cortez 9f821dcf19 removed default language ISO code below Copay logo 2014-09-17 09:36:15 -03:00
Gustavo Maximiliano Cortez 4a91729121 added translation attribute to controllers files. 2014-09-17 09:26:28 -03:00
Gustavo Maximiliano Cortez 205cd39599 Fix typos and translated message 2014-09-17 09:26:28 -03:00
Matias Alejo Garcia e2af5ac782 Merge pull request #1418 from matiaspando/test/addingCoverage
Test added on Wallet.js
2014-09-17 06:30:46 -03:00
Matias Alejo Garcia 912c57eee4 Merge pull request #1400 from cmgustavo/antifeature/forcenetwork
Remove forceNetwork
2014-09-17 05:38:18 -03:00
Matias Pando a316d04474 Test added 2014-09-16 15:58:23 -03:00
Christopher Jeffrey aa5e90786b paypro: fix - check for merchant_data existence. 2014-09-15 16:39:30 -07:00
Christopher Jeffrey 20bc1ecbb5 paypro: fix $root.merchant clearing on tab change. see #1406 - gustavo's comment. 2014-09-15 15:49:52 -07:00
Matias Alejo Garcia 7f17918ed9 fix storage set 2014-09-15 18:19:12 -03:00
Matias Alejo Garcia 415861df29 all test passing, after rebasing 2014-09-15 17:45:06 -03:00
Matias Alejo Garcia 2562490b4d rm comment 2014-09-15 16:16:02 -03:00
Matias Alejo Garcia 52a8423df9 trying to fix tests 2014-09-15 16:11:26 -03:00
Christopher Jeffrey 03c3eefd0d paypro: fix xhr error messages. remove comments. 2014-09-15 11:43:39 -07:00