Commit Graph

1747 Commits

Author SHA1 Message Date
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 74129a6923 mv Passphrase logic to Storage 2014-10-24 10:51:04 -03:00
Matias Alejo Garcia 70d306242e refactors to UX 2014-10-24 10:51:04 -03:00
Matias Alejo Garcia 508a8bfc3c one wallet by default 2014-10-24 10:51:04 -03:00
Matias Alejo Garcia 606ea0668c refactor iden #create 2014-10-24 10:51:04 -03:00
Matias Alejo Garcia 3e968129de migrate wallet compat test to wallet :D :D :D 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 1ff109b5e5 complete API in profile 2014-10-24 10:51:04 -03:00
Matias Alejo Garcia 7abdc77611 add #addWallet to profile 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 0afc5f2c0c test for new Iden functions 2014-10-24 10:51:03 -03:00
Matias Alejo Garcia 591c8c84b6 skip compat tests in Identity 2014-10-24 10:51:03 -03:00
Matias Alejo Garcia d7b7633fef skip compat tests in Identity 2014-10-24 10:51:03 -03:00
Matias Alejo Garcia 028a300012 rm storage.storage to storage.db 2014-10-24 10:51:03 -03:00
Matias Alejo Garcia c4c7dc8eb1 rm Identity#import 2014-10-24 10:51:03 -03:00
Matias Alejo Garcia 2bc1945309 refactor password param 2014-10-24 10:51:03 -03:00
Matias Alejo Garcia 8d53fa82ed add Profile model 2014-10-24 10:51:03 -03:00
Matias Alejo Garcia 691951a86a refactor key handing in storage (part 1) 2014-10-24 10:51:03 -03:00
Matias Alejo Garcia eb9ab115d7 rename walletFactory to identity. Test passing 2014-10-24 10:51:03 -03:00
Gustavo Maximiliano Cortez 6c0ff1aafc Fix text area without readonly to copy from iOS 2014-10-16 15:56:52 -03:00
Gustavo Maximiliano Cortez 74174f9775 Fix backup for iOS 2014-10-16 15:10:13 -03:00
Matias Pando 28d888b75f Set default ports automatically on Insight URLs 2014-10-15 18:16:57 -03:00
ssotomayor 2a2542f6d0 Fix for object clone (defaultConfig was being overwritten from the settings) 2014-10-14 18:47:39 -03:00
ssotomayor b25633eb70 Removed constants from app.js, now takes the values from config.js and makes the injectable. 2014-10-14 17:03:09 -03:00
ssotomayor 718fb8d861 Injects "defaults" const in controller 2014-10-14 15:35:46 -03:00
ssotomayor 152d4b1eb6 Add function showNetwork() 2014-10-14 15:33:52 -03:00
ssotomayor 8379f83c67 Fix for 1231, show insight-url when is not default. 2014-10-14 15:31:23 -03:00
Matias Alejo Garcia 4741f12060 Merge pull request #1562 from matiaspando/error/cryptojs
Error/cryptojs
2014-10-11 17:13:48 -03:00
Ivan Socolsky 1d546e5898 Merge pull request #1564 from cmgustavo/bug/01-redir
redid to / if browser is supported
2014-10-10 18:04:12 -03:00
Ivan Socolsky 599f049e3a Merge pull request #1560 from cmgustavo/feature/01-backup-plain-text
View plain text backup on Safari
2014-10-10 17:48:46 -03:00
Ivan Socolsky 99ab79e1bf Merge pull request #1554 from cmgustavo/bug/05-import
Bug/import-backup
2014-10-10 17:39:15 -03:00
Gustavo Maximiliano Cortez 473cc68cbc redid to / if browser is supported 2014-10-09 17:11:53 -03:00
Matias Alejo Garcia c7ace2f7bb Merge pull request #1556 from isocolsky/fix/corrupt_tx
Disabled cleanup of TXPs with spent utxos
2014-10-09 14:58:18 -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 807e7754a3 Refactored TxProposal#getSent & tests 2014-10-09 11:24:09 -03:00
Ivan Socolsky 7053c322c9 Only update TXs & balance once after changes to proposals 2014-10-09 11:24:09 -03:00
Ivan Socolsky 9d5b26f526 Preserve sent timestamp for incoming proposals 2014-10-09 11:24:09 -03:00
Matias Pando 1d68a69361 Changing CryptoJS to SJCL 2014-10-09 11:18:12 -03:00
Yemel Jardi d849df98c6 Fix payment uri handling 2014-10-09 10:58:59 -03:00
Gustavo Maximiliano Cortez 7beb2589d6 View plain text backup for Safari 2014-10-09 10:37:00 -03:00
Ivan Socolsky 9673016395 Disabled cleanup of TXPs with spent utxos 2014-10-08 12:06:33 -03:00
Gustavo Maximiliano Cortez e19185139e Import backup from a plain text only for iOS 2014-10-07 16:37:22 -03:00
Ivan Socolsky 7173230d1a Removed subscription to 'inv' events 2014-10-07 15:46:05 -03:00
Gustavo Maximiliano Cortez 259ce7c798 check amount with decimals 2014-10-07 12:39:16 -03:00
Gustavo Maximiliano Cortez d8c3f9451d Catch error when TransactionBuilder 2014-10-06 20:13:57 -03:00
Matias Alejo Garcia 7cd30f754b Merge pull request #1499 from cmgustavo/bug/01-angularjs-camera
Update form validation after qr-scan (join)
2014-10-06 19:34:40 -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 9940436ca9 fix networkname in special cases 2014-10-04 19:52:43 -03:00
Matias Alejo Garcia ffe90f2ecc add secret to adv options in #more 2014-10-04 11:36:22 -03:00
Matias Alejo Garcia 5d6b943ddd Merge pull request #1508 from chjj/fix_fetch_payment
lock form inputs during fetch. add fetch timeout. see bitpay/bitcore#518
2014-10-02 17:13:21 -03:00
ssotomayor afa754f3df Removes "isMobile" service from controller. 2014-10-02 13:55:30 -03:00
ssotomayor a0a4d43877 Removes mobile check. Adds QA bug reporting standard to Readme. 2014-10-02 13:51:56 -03:00
Manuel Aráoz 4f82c15f62 Merge pull request #1518 from ssotomayor/master
Hides backup button on mobile devices since the mobile browsers are not supporting downloading files, as they don't have access to the FS of the device.
2014-10-02 12:09:59 -03:00
ssotomayor c491430213 Backup will be disabled ONLY for iOS devices, as this ones don't have access to the device's FS. 2014-10-02 12:02:17 -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
ssotomayor 4da28da398 Removes unnecesary console.log 2014-10-01 15:44:25 -03:00
ssotomayor ce378ef09e Hides backup button on mobile devices since the mobile browsers are not supporting downloading files, as they don't have access to the FS of the device. 2014-10-01 15:34:24 -03:00
Matias Alejo Garcia 77f14bc846 ignore corrupted TX proposals when imported a backup 2014-10-01 12:48:41 -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
Christopher Jeffrey 313f7eaaae lock form inputs during fetch. add fetch timeout. see bitpay/bitcore#518. see #1508. 2014-09-30 11:41:55 -07:00
Gustavo Maximiliano Cortez 4b34dbba88 Update form validation after qr-scan (join) 2014-09-30 10:35:15 -03:00
Ivan Socolsky b15c620f0d When only 1 signature is required, broadcast at creation 2014-09-29 19:02:32 -03:00
Matias Alejo Garcia 3bc8e449c5 Merge pull request #1487 from matiaspando/error/minAmount
Added a validation for min amount
2014-09-29 12:10:18 -03:00
Matias Alejo Garcia 10e5d322a6 Merge pull request #1484 from isocolsky/ux/save_button
Removed save button in settings
2014-09-29 12:09:58 -03:00
Matias Alejo Garcia 7ca22c2904 Merge pull request #1470 from cmgustavo/feature/01-currency
Show alternative currency on the list of transactions
2014-09-29 12:09:37 -03:00
Ivan Socolsky 3f766ebf60 Added feedback when changing settings 2014-09-26 17:52:35 -03:00
Matias Pando c97d3f147a Added a validation for min amount 2014-09-26 11:23:59 -03:00
Yemel Jardi ef51227cda Bring mobile back to life 2014-09-26 11:09:56 -03:00
Gustavo Maximiliano Cortez 26148d1f76 simple test 2014-09-26 09:55:16 -03:00
Gustavo Maximiliano Cortez 8ef737083a Show alternative currency on the list of transactions 2014-09-26 09:55:16 -03:00
Ivan Socolsky cfa00590a6 Added lastOpened to list of all wallets 2014-09-25 09:01:12 -03:00
Matias Alejo Garcia be72a2b77a Merge pull request #1468 from isocolsky/ref/storage
Refactor wallet storage
2014-09-25 08:17:24 -03:00
Matias Alejo Garcia c360fbb926 Merge pull request #1460 from cmgustavo/bug/01-import
Trying to import a wallet with a wrong password
2014-09-25 07:51:23 -03:00
Ivan Socolsky 48c3633ece Wallets in both formats only get listed once 2014-09-24 09:39:17 -03:00
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
Ivan Socolsky 861c1882df Removed unused functions and refactored tests 2014-09-23 17:20:21 -03:00
Ivan Socolsky cd3f2b8b90 Added methods for storing/reading from sinlge key-value pair 2014-09-23 17:20:21 -03:00
Ivan Socolsky 0f37ea1929 Added Storage#readWallet and used this from WalletFactory 2014-09-23 17:20:20 -03:00
Gustavo Maximiliano Cortez 039f0ed461 Trying to import a wallet with a wrong password 2014-09-23 16:32:23 -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
Matias Alejo Garcia 64072f83bc rebased! 2014-09-15 14:25:09 -03:00
Matias Alejo Garcia 5cf4fe0b66 ALL TEST PASSING!!! 2014-09-15 14:23:02 -03:00
Matias Alejo Garcia ad22b24d83 more tests 2014-09-15 14:21:49 -03:00
Matias Alejo Garcia c3574ae57f refactor WalletFactory test to use sinon instead of mocks WIP 2014-09-15 14:18:10 -03:00
Matias Alejo Garcia 9f30c9ade5 fix more tests en wallet f 2014-09-15 14:17:52 -03:00
Matias Alejo Garcia f48898033f more tests fixes 2014-09-15 14:17:52 -03:00
Matias Alejo Garcia f1e6d6cfc6 fix walletLock test 2014-09-15 14:17:20 -03:00
Matias Alejo Garcia b3ed2a2ea8 start fixing tests 2014-09-15 14:17:20 -03:00
Matias Alejo Garcia e0db19a40a rebased 2014-09-15 14:17:20 -03:00
Matias Alejo Garcia 9ad326cd30 working! 2014-09-15 14:17:20 -03:00
Matias Alejo Garcia f2cc272f16 working! 2014-09-15 14:17:20 -03:00
Matias Alejo Garcia 6efa4f86de wallet listing working 2014-09-15 14:13:20 -03:00
Matias Alejo Garcia bbd762a1fe rm encrypted to storage 2014-09-15 14:08:42 -03:00
Matias Alejo Garcia b9881c1147 add LocalStorage plugin 2014-09-15 14:08:18 -03:00
Matias Alejo Garcia c0360e7beb plugin system v0 2014-09-15 14:07:43 -03:00
Matias Alejo Garcia 2849f773e2 change name to Encrypted 2014-09-15 14:07:43 -03:00
Matias Alejo Garcia 1ce3f82d0a add angular-load 2014-09-15 14:06:56 -03:00
Gustavo Maximiliano Cortez d4ec48aadd Merge pull request #1371 from matiaspando/error/informPasswordNotMatching
Error/inform password not matching
2014-09-15 11:06:16 -03:00
Gustavo Maximiliano Cortez d85fcbfe07 Remove forceNetwork 2014-09-15 10:16:40 -03:00
Esteban Ordano 027043bd6f JSDocs generated by grunt 2014-09-13 23:49:56 -03:00
Matias Pando a599251b39 Fixed 2014-09-13 09:24:20 -03:00
Matias Pando de43990882 Conflicts fixed 2014-09-13 09:20:21 -03:00
Matias Pando 0698c70cce Conflicts fixed 2014-09-12 14:56:19 -03:00
Matias Pando 873f854eb8 Skip avoid waiting for other copayers 2014-09-12 13:29:41 -03:00
Matias Pando b7373367a1 Skip avoid waiting for other copayers 2014-09-12 13:25:52 -03:00
Matias Pando 2b540264a5 Conflicts solved 2014-09-12 12:55:36 -03:00
Matias Pando ecea1a654d If the copayer upload a backup it does not wait for others 2014-09-12 12:55:36 -03:00
Matias Pando 84dbcb038a Fixed 2014-09-12 12:55:36 -03:00
Ivan Socolsky 8d7e420524 No copayer nickname on 1-1 wallets 2014-09-12 11:10:45 -03:00
Ivan Socolsky 81a73e6f2a resolved 2014-09-12 10:40:47 -03:00
Ivan Socolsky 1f83f85189 separated subscribeToAddresses from getAddressesInfo 2014-09-12 10:25:38 -03:00
Manuel Araoz fc793e558e settings: fix angular error on logout 2 2014-09-11 11:45:31 -07:00
Manuel Araoz 2f545239d5 settings: fix angular error on logout 2014-09-11 11:41:42 -07:00
Manuel Araoz 03e4b49bd0 settings: fix updateTx 2014-09-11 11:29:45 -07:00
Manuel Araoz 91d6ceefe3 settings: fix insight link to tx 2014-09-11 11:25:32 -07:00
Manuel Araoz c47318c728 settings: fix send in livenet 2014-09-11 11:19:19 -07:00
Manuel Araoz 63423d92ed settings: fix tests 2014-09-11 10:15:00 -07:00
Manuel Araoz 89c74aa6e4 settings: remove console.log 2014-09-11 09:29:35 -07:00
Manuel Araoz 3aa82c3e8a settings: indexof fix 2014-09-11 09:29:11 -07:00
Matias Pando e819073003 Conflicts solved 2014-09-11 10:28:56 -03:00
Matias Pando 63cffcc921 If the copayer upload a backup it does not wait for others 2014-09-11 10:24:22 -03:00
Matias Pando 7618488bc3 Fixed 2014-09-11 10:24:22 -03:00
Manuel Araoz f2f5179b0a settings: fix tests 6 2014-09-10 14:06:54 -07:00
Manuel Araoz d57e5e73e7 settings: fix tests 3 2014-09-10 14:01:10 -07:00
Manuel Araoz 28dff691fd settings: fix tests 2 2014-09-10 13:56:49 -07:00
Manuel Araoz 6152227668 settings: change Async.js opts 2014-09-10 13:44:55 -07:00
Manuel Araoz 997c061b1a settings: change Insight.js opts 2014-09-10 13:43:58 -07:00
Manuel Araoz 423348f5ec settings: simple insight config controller and view 2014-09-10 13:43:58 -07:00
Manuel Araoz 4cfe87490f settings: show wallet network on sidebar 2014-09-10 13:43:58 -07:00
Manuel Araoz 76f3b1c321 settings: maintain livenet and testnet simultainously 2014-09-10 13:43:58 -07:00
Manuel Araoz b2fb486839 settings: remove _checkNetwork in WalletFactory 2014-09-10 13:43:58 -07:00
Manuel Araoz 7159cdb712 settings: added test for new secret scheme 2014-09-10 13:43:58 -07:00
Manuel Araoz 520fd762ba settings: added network to wallet secret 2014-09-10 13:42:08 -07:00
Manuel Araoz fc1d098135 settings: start adding network config at create 2014-09-10 13:42:08 -07:00
Manuel Araoz 048664b4af fix some karma tests after rebase 2014-09-10 13:42:08 -07:00
Manuel Araoz 7a86b1edf3 fix typo 2014-09-10 13:42:08 -07:00
Manuel Araoz 2a976d2673 settings: fix angular test 4 2014-09-10 13:41:40 -07:00
Manuel Araoz 6bdeaadb94 settings: fix angular test 1 2014-09-10 13:40:20 -07:00
Manuel Araoz 296ddf3625 settings: fix test 3 2014-09-10 13:40:20 -07:00
Manuel Araoz 4dffcccf19 settings: works with 2-3 wallet 2014-09-10 13:39:22 -07:00
Manuel Araoz 3effa3d0b1 settings: it works 2014-09-10 13:39:22 -07:00
Manuel Araoz a048f8eed5 settings: fix references to alternativeIsoCode 2014-09-10 13:39:22 -07:00
Manuel Araoz 7c582f4bd5 settings: fix references to unitToSatoshi 2014-09-10 13:39:22 -07:00
Manuel Araoz 0fe4778637 settings: fix references to unitName 2014-09-10 13:39:21 -07:00
Manuel Araoz 53869531c2 settings: fix balance bug 2 2014-09-10 13:33:15 -07:00
Manuel Araoz 3691bd5ee0 settings: fix balance bug 2014-09-10 13:33:15 -07:00
Manuel Araoz e3afce6a9f settings: Insight.js refactor 3 2014-09-10 13:28:10 -07:00
Manuel Araoz 3e9328f951 settings: Insight.js refactor 2014-09-10 13:26:00 -07:00
Manuel Araoz c1d8103374 fix settings.js 2014-09-10 13:21:35 -07:00
Manuel Araoz c9cb2aae57 settings: small refactor 2014-09-10 13:19:27 -07:00
Manuel Araoz cff9f567bb settings: no settings model after all 2014-09-10 13:19:27 -07:00
Manuel Araoz f443843d49 settings: change old settings controller 2014-09-10 13:19:27 -07:00
Manuel Araoz f9a31ce9aa settings: nuke verbose 2 2014-09-10 13:19:27 -07:00
Manuel Araoz ecceb668e3 settings: nuke verbose 2014-09-10 13:19:27 -07:00
Manuel Araoz d2861d9c2a settings: create new model 2014-09-10 13:19:27 -07:00
Manuel Araoz 921cb8dd90 settings: refactor controllers 2014-09-10 13:19:27 -07:00
Manuel Araoz e992b976e0 settings: refactor views 2014-09-10 13:19:27 -07:00
Gustavo Maximiliano Cortez 6193824fb8 Merge pull request #1351 from isocolsky/fix/multiple_notifications
Only check for new version once
2014-09-10 16:02:39 -03:00
Ivan Socolsky 0962271633 only check for new version on first include 2014-09-10 15:39:36 -03:00
Ivan Socolsky baf92d4c1b resolved conflict 2014-09-10 15:09:11 -03:00
Matias Alejo Garcia 676863f192 Merge pull request #1329 from matiaspando/error/fullWallet
Adding full wallet message
2014-09-10 12:01:14 -03:00
Esteban Ordano 00774b62fd Revert "Delete BuilderMockV0"
This is a combination of 3 commits:
* Revertion of commit b39a683339.
* Revertion of commit 61aea8db3d.
* Revertion of commit 5f666aef66.
2014-09-10 10:02:57 -03:00
Matias Alejo Garcia 04dbbc0b45 add ts to p2p sync 2014-09-09 23:00:24 -03:00
Matias Alejo Garcia 3aca85e268 log fixes 2014-09-09 22:41:55 -03:00
Matias Alejo Garcia 489dc2ccff fix log 2014-09-09 22:33:31 -03:00
Matias Alejo Garcia d838a29d02 fix some wallet tests 2014-09-09 22:33:31 -03:00
Matias Alejo Garcia 74593fe778 fix signed message 2014-09-09 22:33:31 -03:00
Matias Alejo Garcia 45fd46e3bc fix reconnect to insight 2014-09-09 22:33:31 -03:00
Matias Alejo Garcia dd8fcaa1b1 refacor blockchain handlers 2014-09-09 22:33:30 -03:00
Matias Alejo Garcia 1c5b59a263 fix addr 2014-09-09 22:33:30 -03:00
Matias Alejo Garcia db5505b1e3 fix received 2014-09-09 22:33:30 -03:00
Matias Alejo Garcia 6944b9119b move blockchain event handles to wallet 2014-09-09 22:33:30 -03:00
Matias Alejo Garcia 7706a17416 fix typo 2014-09-09 22:31:29 -03:00
Matias Alejo Garcia b516e844a8 lazy connect 2014-09-09 22:31:29 -03:00
Matias Alejo Garcia fb05586c32 fix addr 2014-09-09 22:30:21 -03:00
Matias Alejo Garcia 255affe382 fix received 2014-09-09 22:30:21 -03:00
Matias Alejo Garcia b5b7acd5a4 move blockchain event handles to wallet 2014-09-09 22:30:21 -03:00
Matias Alejo Garcia bd78c758aa fix typo 2014-09-09 22:30:21 -03:00
Matias Alejo Garcia c45495eeff lazy connect 2014-09-09 22:30:21 -03:00
Ivan Socolsky 0917fcd7da Merge pull request #1328 from cmgustavo/ux/01-copayers
hide delete and backup wallets on the intermediate screen
2014-09-09 18:28:14 -03:00
Matias Pando ee9fbc6654 Adding full wallet message 2014-09-09 15:07:36 -03:00
Gustavo Maximiliano Cortez 022dec727e hide delete and backup wallets on the intermediate screen 2014-09-09 14:46:22 -03:00
Gustavo Maximiliano Cortez c9bc512227 Fix: copayers list 2014-09-09 12:59:27 -03:00
Gustavo Maximiliano Cortez 2bfa83a8e5 Fixes: delete wallet on the intermediate screen 2014-09-09 11:47:42 -03:00
Gustavo Maximiliano Cortez f811f91952 Merge pull request #1322 from matiu/builderOpts2
Builder opts2
2014-09-09 10:55:20 -03:00
Matias Alejo Garcia 7bcf35f6d0 fix no fore opts 2014-09-09 10:43:29 -03:00
Matias Alejo Garcia 740be93836 fix fee / feeSat opts 2014-09-09 10:43:13 -03:00
Gustavo Maximiliano Cortez ea91c603f9 Merge pull request #1315 from isocolsky/fix/insight_down
Catching errors when trying to create new TXP
2014-09-09 10:38:52 -03:00
Matias Alejo Garcia 765d3dd658 fix sighash opts + add tests 2014-09-09 08:42:32 -03:00
Matias Alejo Garcia f87030c6cb Merge pull request #1317 from isocolsky/fix/all_funds
Fixed 'Use all funds' link for amounts below fee
2014-09-09 07:37:15 -03:00
Christopher Jeffrey 125b8a807b test: fix Wallet test pertaining to null/0 fees. 2014-09-08 18:47:42 -07:00
Christopher Jeffrey 0a1fab8e2a paypro: fix failing paypro test. 2014-09-08 17:52:22 -07:00
Christopher Jeffrey 98db768924 paypro: fix tx broadcasting with domains as paypro addresses. 2014-09-08 17:36:47 -07:00
Christopher Jeffrey 953ff985d8 paypro: implement short merchant names in address box and side box. 2014-09-08 17:07:21 -07:00