Commit Graph

254 Commits

Author SHA1 Message Date
Arthur Britto
cc3c640322 UT: Share setUp and tearDown code. 2012-10-21 15:30:16 -07:00
Arthur Britto
704aec5b89 UT: Silence offer-test.js 2012-10-20 17:18:36 -07:00
Arthur Britto
27ea314f8d UT: Rework server.js and clean up test output. 2012-10-20 17:04:33 -07:00
Arthur Britto
23b29956d3 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-10-19 23:10:54 -07:00
Arthur Britto
49f1b42d26 Cosmetic. 2012-10-19 23:10:49 -07:00
Andrey Fedorov
b395b943ca new offer_create test to crash server 2012-10-20 02:08:19 -04:00
Arthur Britto
7ed60afad5 JS: Fix config nicknames for remote-test.js. 2012-10-19 22:31:05 -07:00
Arthur Britto
c6cb483631 UT: offer-test.js remove extra functions 2012-10-19 21:36:05 -07:00
Arthur Britto
3691def75e UT: Add offer-test.js 2012-10-19 21:32:01 -07:00
Arthur Britto
fd1122c673 JS: Fix request_ripple_balance. 2012-10-18 20:00:36 -07:00
Arthur Britto
32b70e638e WS: Change ledger entry to take 'ledger_closed' instead of 'ledger'. 2012-10-18 12:48:49 -07:00
Arthur Britto
bacfcff48c Improve remote.js and test starts.
- Transactions now emit 'pending' and 'lost'
- Remote now supports once().
- Tests now use 'ledger_closed' to know when to start.
- Fix quick close of remote.
2012-10-17 18:15:04 -07:00
Arthur Britto
b23f596e3f JS: Automatically subscribe to server. 2012-10-17 15:37:23 -07:00
Arthur Britto
edf47a7a07 JS: Automatically maintain connection. 2012-10-17 13:26:31 -07:00
Arthur Britto
56a7e48cd9 UT: Allow tests to use existing server. 2012-10-16 20:32:40 -07:00
Arthur Britto
a189230984 Cosmetic. 2012-10-16 15:50:33 -07:00
Arthur Britto
d98e415107 JS: Fix offer_create. 2012-10-14 02:50:34 -07:00
Arthur Britto
d5c9cc78c7 JS: Fix transaction creation. 2012-10-14 02:23:52 -07:00
Arthur Britto
5fc3d98ef5 UT: Clean up and faster tearDown. 2012-10-14 01:33:00 -07:00
Arthur Britto
085ff2af22 UT: Split up tests. 2012-10-13 19:42:28 -07:00
Arthur Britto
1c2d16f1ad Rework remote.js to be event oriented. 2012-10-13 19:38:19 -07:00
Arthur Britto
2af15db40a Rename everything from newcoin to ripple except the protocol buffers. 2012-10-12 15:48:33 -07:00
Arthur Britto
fcd88f12fc UT: Adjust to new address encoding. 2012-10-12 15:10:39 -07:00
Arthur Britto
31b1aab851 UT: enable ledger_closed test. 2012-10-12 14:23:42 -07:00
Arthur Britto
bb83bcf0d1 Revise remote.js and unit tests to use new amount.js. 2012-10-11 21:41:07 -07:00
Arthur Britto
f419dcc77b JS: fixes and tests from amounts. 2012-10-11 20:08:08 -07:00
Arthur Britto
8ebceaa53e UT: Initial check in unit tests for amount.js. 2012-10-11 16:25:01 -07:00
Arthur Britto
0509d5af37 JS: Split node utils into their own file. 2012-10-11 16:19:24 -07:00
Arthur Britto
867ff01a2d UT: split out utils test. 2012-10-09 19:16:10 -07:00
Arthur Britto
891744431e UT: test for empty string with stringToHex and hexToString. 2012-10-09 16:05:25 -07:00
Arthur Britto
2cc4bd5fed JS: improve hexToString and add unit tests. 2012-10-08 16:58:47 -07:00
Arthur Britto
d4db971fdd UT: Add test for send_xns. 2012-10-07 00:19:45 -07:00
Arthur Britto
433989a5ab JS: better secret and seq handling. 2012-10-05 16:06:36 -07:00
Arthur Britto
534b5980a1 JS: Rework remote framework. 2012-10-04 17:50:46 -07:00
Arthur Britto
ef81dd7caf UT: retab test/config.js 2012-10-04 17:40:10 -07:00
Arthur Britto
f7562efa85 UT: Add accounts to config. 2012-10-04 17:38:58 -07:00
Arthur Britto
3cd9068793 Clean up js. 2012-09-28 12:44:39 -07:00
Arthur Britto
723897c449 Merge branch 'master' into ut
Conflicts:
	js/utils.js
	test/server.js
2012-09-28 12:34:27 -07:00
Arthur Britto
84dd986b6e WS: Add ledger_entry option ledger. 2012-09-27 14:40:56 -07:00
Arthur Britto
ff245609ac WS: Add support for ledger_entry to return an account_root. 2012-09-27 13:10:08 -07:00
Arthur Britto
20815377b4 Adjust UTs for genesis 1. 2012-09-26 15:07:03 -07:00
Arthur Britto
8993c8f268 UT add testing for ledger_closed and update ledger_current. 2012-09-26 14:08:56 -07:00
Arthur Britto
5a49b696ad UT: Get WS ledger_current test working. 2012-09-25 19:37:15 -07:00
Arthur Britto
dfd55c1563 UT: Add timeout to WS connecting. 2012-09-25 18:31:56 -07:00
Arthur Britto
04f0b12a13 UT: Initial tests of creating and connecting to a standalone store. 2012-09-25 15:14:27 -07:00
Arthur Britto
169f0f487a UT: Rework server module to provide an object. 2012-09-21 14:37:16 -07:00
Arthur Britto
908d797e7a UT start adding WS support. 2012-09-18 15:43:58 -07:00
Arthur Britto
333da36c19 UT: Set the cwd for the servers. 2012-09-17 15:45:44 -07:00
Arthur Britto
b6771dcae9 Fix JS mkPath. 2012-09-17 15:45:04 -07:00
Arthur Britto
6847aaace5 Have UT start and stop a server. 2012-09-17 15:35:07 -07:00