Commit Graph

  • e3edd5267d Fix secure configuration; Boolean constructor should be string wltsmrz 2013-08-16 13:15:16 -07:00
  • 8b69dfd154 Merge branch 'develop' of https://github.com/ripple/ripple-lib into develop wltsmrz 2013-08-15 11:53:47 -07:00
  • 8333c3fbfc Fix for typeof NaN === number wltsmrz 2013-08-15 11:53:38 -07:00
  • 083377651f Merge branch 'develop' of https://github.com/ripple/ripple-lib into develop jatchili 2013-08-14 18:33:28 -07:00
  • 0c18f6157d SerializedObject to_json method, and a simple test for that. Tests are still preliminary, and refactoring is still necessary. jatchili 2013-08-14 18:33:01 -07:00
  • 66d71efa78 Merge branch 'develop' of https://github.com/ripple/ripple-lib into develop wltsmrz 2013-08-14 17:24:14 -07:00
  • 0811dec65c Update server wltsmrz 2013-08-14 17:21:08 -07:00
  • b3822cc4c5 Update everything wltsmrz 2013-08-14 17:20:51 -07:00
  • 1305acb849 Bump version to 0.7.19. 0.7.19 Stefan Thomas 2013-08-14 17:15:14 -07:00
  • 1e1e70d9a6 Add Amount#invert. Stefan Thomas 2013-08-14 17:11:30 -07:00
  • 942bfe88c1 passed tests (however, the test cases themselves are unverified.) jatchili 2013-08-12 18:44:34 -07:00
  • 63038d3603 basic tests for serializedtypes.js jatchili 2013-08-12 15:19:04 -07:00
  • 0f5fdbc772 Merge branch 'develop' of https://github.com/ripple/ripple-lib into robust-transactions wltsmrz 2013-08-12 10:40:07 -07:00
  • 8640176a07 Move debug statement in pathfind.js to proper place. Stefan Thomas 2013-08-09 17:09:30 -07:00
  • e49838437e Add Account#lines. Stefan Thomas 2013-08-08 18:43:16 -07:00
  • 7c5e9bae2a Use the initial path find response as a first set of alternatives. Stefan Thomas 2013-08-08 18:43:06 -07:00
  • 08a2d771cd WebSocket support for some old browsers Vahe Hovhannisyan 2013-08-08 11:26:20 +02:00
  • 36f8ca1073 Merge branch 'robust-transactions' of https://github.com/ripple/ripple-lib into robust-transactions wltsmrz 2013-08-07 17:58:28 -07:00
  • 1e288c31af Merge pull request #9 from sublimator/robust-transactions wltsmrz 2013-08-07 17:47:27 -07:00
  • e8144128d0 Naming style, oopz Nicholas Dudfield 2013-08-07 17:20:23 -07:00
  • e5421effd5 Allow hooking of the Server WebSocket constructor object Nicholas Dudfield 2013-08-07 17:11:29 -07:00
  • 48a2bb9fe4 Update readme wltsmrz 2013-08-07 08:37:07 +09:00
  • 67d100796d Cleanup wltsmrz 2013-08-07 08:16:20 +09:00
  • 0f91bf0e98 Add custom RippleError wltsmrz 2013-08-07 07:35:37 +09:00
  • 1aaee7526b Cleanup wltsmrz 2013-08-07 06:26:43 +09:00
  • fd0ce52cf6 Cleanup wltsmrz 2013-08-06 06:54:06 +09:00
  • 0fd973f58b Add ledger_hash paramter to transaction_entry wltsmrz 2013-08-06 06:53:41 +09:00
  • a99856bec0 Cleanup wltsmrz 2013-08-06 06:17:40 +09:00
  • eac195ec18 Cleanup wltsmrz 2013-08-06 04:20:05 +09:00
  • ab5d64ff12 Update repository URL wltsmrz 2013-08-03 09:01:55 +09:00
  • 5f017b2b85 Cleanup, fix jshint warnings wltsmrz 2013-08-03 08:13:36 +09:00
  • bb6ec3b5c9 Replace comment wltsmrz 2013-08-03 07:27:59 +09:00
  • d870264230 Update untracked files wltsmrz 2013-08-03 07:23:12 +09:00
  • aad97c936d Update untracked files wltsmrz 2013-08-03 07:19:15 +09:00
  • b78835f195 Typo wltsmrz 2013-08-03 07:18:02 +09:00
  • a480e76353 Update Remote constructor comments wltsmrz 2013-08-02 08:27:28 +09:00
  • 8294c78db4 Greater convenience for payment transactions wltsmrz 2013-08-02 08:17:14 +09:00
  • c06c74e460 Basic implementation for new path finding API. Stefan Thomas 2013-07-31 19:54:07 -07:00
  • 3ea426d45f Path Set parsing function (not tested yet) jatchili 2013-07-31 19:18:42 -07:00
  • bc74543ca2 Merge branch 'develop' of https://github.com/ripple/ripple-lib into develop wltsmrz 2013-08-01 06:04:59 +09:00
  • c69966035b Cleanup transaction submission wltsmrz 2013-08-01 06:04:49 +09:00
  • 78b1e4f570 More work on new serialization/parsing functions. Added more tests. Stefan Thomas 2013-07-30 22:48:07 -07:00
  • 815e2af3cf Fix code indentation. Stefan Thomas 2013-07-30 21:32:02 -07:00
  • 5bc1603f43 begin testing serialization/parsing functions jatchili 2013-07-30 20:02:30 -07:00
  • c48bf4089c Fix serialization of XRP in PathSets. Stefan Thomas 2013-07-29 18:28:37 -07:00
  • fd67ea3036 Refactor: Currency parsing. Stefan Thomas 2013-07-29 18:28:25 -07:00
  • 006d1fadce Don't prepend length when you're serializing a Hash256 jatchili 2013-07-29 17:49:46 -07:00
  • a1206f6e3f Expose some of the modules related to the binary format. Stefan Thomas 2013-07-29 13:09:19 -07:00
  • be2d647d48 Testutils is not used in this testsuite. Stefan Thomas 2013-07-27 19:46:32 -07:00
  • 9d863c4dfa Bump version to 0.7.18. 0.7.18 Stefan Thomas 2013-07-27 19:36:27 -07:00
  • a1bef6248a Accommodate new transaction manager wltsmrz 2013-07-27 05:57:30 +09:00
  • 6bb9f9e5e4 Implement Remote#reserve(). Stefan Thomas 2013-07-26 13:02:06 -07:00
  • f69ad8b172 Remote#fee_tx: Return an Amount of fees for a specified number of units. Stefan Thomas 2013-07-26 11:59:52 -07:00
  • 2f4a9c2c26 Merge branch 'develop' of https://github.com/ripple/ripple-lib into develop wltsmrz 2013-07-27 04:03:36 +09:00
  • 342d5a1aa1 Update remote wltsmrz 2013-07-27 04:03:33 +09:00
  • 6e2170156d Calling buster-test instead of buster test seems to be safer. Stefan Thomas 2013-07-26 00:05:45 -07:00
  • a8a760fc41 Merge commit '8e54231a6c664154302dd72c4ce935233ae8d8de' as 'src/js/sjcl' Stefan Thomas 2013-07-25 23:25:59 -07:00
  • 8e54231a6c Squashed 'src/js/sjcl/' content from commit 28d8573 Stefan Thomas 2013-07-25 23:25:59 -07:00
  • 78fdd6bae7 Remove SJCL submodule. Stefan Thomas 2013-07-25 23:13:34 -07:00
  • 89a8e6c362 Add easy way to run local grunt-cli: npm run-script build Stefan Thomas 2013-07-25 22:20:08 -07:00
  • 03a6583032 Set default fee values, helps rippled unit tests. Stefan Thomas 2013-07-25 22:13:13 -07:00
  • a5206d2959 Safer response check, add _remote_address(), attach server to request wltsmrz 2013-07-26 07:25:10 +09:00
  • 4e876511a3 Connect to servers on an interval wltsmrz 2013-07-26 06:52:20 +09:00
  • 09e190c822 Merge branch 'develop' Stefan Thomas 2013-07-23 21:36:43 -07:00
  • d08e06ad53 Bump version to 0.7.17. Stefan Thomas 2013-07-23 21:36:31 -07:00
  • 1f40bb7ea8 Increase default fee cushion. Stefan Thomas 2013-07-23 21:30:18 -07:00
  • 3e1e62c03a Dirty fix: Don't request transaction_entry on finalized transactions. Stefan Thomas 2013-07-23 21:26:02 -07:00
  • 6bc2493d8d Add fee calculation based on load. Stefan Thomas 2013-07-23 20:59:14 -07:00
  • 0d00a30d19 Add ability to limit number of significant digits in Amount#to_human. Stefan Thomas 2013-07-23 19:50:09 -07:00
  • c70e8dcf01 Do not emit error on timeout, allow timeout callback wltsmrz 2013-07-19 04:06:45 +09:00
  • 06c3a87929 Add npmignore wltsmrz 2013-07-18 07:58:55 +09:00
  • 5b11795dc3 Bump devDependencies wltsmrz 2013-07-18 07:37:06 +09:00
  • 9a6d4adfbe Update readme wltsmrz 2013-07-18 07:26:34 +09:00
  • 913df130e8 Update readme wltsmrz 2013-07-18 07:24:23 +09:00
  • 1222599c6c Update readme wltsmrz 2013-07-18 07:23:39 +09:00
  • b51d677145 Add request.timeout wltsmrz 2013-07-18 05:29:27 +09:00
  • 4eb516e072 Add .connect callback wltsmrz 2013-07-18 03:48:27 +09:00
  • 451e6f9b86 Update readme wltsmrz 2013-07-17 04:44:34 +09:00
  • 151a4fa1c0 Bump ripple-lib and dependencies versions wltsmrz 2013-07-13 05:46:33 +09:00
  • a025c187cb Update readme wltsmrz 2013-07-13 05:39:56 +09:00
  • 9550edab9b Fixes and cleanup for Remote, update readme wltsmrz 2013-07-13 05:31:40 +09:00
  • 9ec72ee8c5 Default maxListeners to infinity wltsmrz 2013-07-11 07:00:33 +09:00
  • d93145fc1e Cleanup wltsmrz 2013-07-10 06:16:49 +09:00
  • 087f357714 Callbacks wltsmrz 2013-07-10 05:59:00 +09:00
  • 0fcce464bb Fix invalid parentheses. Stefan Thomas 2013-07-01 16:17:26 +01:00
  • 44bb8658f0 Implement serializing Hash256. Stefan Thomas 2013-07-01 16:11:50 +01:00
  • be6bd8cc5d Fix typo. Stefan Thomas 2013-07-01 16:11:36 +01:00
  • 3812ac7d53 Cleanup wltsmrz 2013-06-26 04:48:29 +09:00
  • 6e36ded34f Multi-server API wltsmrz 2013-06-26 04:22:12 +09:00
  • 07d33d817b Fix .disconnect wltsmrz 2013-06-26 04:09:30 +09:00
  • 28f7b483a8 Fix wltsmrz 2013-06-26 03:47:58 +09:00
  • 722ff4dc5c Revert "Enable multi-server fallback" wltsmrz 2013-06-26 03:42:46 +09:00
  • 13b7c9bfbb Revert "Wrap JSON.parse in try/catch" wltsmrz 2013-06-26 03:41:46 +09:00
  • daaac98bef Revert "Add field to server configuration for concurrent connections to the same host" wltsmrz 2013-06-26 03:41:33 +09:00
  • 84e79abbaa Revert "Cleanup, fix .disconnect" wltsmrz 2013-06-26 03:40:35 +09:00
  • 2a340d09a4 Typo wltsmrz 2013-06-26 03:40:11 +09:00
  • db5c3f1bf2 Revert "Add JSDoc style comments" wltsmrz 2013-06-26 03:37:10 +09:00
  • 705a9ad087 Fix wltsmrz 2013-06-26 03:36:58 +09:00
  • fa1a4a0307 Undo change to the way ripple-lib unsubscribed from ws events. Stefan Thomas 2013-06-25 20:34:10 +02:00
  • ce1338cf20 Revert "Support callback style" wltsmrz 2013-06-26 03:29:49 +09:00