Commit graph

309 commits

Author SHA1 Message Date
Ryan X. Charles
ed0ced1971 Merge pull request #760 from yemel/fix/test-changes
improve performance at rounding error tests
2014-06-26 15:18:00 -07:00
Manuel Araoz
5e12523338 fix signin and add tests 2014-06-26 19:00:04 -03:00
Manuel Araoz
8d3d35ff83 fix setup, add test 2014-06-26 18:59:35 -03:00
Manuel Araoz
4c5d3883e1 fix import and send, and add test 2014-06-26 18:57:03 -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 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
Ryan X. Charles
543c42a6a8 add authentication via new Message core class 2014-06-26 08:50:39 -07: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
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
Gustavo Cortez
e330da0b9b Fixed test and new test entry for new method 2014-06-25 19:11:50 -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
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
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
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
Matias Alejo Garcia
6b7b00769d add tests 2014-06-24 13:18:13 -03:00
Ryan X. Charles
ea2e2d4e19 run js-beautify on everything
...with two spaces. Command: js-beautify -s 2 -r [filename]
2014-06-24 08:36:32 -07:00
Gustavo Maximiliano Cortez
da445e7c69 Merge pull request #730 from yemel/fix/new-address-on-payment
Change default address list
2014-06-24 12:00:12 -03:00
Yemel Jardi
f1faa96510 Add filter test 2014-06-24 11:41:22 -03:00
Ryan X. Charles
b64449ae09 Merge pull request #721 from maraoz/feature/autotop-send
send all available balance button
2014-06-24 07:34:06 -07:00
Ryan X. Charles
e0ed8044a7 Merge pull request #734 from cmgustavo/feature/wallet-creation
Feature/wallet creation
2014-06-24 07:19:59 -07:00
Gustavo Maximiliano Cortez
621dcc1d09 Merge pull request #733 from yemel/feature/display-address-label
Add directive to render address from the book with a tooltip
2014-06-24 10:53:40 -03:00
Ryan X. Charles
8657e39dd7 wrap getNumber test in another describe 2014-06-23 16:31:17 -07:00
Gustavo Cortez
ac83477a88 Test for getNumber function. 2014-06-23 19:45:04 -03:00
Ryan X. Charles
0d54875bf2 Merge pull request #712 from maraoz/txp/protocol/security2
Improve tx proposal protocol security
2014-06-23 15:18:56 -07:00
Yemel Jardi
099a282fb9 Add directive to render address from the book with a tooltip 2014-06-23 17:34:54 -03:00
Manuel Araoz
83ecbcee2b add test 2014-06-23 15:12:18 -03:00
Manuel Araoz
e09b1e4fdc trying to fix tests 2014-06-23 15:06:12 -03:00
Yemel Jardi
970a6f3d37 Add tests for block events at Socket service 2014-06-23 15:05:06 -03:00
Yemel Jardi
26c829f6de Add validation and tests for spendUnconfirmed = false 2014-06-23 14:58:11 -03:00
Manuel Araoz
3ce3af4408 fix merge with master 2014-06-23 11:24:08 -03:00
Manuel Araoz
6252047cd3 fix tests 2014-06-23 11:23:48 -03:00
Manuel Araoz
cf159241a9 working towards fixing tests with new rules 2014-06-23 11:23:48 -03:00
Manuel Araoz
542f6d5cea add preconditions and tests 2014-06-23 11:23:48 -03:00