Commit graph

851 commits

Author SHA1 Message Date
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
Matias Pando
28d888b75f Set default ports automatically on Insight URLs 2014-10-15 18:16:57 -03:00
Matias Alejo Garcia
4741f12060 Merge pull request #1562 from matiaspando/error/cryptojs
Error/cryptojs
2014-10-11 17:13:48 -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
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
Ivan Socolsky
7173230d1a Removed subscription to 'inv' events 2014-10-07 15:46:05 -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
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
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
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
Ivan Socolsky
b15c620f0d When only 1 signature is required, broadcast at creation 2014-09-29 19:02:32 -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
86c8137da0 Removed whitespaces 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
Christopher Jeffrey
4ee99603f3 paypro: compensate for improperly implemented payment protocol servers. 2014-09-23 09:22:07 -07: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
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
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
Matias Alejo Garcia
e48e6e3fd5 fix karma tests 2014-09-19 11:37:28 -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
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