Commit Graph

  • 9960bfa63f UT: Add tests for offer balances and offer PartialPayment. Arthur Britto 2012-11-09 15:38:12 -08:00
  • ebf73f0d86 Fix rippling through offers. Arthur Britto 2012-11-09 15:37:25 -08:00
  • 789a452caa Merge branch 'master' of github.com:jedmccaleb/NewCoin Arthur Britto 2012-11-09 15:05:42 -08:00
  • 9174886dbc JS and UT: XNS -> XRP Arthur Britto 2012-11-09 15:05:32 -08:00
  • b2ef5de5f7 Cosmetic change. JoelKatz 2012-11-09 14:15:48 -08:00
  • 40527cca2b Start adding support for concurrent I/O. JoelKatz 2012-11-09 14:14:47 -08:00
  • 82d26ea756 Add a scoped unlock class. JoelKatz 2012-11-09 14:13:03 -08:00
  • 546c0f288f Add a job type for local transactions. JoelKatz 2012-11-09 14:12:48 -08:00
  • c32711c472 Mark two FIXMEs. JoelKatz 2012-11-09 14:12:37 -08:00
  • 0b7b61ee7b Remove a FIXME since the issue was already fixed. JoelKatz 2012-11-09 09:46:38 -08:00
  • 5fbe7b2015 Oops. JoelKatz 2012-11-09 07:31:22 -08:00
  • 3b2275a83b Fully asynch transaction handler. Now we need to use it. JoelKatz 2012-11-09 07:26:26 -08:00
  • bda1ce233f Oops. JoelKatz 2012-11-09 07:26:14 -08:00
  • f4c94ca399 Don't add a zero peer. JoelKatz 2012-11-09 07:25:55 -08:00
  • d1a0a13cbe Cleanup. JoelKatz 2012-11-09 07:25:33 -08:00
  • 914839547b Cleanup. JoelKatz 2012-11-09 07:25:23 -08:00
  • fdb0c4cdfc Fix unquoted string when calling unl_delete. Stefan Thomas 2012-11-08 16:23:53 -08:00
  • bf63f1f652 Merge branch 'master' of github.com:jedmccaleb/NewCoin Arthur Britto 2012-11-08 18:10:30 -08:00
  • 155854be23 UT: Add support for verifying offers & fix amount checking. Arthur Britto 2012-11-08 18:09:18 -08:00
  • 72032388a8 Merge branch 'master' of github.com:jedmccaleb/NewCoin JoelKatz 2012-11-08 16:49:54 -08:00
  • f4ea700938 Indirect ledger data fetch. JoelKatz 2012-11-08 16:49:31 -08:00
  • 8f83fb9d67 webpack.js: Added -o parameter to specify output directory. Stefan Thomas 2012-11-08 15:27:53 -08:00
  • 054a16b105 UT: Add test for currency conversion. Arthur Britto 2012-11-08 15:18:05 -08:00
  • ca0ab6c01d Fixes for rippling through offers. Arthur Britto 2012-11-08 15:17:46 -08:00
  • d2eea88cd8 Merge branch 'master' of github.com:jedmccaleb/NewCoin JoelKatz 2012-11-08 14:36:45 -08:00
  • 5cb35b7a8f Make the skip lists self-decsriptive. This change will cause old and new servers to diverge ledgers. JoelKatz 2012-11-08 14:36:15 -08:00
  • 82c3f8c36f Added ability to watch files and rebuild automatically. Stefan Thomas 2012-11-08 14:02:39 -08:00
  • 79f352efde Change from ws.on('message') to ws.onmessage for browser compat. Stefan Thomas 2012-11-07 19:04:15 -08:00
  • 3ada064342 Merge branch 'master' of github.com:jedmccaleb/NewCoin JoelKatz 2012-11-08 04:36:57 -08:00
  • 644aa28e5b Fix the need to call setIndex after creating a new SLE. Finish the ledger skip list code. (Note that this will cause ledger divergence if old code talks to new code.) JoelKatz 2012-11-08 04:36:15 -08:00
  • b96f9bacdd Store secrets on the remote object, rather than accessing the config directly. Stefan Thomas 2012-11-07 17:38:42 -08:00
  • af7ee234a4 Fix building JS code as exported library. Stefan Thomas 2012-11-07 15:21:40 -08:00
  • b271192547 Rework config.js to not be add to web pack. Arthur Britto 2012-11-07 16:03:39 -08:00
  • c04b94f781 Custom events.js not actually needed anymore. Stefan Thomas 2012-11-07 14:01:43 -08:00
  • da42c64de7 Ignore dirty SJCL working directory. Stefan Thomas 2012-11-07 13:28:03 -08:00
  • b3d87e99d1 Fix path to rippled in test config. Stefan Thomas 2012-11-07 13:25:17 -08:00
  • f4d951cd67 Added JS build script. Stefan Thomas 2012-11-07 12:49:17 -08:00
  • fa3fab5816 Moved cpp code to src/cpp and js code to src/js. Stefan Thomas 2012-11-06 12:02:59 -08:00
  • 3c880b8301 Merge branch 'master' of github.com:jedmccaleb/NewCoin Arthur Britto 2012-11-06 11:02:58 -08:00
  • 6e33d731ff UT: Update offer-test for new API. Arthur Britto 2012-11-06 11:02:33 -08:00
  • 7c6c12fdf4 JS: Hide some variables. Arthur Britto 2012-11-06 11:00:55 -08:00
  • f4037a599e Merge branch 'master' of github.com:jedmccaleb/NewCoin JoelKatz 2012-11-06 10:10:28 -08:00
  • 8c3526ab79 Support for indirect (one hop) TX set synch. JoelKatz 2012-11-06 10:10:02 -08:00
  • e312c19631 Add [expires] to ripple.txt Arthur Britto 2012-11-06 06:38:54 -08:00
  • e54238c5a8 Improve ripple.txt comments. Arthur Britto 2012-11-06 06:28:49 -08:00
  • 9c53ed35ae Merge branch 'master' of github.com:jedmccaleb/NewCoin Arthur Britto 2012-11-06 06:22:23 -08:00
  • c4ddcb991d Document [accounts] in ripple.txt. Arthur Britto 2012-11-06 06:22:17 -08:00
  • f9368b4209 Make native multiplication overflow safe. JoelKatz 2012-11-06 05:42:04 -08:00
  • 7eb1ce1b09 Fix a FIXME. JoelKatz 2012-11-06 05:30:19 -08:00
  • 5387a1499c Merge branch 'master' of github.com:jedmccaleb/NewCoin JoelKatz 2012-11-06 05:28:02 -08:00
  • 19ab2e5b9c Add job information to server_info. JoelKatz 2012-11-06 05:27:54 -08:00
  • d630ccb0c9 removing newcoind from .gitignore Andrey Fedorov 2012-11-06 00:37:25 -08:00
  • 29dd173e63 updated .gitignore Andrey Fedorov 2012-11-06 00:24:30 -08:00
  • c14129618d Merge branch 'master' of https://github.com/jedmccaleb/NewCoin Andrey Fedorov 2012-11-06 00:23:48 -08:00
  • 0b7668f4a2 removing util from remote.js Andrey Fedorov 2012-11-06 00:16:45 -08:00
  • cc299d3bb8 UT: More fixes for API changes, remote-test.js works. Arthur Britto 2012-11-05 21:41:52 -08:00
  • 595fd7d762 More fixes for API changes. Arthur Britto 2012-11-05 21:41:04 -08:00
  • ba09e48fc6 Cleanups. JoelKatz 2012-11-05 19:09:23 -08:00
  • f111ca306c Debug improvements. JoelKatz 2012-11-05 19:01:59 -08:00
  • 96f3d926b9 Significant optimizations. JoelKatz 2012-11-05 19:00:42 -08:00
  • 429135bbdd Suppress chatty debug output. JoelKatz 2012-11-05 18:29:26 -08:00
  • 886ac444a2 Make const conrrect. JoelKatz 2012-11-05 18:28:48 -08:00
  • 2500a725d9 Cleanups. JoelKatz 2012-11-05 18:07:10 -08:00
  • 88af3280bc Add type=rpc_response, so clients can identify replies to RPC commands. Stefan Thomas 2012-11-05 17:32:26 -08:00
  • 66f8fad377 Use peer IDs in the acquire code. Fix a bug where we issue way too many acquire queries. JoelKatz 2012-11-05 17:16:00 -08:00
  • 4d067676ea Make it possible to track peers by 64-bit peer ID. JoelKatz 2012-11-05 17:15:27 -08:00
  • f0521ec619 Merge branch 'master' of github.com:jedmccaleb/NewCoin JoelKatz 2012-11-05 16:19:34 -08:00
  • b31ec98ae0 Stubs for acquire routing. JoelKatz 2012-11-05 16:17:34 -08:00
  • e552362509 Fix warning. JoelKatz 2012-11-05 16:17:19 -08:00
  • bcb590df6c Merge branch 'master' of github.com:jedmccaleb/NewCoin Arthur Britto 2012-11-05 16:16:08 -08:00
  • 9194c1f528 JS: Fixes to remote.js for API change. Arthur Britto 2012-11-05 16:15:57 -08:00
  • 9a5cc0fe31 Ignore database files in working directory. Stefan Thomas 2012-11-05 16:02:49 -08:00
  • caee892293 Also print incoming WebSocket messages in verbose mode. Stefan Thomas 2012-11-05 16:01:23 -08:00
  • bd458fd450 Split websocket connections to two ports. Arthur Britto 2012-11-05 14:18:34 -08:00
  • 4dfaaf078d WS: Fixes for ledger_hash. Arthur Britto 2012-11-05 14:17:23 -08:00
  • 8538e03c23 Fixes and clean up for API change. Arthur Britto 2012-11-05 12:25:19 -08:00
  • 5de8183814 Merge branch 'master' of github.com:jedmccaleb/NewCoin Arthur Britto 2012-11-05 10:30:14 -08:00
  • 6a31a585b0 Fix build. Arthur Britto 2012-11-05 10:30:01 -08:00
  • 7d60ac5a39 Merge branch 'master' of https://github.com/jedmccaleb/NewCoin Andrey Fedorov 2012-11-05 10:08:46 -08:00
  • b17d8113ca events lib update Andrey Fedorov 2012-11-05 10:08:33 -08:00
  • a7428ff253 Merge branch 'master' of github.com:jedmccaleb/NewCoin Arthur Britto 2012-11-05 09:42:05 -08:00
  • fd669915ba Remove unnecessary assert. Arthur Britto 2012-11-05 09:41:59 -08:00
  • 7baea209ad JS: Add is_native() to Amount. Arthur Britto 2012-11-05 09:41:30 -08:00
  • 94ce1cce3a Merge branch 'master' of github.com:jedmccaleb/NewCoin into api jed 2012-11-05 06:50:23 -08:00
  • 88325626a8 Merge branch 'master' of github.com:jedmccaleb/NewCoin JoelKatz 2012-11-05 03:09:00 -08:00
  • 5f7c6c4a6b Add an assert. JoelKatz 2012-11-05 03:06:37 -08:00
  • 10e3153091 Cleanup. JoelKatz 2012-11-05 03:06:27 -08:00
  • 6b006e1e98 Cosmetic change. JoelKatz 2012-11-05 03:06:10 -08:00
  • f491216302 Fix a bug that breaks TX acquire logic. JoelKatz 2012-11-05 03:05:46 -08:00
  • d895858d0e Fix a cosmetic bug. JoelKatz 2012-11-05 03:05:39 -08:00
  • c54913f0db . Andrey Fedorov 2012-11-05 02:21:36 -08:00
  • 229c03432d Merge branch 'master' of https://github.com/jedmccaleb/NewCoin Andrey Fedorov 2012-11-05 02:19:14 -08:00
  • 51c79f74fa added local events library Andrey Fedorov 2012-11-05 02:18:56 -08:00
  • e4b954c30c Logging improvements. JoelKatz 2012-11-05 02:05:51 -08:00
  • 17a911121d Fix handling of retriable transactions that don't go in the open ledger immediately. JoelKatz 2012-11-05 01:45:07 -08:00
  • 5d770f3f05 pathfinding jed 2012-11-05 00:09:27 -08:00
  • aae34de65f Mark a FIXME. JoelKatz 2012-11-04 22:49:50 -08:00
  • 88c88148fb Track the supresssion. JoelKatz 2012-11-04 22:49:41 -08:00
  • 66825d0e9d Track the suppression in the ledger proposal. JoelKatz 2012-11-04 22:49:24 -08:00
  • 9432f79ed2 Better debugging. JoelKatz 2012-11-04 20:05:01 -08:00