Commit Graph

  • 00965dc520 ripple-lib version 0.7.3 Arthur Britto 2013-03-11 02:58:04 -07:00
  • ae6aba2573 JS: Orderbook: Get current state when subscribing. Stefan Thomas 2013-03-11 09:28:37 +01:00
  • 397a1ecb61 JS: Fix missing boundary bytes in PathSet serialization. Stefan Thomas 2013-03-11 09:27:03 +01:00
  • d14be963f6 JS: Utility function to convert ripple epoch to JS timestamp. Stefan Thomas 2013-03-10 21:42:44 +01:00
  • f4a598c249 Rework RPC ledger. Arthur Britto 2013-03-10 15:18:35 -07:00
  • f97f4ed26f Renumber special ledger_indexes and move RPC ledger to new format. Arthur Britto 2013-03-09 18:28:08 -08:00
  • d1056f6740 book subscribe jed 2013-03-09 11:42:59 -08:00
  • a8e465c27d Cosmetic. Arthur Britto 2013-03-08 13:07:15 -08:00
  • 71b12fa978 JS: Feed server entropy into SJCL's entropy pool. Stefan Thomas 2013-03-07 16:05:11 +01:00
  • b1c7bba2e7 Change RPCs to use account instead of ident. Arthur Britto 2013-03-07 03:39:17 -08:00
  • e5444c482e Increment ripple-lib version 0.7.3 Arthur Britto 2013-03-07 03:34:03 -08:00
  • 93459dfcba JS: Fix for multiple Account instances (which caused multiple subscriptions.) Stefan Thomas 2013-03-07 11:38:51 +01:00
  • 8e8a10d90d JS: Don't trigger global subscribe for remote.on('transaction'). Stefan Thomas 2013-03-06 21:52:48 +01:00
  • e194560de2 JS: Add Remote#request_book_offers. Stefan Thomas 2013-03-06 16:46:30 +01:00
  • 042dc3d1ce JS: Correctly route account events after change from account -> transaction. Stefan Thomas 2013-03-06 16:45:20 +01:00
  • f9a34f8404 JS: Reapply parsing change for json format with optional issuer. Stefan Thomas 2013-03-05 13:44:52 +01:00
  • 84eee280ae JS: Backout some of latest amount parsing changes. Arthur Britto 2013-03-04 13:50:20 -08:00
  • 49b825293b JS: Allow Ripple URI format (25/USD) in parse_json. Stefan Thomas 2013-03-04 14:44:26 +01:00
  • f5047521ce JS: Rename ADDRESS_ to ACCOUNT_ to be consistent with C++. Arthur Britto 2013-03-03 22:35:00 -08:00
  • 6efc7344d5 JS: Add temporary support for RPC tx. Arthur Britto 2013-03-03 20:04:32 -08:00
  • 10077ac5db Increment ripple-lib version. Arthur Britto 2013-03-02 01:06:13 -08:00
  • 3a1832107d JS: Clean up ledger selection. Arthur Britto 2013-03-01 00:42:25 -08:00
  • 3f4c68a25c Rename jsonrpc tools. Arthur Britto 2013-02-28 13:23:17 -08:00
  • 5b685425b0 JS: Fix Amount.divide() and remove extra clone()s. Arthur Britto 2013-02-26 21:32:44 -08:00
  • ef7ef4ae9d JS: Fix erroneous base58 decoding and add tests for issue. Stefan Thomas 2013-02-26 13:56:40 +01:00
  • 7882786b1e JS: Hotfix for sequence issue. Stefan Thomas 2013-02-23 23:25:55 +01:00
  • 4eb29890c0 JS: More tests for equals. Stefan Thomas 2013-02-22 13:47:47 +01:00
  • 33e8154fd1 JS: Prevent Amount#negate from creating amounts that are negative zero. Stefan Thomas 2013-02-22 13:47:26 +01:00
  • 4f09337aea JS: Add a way for the test suite to change Amount#equals, so it ignores issuers. Stefan Thomas 2013-02-22 13:46:50 +01:00
  • 86c3203a68 JS: Fix Amount#equals and Amount#not_equals_why to pass all tests. Stefan Thomas 2013-02-22 12:47:56 +01:00
  • 0a13875c53 JS: More tests for Amount#equals and Amount#not_equals_why. Stefan Thomas 2013-02-22 12:47:36 +01:00
  • 76fd1896f8 JS: Amount - handle plain numbers as arguments to ratio_human and product_human. Stefan Thomas 2013-02-22 12:45:27 +01:00
  • d394b074db JS: Failing test. Amount#equals does not compare exponent. Stefan Thomas 2013-02-21 23:06:12 +01:00
  • f7a26468d7 JS: Added class OrderBook for listening to order books. Stefan Thomas 2013-02-19 17:35:42 +01:00
  • 102e62cf9c JS: Correct object reference in Account. Stefan Thomas 2013-02-18 14:59:22 +01:00
  • 7583f667af JS: Fix Add for Amount. Arthur Britto 2013-02-18 00:41:57 -08:00
  • 870e74c8f8 JS: Fix add of zero for non-XRP. Arthur Britto 2013-02-17 23:19:31 -08:00
  • b759a9001a JS: Amount set_currency() nows sets _is_native. Arthur Britto 2013-02-17 22:57:12 -08:00
  • 58bb750a67 JS: Add is_positive() to Amount. Arthur Britto 2013-02-17 22:04:44 -08:00
  • 2d62b3ce98 Move gateways option to opts instead of config. Arthur Britto 2013-02-17 21:07:09 -08:00
  • c95a0bbdbe NPM: Add grunt dependency. Needed for new grunt installation method. Stefan Thomas 2013-02-15 14:55:29 +01:00
  • 6e91927742 JS: Correctly calculate affected accounts when routing account events. Stefan Thomas 2013-02-15 14:43:24 +01:00
  • 82f14395fb JS: Correctly calculate affected accounts when routing account events. Stefan Thomas 2013-02-15 14:43:24 +01:00
  • 0213ec7d84 JS: Fix Account class realtime event processing. Stefan Thomas 2013-02-14 07:14:50 +01:00
  • 4b7230a8b4 JS: Account class keeps track of AccountRoot entry. Stefan Thomas 2013-02-13 18:32:36 +01:00
  • 7dd0ee6ed9 JS: Allow an integer factor in Amount#product_human. Stefan Thomas 2013-02-13 18:32:14 +01:00
  • cd0a70565a JS: Typo. Stefan Thomas 2013-02-13 18:13:29 +01:00
  • 5522897703 JS: Fix Transaction#paths. Stefan Thomas 2013-02-13 12:57:59 +01:00
  • a86584652f JS: Prevent duplicate WebSocket objects. Stefan Thomas 2013-02-13 09:53:09 +01:00
  • 5596427e30 JS: Add some more canonical event names as alternatives. Stefan Thomas 2013-02-12 18:54:45 +01:00
  • cfe76ef92e JS: Handle account events through Account class. Stefan Thomas 2013-02-12 18:35:30 +01:00
  • 540b52081e JS: Fixes for load. newcoin 2013-02-10 23:52:42 -08:00
  • 2604670cc2 JS: Fixes for load and add announcing load. Arthur Britto 2013-02-10 17:13:41 -08:00
  • 1930baa9ca JS: Remove broken Seed parse_json string interpretation. Stefan Thomas 2013-02-08 03:56:44 +01:00
  • d81ce99d8a JS: Support for more types in serializedtypes.js. Stefan Thomas 2013-02-08 03:16:42 +01:00
  • 3fff761a1e JS: Correctly construct submit request when using local_signing. Stefan Thomas 2013-02-08 03:15:43 +01:00
  • c886ae843e JS: Seed from passphrase support. Stefan Thomas 2013-02-08 03:14:49 +01:00
  • dd43969183 JS: Crypto: Fix ECDSA DER signature encoding. Stefan Thomas 2013-02-08 02:38:15 +01:00
  • 75ade94f1c JS: Override SJCL ECDSA with a standards-compliant version. Stefan Thomas 2013-02-08 02:37:38 +01:00
  • 194d6a293a JS: Move transaction preparation logic to Transaction class. Stefan Thomas 2013-02-07 18:34:18 +01:00
  • 02319f0729 JS: Transaction: Fix multiple "final" events due to race condition. Stefan Thomas 2013-02-07 18:32:55 +01:00
  • dbf116900f JS: Re-upgrade SJCL. Stefan Thomas 2013-02-07 07:02:13 +01:00
  • d110cd74fc JS: Local signing bugfixes. Stefan Thomas 2013-02-06 20:58:59 +01:00
  • 65e380d6f7 Add no_gateway option to UInt160's to_json(). Arthur Britto 2013-02-02 13:11:54 -08:00
  • 49af9f20d9 JS: Added ripple.config.load convenience function. Stefan Thomas 2013-02-02 14:05:37 +01:00
  • 2f0d4f5461 JS: Pass opts in to_human_full(). Arthur Britto 2013-02-02 02:46:42 -08:00
  • 70d556b4a1 JS: Add to_human_full and support for gateways to addresses. Arthur Britto 2013-02-02 01:32:00 -08:00
  • 72448737d6 Add transaction signing basics. Stefan Thomas 2013-02-01 22:43:01 +01:00
  • 5652ffe340 Create abstract UInt class for UInt160, UInt256, ... Stefan Thomas 2013-02-01 22:38:37 +01:00
  • 6f34cfa369 Refactor JavaScript library. Stefan Thomas 2013-02-01 15:13:09 +01:00
  • daada2b298 Move custom SJCL extensions from client over to Ripple library. Stefan Thomas 2013-02-01 01:41:36 +01:00
  • 9e1741123c JS: Make transaction subscription robust. Arthur Britto 2013-02-01 13:28:27 -08:00
  • 2257a7c18b still working jed 2013-01-31 10:59:19 -08:00
  • 242a19e948 Create a ripple-lib NPM package for the JavaScript code. Stefan Thomas 2013-01-31 03:10:21 +01:00
  • 94503dce0b Switch to reduced binformat. Stefan Thomas 2013-01-30 17:59:23 +01:00
  • 3687170bb6 Add binformat and corresponding generator script. Stefan Thomas 2013-01-25 15:18:54 +01:00
  • ca57b3ffe1 JS: Add automatic support to subscribe to transactions. Arthur Britto 2013-01-30 01:27:07 -08:00
  • ddd9407170 JS: Don't require leading zeros on float styles. Arthur Britto 2013-01-28 11:49:26 -08:00
  • ba41b1b27d UT: Update offer-test for new Transaction split. Arthur Britto 2013-01-25 14:24:34 -08:00
  • 957b8eb1a8 Split Transaction class off into separate file. Stefan Thomas 2013-01-24 17:09:08 +01:00
  • 7bb87a7225 Fix logic error in Amount.add which caused results to always be positive. Stefan Thomas 2013-01-22 21:46:08 +01:00
  • e8dda4d558 Add SHA512 to SJCL. Stefan Thomas 2013-01-22 21:10:15 +01:00
  • b165c21a06 Enable symmetric encryption dependencies. Stefan Thomas 2013-01-22 20:47:06 +01:00
  • 5fdb70f7d6 Expose SJCL so the client doesn't have to include a second copy. Stefan Thomas 2013-01-22 20:38:44 +01:00
  • 01e98005bc Update SJCL. Stefan Thomas 2013-01-22 20:38:09 +01:00
  • 88032c6717 Load WebSocket module later. Stefan Thomas 2013-01-22 20:12:57 +01:00
  • 88c2062c89 Give more useful console output in IE9. Stefan Thomas 2013-01-21 20:18:08 +01:00
  • 9ca44e7e6f Update names of states the client considers "online". Stefan Thomas 2013-01-21 20:17:38 +01:00
  • 81483f47e5 JS: Add account_info RPC method. Stefan Thomas 2013-01-19 10:56:48 +01:00
  • d76e85bf78 JS: Forward account and transaction publishes. Arthur Britto 2013-01-17 13:02:24 -08:00
  • ce4c9a502a UT: Add ledger_close to testutils. Arthur Britto 2013-01-16 19:30:21 -08:00
  • 89305e941c Amount.product_human and Amount.ratio_human need to canonicalize. Stefan Thomas 2013-01-16 19:09:26 +01:00
  • 950310bc45 Add certain database-related files to .gitignore. Stefan Thomas 2013-01-16 16:18:48 +01:00
  • e48cef8512 update deploy jed 2013-01-14 13:19:27 -08:00
  • c94bc66a1b windows jed 2013-01-14 12:57:37 -08:00
  • 385cae7ca3 UT: More work on detecting standalone server exit. Arthur Britto 2013-01-12 12:48:18 -08:00
  • e15c739977 JS Add support for SourceTag and Destination tag. Arthur Britto 2013-01-09 16:21:57 -08:00
  • c3a3bc82b5 Work toward subscribe accounts by ledger index. Arthur Britto 2013-01-05 16:51:45 -08:00
  • cd87582d19 JS: Fix saving fee info. Arthur Britto 2013-01-04 22:29:46 -08:00
  • e41bd874c6 Fix typo. Uint vs UInt always trips me up. :/ Stefan Thomas 2013-01-04 19:19:27 +01:00