Commit Graph

1336 Commits

Author SHA1 Message Date
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
Christopher Jeffrey 49d362a238 paypro: improve PaymentRequest verification using the latest bitcore. 2014-09-08 17:00:38 -07:00
Christopher Jeffrey 4ce1c113e5 Revert "paypro: temporarily disable, with comments."
This reverts commit b6fa32dcfa.
2014-09-08 17:00:38 -07:00
Ivan Socolsky 9ee04fe45f Fixed 'Use all funds' link for amounts below fee 2014-09-08 17:35:55 -03:00
Matias Alejo Garcia 65e054c247 hide QR scanner if not supported 2014-09-08 17:07:43 -03:00
Matias Alejo Garcia 1ec279cd83 remove copy & paste button if not flash 2014-09-08 16:47:10 -03:00
Ivan Socolsky cef93325f4 Catch error when creating new TXP 2014-09-08 16:37:33 -03:00
Ivan Socolsky 152ab7aa44 Refactored Wallet#createTx 2014-09-08 15:50:20 -03:00
Matias Alejo Garcia a0eded69af Merge pull request #1300 from cmgustavo/feature/multilanguage-support
Feature/multilanguage support
2014-09-08 15:48:34 -03:00
Matias Alejo Garcia 906c964116 Merge pull request #1273 from yemel/mobile/cordova
Mobile - Cordova + IOS
2014-09-08 15:18:07 -03:00
Gustavo Maximiliano Cortez 550d82cacd rebased 2014-09-08 15:15:57 -03:00
Matias Alejo Garcia b15ddf23c4 Merge pull request #1299 from matiaspando/error/fixLostMessages
Subscribe again to receive messages
2014-09-08 15:13:17 -03:00