Commit Graph

39 Commits

Author SHA1 Message Date
Arthur Britto
68e665c719 UT: Turn off verbose. 2012-12-14 17:48:39 -08:00
Arthur Britto
2920dc7be2 UT: Fix send test. 2012-12-14 17:47:18 -08:00
Arthur Britto
df4d2ec149 Check field present for stOwnerCount. 2012-12-13 16:55:37 -08:00
Arthur Britto
68327ab27f UT: Fixes for reserves. 2012-12-12 23:08:18 -08:00
Arthur Britto
a15f82863d UT: Fix send balance check. 2012-12-12 15:42:09 -08:00
Arthur Britto
2791f43b1d Fixes for emit ledger_closed. 2012-12-03 16:46:27 -08:00
Arthur Britto
49e6ca70ba JS & UT: add et to vim setting. 2012-11-24 14:07:41 -08:00
jed
9d83ce6bf2 . 2012-11-20 08:22:53 -08:00
Arthur Britto
4840d8cc24 UT: Clean up send tests. 2012-11-16 14:28:02 -08:00
jed
7c69c45a2f . 2012-11-15 13:17:36 -08:00
jed
850c7004c8 . 2012-11-15 05:04:21 -08:00
jed
85a46a597c . 2012-11-14 18:46:10 -08:00
jed
58e5e07823 . 2012-11-14 16:10:10 -08:00
Arthur Britto
8d32892609 JS: Make currency and issuer private in Amount. 2012-11-09 17:33:37 -08:00
Arthur Britto
9174886dbc JS and UT: XNS -> XRP 2012-11-09 15:05:32 -08:00
Arthur Britto
155854be23 UT: Add support for verifying offers & fix amount checking. 2012-11-08 18:09:18 -08:00
Arthur Britto
b271192547 Rework config.js to not be add to web pack. 2012-11-07 16:03:39 -08:00
Stefan Thomas
fa3fab5816 Moved cpp code to src/cpp and js code to src/js. 2012-11-07 12:49:50 -08:00
Arthur Britto
0f0cc86ca1 UT: Add payments helper. 2012-11-03 14:52:33 -07:00
Arthur Britto
f5231f353f UT: Add credit_limits helper. 2012-11-03 14:28:59 -07:00
Arthur Britto
7b268647a0 UT: Add helper for setting transfer rate. 2012-11-03 13:06:55 -07:00
Arthur Britto
f4d4b3920d Fix ripple best path determination. 2012-11-03 04:32:46 -07:00
Arthur Britto
dfaf33aa0a UT: Add test of transfer fees. 2012-11-03 04:18:55 -07:00
Arthur Britto
435d73ca4e UT: Test ripple over multiple paths simulatenously. 2012-11-01 15:14:46 -07:00
Arthur Britto
76c7385cbb UT: Add test for specifying a path. 2012-10-31 16:43:15 -07:00
Arthur Britto
00b7893c9c UT: Fix build tearDown for send-test.js 2012-10-27 17:01:33 -07:00
Arthur Britto
39d91e2dd5 Add tests for ripple partial sends. 2012-10-27 16:06:42 -07:00
Arthur Britto
522f064d9e Work on testing indirect ripple.
- WS: Make ripple_state more strict.
- UT: Add an indirect ripple test.
- UT: Add more testutils functions.
2012-10-25 16:38:51 -07:00
Stefan Thomas
bbec036837 UT: Fixed host configurations and having multiple instances of test suite. 2012-10-24 09:35:31 +02:00
Stefan Thomas
cb2fb10b65 UT: Added verbosity and no_server options to setUp routine. 2012-10-23 23:19:09 +02:00
Arthur Britto
6e2637356c UT: Enable some ripple unit tests. 2012-10-23 12:05:30 -07:00
Arthur Britto
72f434c670 UT: Quiet tests. 2012-10-22 21:40:26 -07:00
Arthur Britto
0105009d21 UT: Add more ripple testing. 2012-10-22 21:33:38 -07:00
Arthur Britto
f4d48f56d8 JS: Fix UInt160 comparison. 2012-10-22 16:56:00 -07:00
Arthur Britto
c5dce0e270 JS: Add support for parsing and encoding base58. 2012-10-22 16:15:58 -07:00
Arthur Britto
fff39797c0 UT: Lots of improvements and fixes.
- Parse negative amounts.
- Make Amount.negate() return a new value.
- Add Amount.equals().
- Rename Remote.trace() to set_trace().
- Fix request_ripple_balnce.
- Add more tests to send-test.js.
- Add more tests to amount-test.js.
- Add helper functions create_accounts and credit_limits to
  testutils.js.
2012-10-21 20:33:11 -07:00
Arthur Britto
cc3c640322 UT: Share setUp and tearDown code. 2012-10-21 15:30:16 -07:00
Arthur Britto
27ea314f8d UT: Rework server.js and clean up test output. 2012-10-20 17:04:33 -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