Commit Graph

1368 Commits

Author SHA1 Message Date
Manuel Araoz e389a3f82c replace flashmessage for notifications 2014-06-26 18:57:03 -03:00
Matias Alejo Garcia d4805b925d SSL and livenet config by default 2014-06-26 18:47:27 -03:00
Ryan X. Charles c0b95a5879 fix encoding mistake - payload should be buffer-like 2014-06-26 14:26:58 -07:00
Ryan X. Charles 08a741d880 confirm peerId matches claimed pubkey to prevent MITM attacks 2014-06-26 13:58:45 -07:00
Gustavo Cortez f94292e49d Test for the new filter 2014-06-26 16:38:09 -03:00
Gustavo Cortez 5f99554478 New Angular filter for correct the formatting issue of the currency value 2014-06-26 16:11:40 -03:00
Matias Alejo Garcia bdfac63f1a Update CHANGES.md 2014-06-26 16:03:10 -03:00
Gustavo Maximiliano Cortez dff3c9c479 Merge pull request #755 from yemel/feature/importing-feedback
Add feedback while importing wallet
2014-06-26 15:51:28 -03:00
Gustavo Maximiliano Cortez 625fe74a5a Merge pull request #756 from maraoz/feature/continue-and-backup
Add continue and backup button to intermediate screen
2014-06-26 15:38:20 -03:00
Matias Alejo Garcia 7dc215fd16 Merge pull request #764 from gabegattis/patch-2
fix typos. thanks!
2014-06-26 14:28:11 -03:00
gabegattis b89d0e6278 fix typos 2014-06-26 13:21:53 -04:00
Matias Alejo Garcia e57f1aa04b Update CHANGES.md 2014-06-26 13:27:07 -03:00
Matias Alejo Garcia 9f8ec70d0c Update CHANGES.md 2014-06-26 13:25:46 -03:00
Ryan X. Charles 543c42a6a8 add authentication via new Message core class 2014-06-26 08:50:39 -07:00
Manuel Araoz 8ef0d565ab fix import backup request 2014-06-26 12:33:14 -03:00
Yemel Jardi 80499af194 fix error and improve performance 2014-06-26 11:16:54 -03:00
Manuel Araoz 380503f97f add tests 2014-06-26 10:16:28 -03:00
Manuel Araoz 1639b796cf intermediate screen backup 2014-06-26 10:16:28 -03:00
Yemel Jardi a5a30c3ba5 Add wallet factory tests 2014-06-26 10:08:40 -03:00
Gustavo Maximiliano Cortez a1fe7b3d7d Merge pull request #754 from ryanxcharles/bug/fix-insight-mocha-browser
fix exception in insight mocha browser tests
2014-06-26 09:58:27 -03:00
Matias Alejo Garcia 590b614f1e Create CHANGES.md 2014-06-25 22:28:53 -03:00
Gustavo Cortez e330da0b9b Fixed test and new test entry for new method 2014-06-25 19:11:50 -03:00
Gustavo Cortez 2de90d093e Fixes:
* Copy available funds to input (amount) on Chrome browser.
* Improve style of topAvailable button.
* Show valid message immediately after copy.
* Hide link if not have funds
2014-06-25 18:54:08 -03:00
Gustavo Cortez c669fc2d17 More tests for amounts validation 2014-06-25 17:10:00 -03:00
Yemel Jardi db59a1bd36 reduce the chance of a test failure 2014-06-25 16:17:34 -03:00
Yemel Jardi 96cbf8ad7b Add feedback while importing wallet 2014-06-25 15:58:55 -03:00
Gustavo Cortez f379ee95c0 Fixes: number variables forced to be a Number type. 2014-06-25 15:44:19 -03:00
Gustavo Cortez b221bb16d4 Minor fixes:
* min value allowed on input (was 1, now is 0.0001)
* Number filter with 4 decimals
2014-06-25 15:24:11 -03:00
Ryan X. Charles a5e7b54d19 Merge pull request #753 from yemel/performance/index-discovery-test
Small test refactor for performance
2014-06-25 10:54:53 -07:00
Ryan X. Charles 537755e888 fix exception in insight mocha browser tests
The Insight tests were actually broken and not running due to trying to access
the nonexistent process variable. The proper way to check for this is to see if
its type is undefined before trying to access it.
2014-06-25 10:03:58 -07:00
Yemel Jardi e95bb8e580 performance improvement 2014-06-25 13:06:25 -03:00
Gustavo Maximiliano Cortez 7e3477d03f Merge pull request #752 from matiu/bug/balance-update
fix address event subscription
2014-06-25 11:45:30 -03:00
Gustavo Maximiliano Cortez 8a8614fe5b Merge pull request #742 from yemel/feature/better-off-alone
Review copay features for 1-of-1
2014-06-25 11:34:51 -03:00
Matias Alejo Garcia ee2b7fbdad Merge pull request #740 from maraoz/ref/preconditions/structure
mocha / karma / browser passed.
2014-06-25 11:29:25 -03:00
Yemel Jardi ccabcc3740 Remove update function 2014-06-25 11:28:40 -03:00
Matias Alejo Garcia 792f48b2ea fix address event subscription 2014-06-25 11:12:38 -03:00
Manuel Araoz 2bf8ac912f add preconditions to Structure.js 2014-06-25 11:10:11 -03:00
Matias Alejo Garcia 88e6ea9f40 Merge pull request #748 from ryanxcharles/feature/speed-up-wallet-tests
speed up wallet tests by three times
2014-06-25 10:09:58 -03:00
Yemel Jardi 139f6f8e18 Merge pull request #739 from maraoz/optimize/redeemscriptmap
optimize redeemscript map generation
2014-06-25 09:58:25 -03:00
Ryan X. Charles fe25fa3ad8 speed up wallet tests by caching wallet creation 2014-06-24 17:48:05 -07:00
Matias Alejo Garcia bd75a01136 Merge pull request #747 from ryanxcharles/bug/console-log-in-test
remove console.log in test
2014-06-24 21:09:09 -03:00
Ryan X. Charles cce602b4fb remove console.log in test 2014-06-24 15:51:42 -07:00
Manuel Araoz 7629ebe5d7 add tests for Structurewq 2014-06-24 17:08:53 -03:00
Manuel Araoz 326384cd4b optimize redeemscript map generation 2014-06-24 17:08:53 -03:00
Yemel Jardi 7d8d89ab38 Review copay features for 1-of-1 2014-06-24 15:54:10 -03:00
Gustavo Maximiliano Cortez 53e0371b7f Merge pull request #738 from matiu/bug/unitname
Bug/unitname
2014-06-24 15:04:42 -03:00
Matias Alejo Garcia 6b7b00769d add tests 2014-06-24 13:18:13 -03:00
Matias Alejo Garcia f1257d054c fix conflicts 2014-06-24 13:02:25 -03:00
Matias Alejo Garcia 6da7e4aa2a Merge pull request #737 from ryanxcharles/js-beautify-everything
run js-beautify on everything
2014-06-24 13:00:34 -03:00
Matias Alejo Garcia 1abf1dc90d small refactor on rootScope 2014-06-24 12:57:15 -03:00