Stefan Thomas
39ba2613d9
JS: Added ripple.config.load convenience function.
2013-02-02 14:05:49 +01:00
Stefan Thomas
24dac24d29
Refactor JavaScript library.
...
- Separate classes in separate modules (files)
- Constants should be associated with a class
- Replace exports.config scheme with a config singleton
- Refactor base58 functions as a static class
2013-02-01 22:44:04 +01:00
Arthur Britto
b572ba7c8d
UT: remove unintentional focus.
2013-01-20 15:53:18 -08:00
Arthur Britto
d0d81a52f5
UT: fix transaction processing retry test.
2013-01-20 15:52:42 -08:00
Arthur Britto
fe2ffafb10
UT: Tests for ripple-client issue #23 .
2013-01-19 18:53:42 -08:00
Arthur Britto
76959ba1a7
UT: Add new test for retry logic - currently failing.
2013-01-18 17:57:23 -08:00
Arthur Britto
1568422fb7
UT: Test account subscription for nexus.
2013-01-17 13:02:41 -08:00
Arthur Britto
6001be0f3b
UT: Add test for nexus customer to customer with and without transfer fee
2013-01-15 16:50:45 -08:00
Arthur Britto
75d935e0df
Merge tepPARTIAL into tecCLAIMED.
2013-01-03 13:04:07 -08:00
Arthur Britto
77d92e1767
Fix ripple state creating and deleting.
2012-12-25 16:14:10 -08:00
Arthur Britto
6bd2839c62
Fix PaymentTransactor for new result codes.
2012-12-23 18:15:03 -08:00
Arthur Britto
194053c87e
Add and move to new tecCLAIM result codes.
2012-12-23 15:52:59 -08:00
Jcar
099ffbddc0
Further testing
2012-12-20 15:55:57 -08:00
Arthur Britto
6c3c104f8d
UT: Update send test for deleting ripple state entries.
2012-12-18 14:27:18 -08:00
Arthur Britto
ab8463a14f
UT: Adjust for changed terNO_DST.
2012-12-15 14:35:34 -08:00
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