Commit Graph

  • 20f7a9ae6b JS: Fixes for load and add announcing load. Arthur Britto 2013-02-10 17:13:41 -08:00
  • 4280214a94 Typo. JoelKatz 2013-02-10 16:57:38 -08:00
  • a26a302476 Accept old ledgers acquired over the network at a lower priority. JoelKatz 2013-02-10 16:40:52 -08:00
  • 1c56e3b53a Log load fee changes. JoelKatz 2013-02-10 16:38:52 -08:00
  • 470123dc26 Need a way to remove a trusted node! JoelKatz 2013-02-10 14:21:58 -08:00
  • 9a0970e6de Fix previous commit. JoelKatz 2013-02-10 14:14:06 -08:00
  • c183f32e44 unl_delete should actually remove from the UNL. JoelKatz 2013-02-10 14:08:38 -08:00
  • 8fef4d9b59 Remove some extra logging. JoelKatz 2013-02-10 13:54:10 -08:00
  • a0eae8dae1 Typo. JoelKatz 2013-02-10 13:25:25 -08:00
  • 8653d679b3 Change rule slightly if consensus seems stuck. JoelKatz 2013-02-10 13:23:11 -08:00
  • 7710f82b2b Merge branch 'master' of github.com:jedmccaleb/NewCoin JoelKatz 2013-02-10 02:45:24 -08:00
  • 36a7bc270d I don't think this is needed, but it's harmless and saves me from worrying. JoelKatz 2013-02-10 02:44:15 -08:00
  • fe2e981273 Cleanup. JoelKatz 2013-02-10 02:43:46 -08:00
  • 9fc9326548 Merge branch 'master' of github.com:jedmccaleb/NewCoin Arthur Britto 2013-02-10 02:26:53 -08:00
  • 4e1f0c2c60 Fix RPC account_info to return actNotFound as appropriate. Arthur Britto 2013-02-10 02:26:43 -08:00
  • 9ed6779af9 Trivial changes. JoelKatz 2013-02-10 01:23:52 -08:00
  • b39a977282 Cleanups. JoelKatz 2013-02-10 01:09:37 -08:00
  • e5220a721c Fix the fix. JoelKatz 2013-02-09 20:36:55 -08:00
  • 4843a90910 Fix a deadlock. JoelKatz 2013-02-09 20:33:30 -08:00
  • f8f56b96e0 Tiny cleanups. JoelKatz 2013-02-09 20:07:53 -08:00
  • b6f9811001 Fix the bug that crashed ec3. JoelKatz 2013-02-09 20:07:36 -08:00
  • 4abdb34c20 Trivial cleanups. JoelKatz 2013-02-09 16:17:12 -08:00
  • 4ef325e8a9 More logging improvements. JoelKatz 2013-02-09 16:16:46 -08:00
  • 7ea9ad9de7 Improve consensus logging. JoelKatz 2013-02-09 15:41:21 -08:00
  • 79cbb0eea0 Cleanups. JoelKatz 2013-02-09 15:34:43 -08:00
  • 4496e5cde0 Logging tweak. JoelKatz 2013-02-09 15:34:31 -08:00
  • 18167be5e3 Add new 'consensus_info' RPC command to help troubleshoot consensus convergence issues. JoelKatz 2013-02-09 14:21:57 -08:00
  • b417ff4ef1 Mark a FIXME. The OrderBookDB code doesn't handle deleted nodes, even deleted orders. JoelKatz 2013-02-08 22:11:54 -08:00
  • 1d12e7a8b7 Don't crash if a node is deleted. JoelKatz 2013-02-08 22:11:07 -08:00
  • 00fd3d5a49 Demote some logging. JoelKatz 2013-02-08 16:33:35 -08:00
  • e674bcea36 A collection of small bugfixes. JoelKatz 2013-02-08 16:22:27 -08:00
  • 0896825b92 Merge branch 'master' of github.com:jedmccaleb/NewCoin JoelKatz 2013-02-07 19:41:19 -08:00
  • f95e2ee557 Typo. JoelKatz 2013-02-07 19:27:05 -08:00
  • d4a2401c68 Change free space threshold to 512MB. JoelKatz 2013-02-07 19:25:51 -08:00
  • 6918528d23 JS: Remove broken Seed parse_json string interpretation. Stefan Thomas 2013-02-08 03:56:44 +01:00
  • ce43c77bcc Merge branch 'master' of github.com:jedmccaleb/NewCoin Arthur Britto 2013-02-07 18:39:48 -08:00
  • e44fa621e4 UT: Throw if nodejs version is less than 0.8.18. Arthur Britto 2013-02-07 18:39:21 -08:00
  • 7faea9c1b4 JS: Support for more types in serializedtypes.js. Stefan Thomas 2013-02-08 03:16:42 +01:00
  • 937f614345 JS: Correctly construct submit request when using local_signing. Stefan Thomas 2013-02-08 03:15:43 +01:00
  • 1e3fbcb641 JS: Seed from passphrase support. Stefan Thomas 2013-02-08 03:14:49 +01:00
  • 8e81146f2e JS: Crypto: Fix ECDSA DER signature encoding. Stefan Thomas 2013-02-08 02:38:15 +01:00
  • 1af930fbd1 JS: Override SJCL ECDSA with a standards-compliant version. Stefan Thomas 2013-02-08 02:37:38 +01:00
  • aaad2f6edb Reduce memory growth during ledger fetching. JoelKatz 2013-02-07 17:33:29 -08:00
  • 8b2e866a21 Improve performance by using sqlite3 prepared statements. JoelKatz 2013-02-07 17:07:46 -08:00
  • 0136779b11 Some improvements to the prepared statement code. JoelKatz 2013-02-07 17:06:34 -08:00
  • e07fffc834 JS: Move transaction preparation logic to Transaction class. Stefan Thomas 2013-02-07 18:34:18 +01:00
  • aecabb8c7f JS: Transaction: Fix multiple "final" events due to race condition. Stefan Thomas 2013-02-07 18:32:55 +01:00
  • ee59e37383 JS: Re-upgrade SJCL. Stefan Thomas 2013-02-07 07:02:13 +01:00
  • 51c8fbcaf4 WS: Error "missingCommand" should follow the same format as other errors. Stefan Thomas 2013-02-07 06:54:41 +01:00
  • 55526c378c JS: Local signing bugfixes. Stefan Thomas 2013-02-06 20:58:59 +01:00
  • ff08e952f9 Merge branch 'master' of github.com:jedmccaleb/NewCoin Arthur Britto 2013-02-06 14:53:41 -08:00
  • ac916ad841 Output computed paths for RPC ripple_path_find. Arthur Britto 2013-02-06 14:53:32 -08:00
  • 9cd5b82b93 Remove unhelpful log entry. JoelKatz 2013-02-06 14:09:54 -08:00
  • c4cbc509d3 didn't mean to check that in jed 2013-02-06 11:39:47 -08:00
  • 4b2672e115 . jed 2013-02-06 11:26:55 -08:00
  • 1a4e0d6868 Merge branch 'master' of github.com:jedmccaleb/NewCoin jed 2013-02-06 09:05:43 -08:00
  • 4f40042090 Remove an extraneous cast. JoelKatz 2013-02-06 02:20:54 -08:00
  • 1808454983 Use the new uptime code. Replace slow, non-monotonic 'time(NULL)' calls with fast, almost-always-monotonic 'upTime()' calls. JoelKatz 2013-02-05 22:31:26 -08:00
  • 8c36646b8c Make a fast, monotonic timer. JoelKatz 2013-02-05 22:06:30 -08:00
  • fadceb072d Get the time jump logic right. JoelKatz 2013-02-05 21:55:18 -08:00
  • 5aa810404b Track uptime. Update local fee schedule based on load manager. JoelKatz 2013-02-05 21:33:42 -08:00
  • e8b17ef082 Merge branch 'book' jed 2013-02-05 13:47:25 -08:00
  • eb27240610 first draft jed 2013-02-05 13:04:38 -08:00
  • 96e371bd4b Merge branch 'master' of github.com:jedmccaleb/NewCoin jed 2013-02-05 09:14:19 -08:00
  • 1b2c0b9242 Add database memory usage to 'get_counts' output. JoelKatz 2013-02-04 23:37:44 -08:00
  • 2564b6a60b Bump sqlite3 version to 3.7.15.2 JoelKatz 2013-02-04 16:57:47 -08:00
  • c6f1c6b8b1 Only do an expensive test that's no longer needed if PARANOID. JoelKatz 2013-02-04 16:56:57 -08:00
  • f68a2ed1f5 Merge branch 'master' of github.com:jedmccaleb/NewCoin JoelKatz 2013-02-04 16:56:37 -08:00
  • dd892ae8f4 Rework this code to sanely handle large objects. JoelKatz 2013-02-04 16:56:15 -08:00
  • ef6ef97699 Merge branch 'master' of github.com:jedmccaleb/NewCoin Arthur Britto 2013-02-04 15:40:54 -08:00
  • 83e8e7c624 Many fixes for path finding. Arthur Britto 2013-02-04 15:40:37 -08:00
  • acff2f45f1 Make hasSeen consider all elements of a path element. Arthur Britto 2013-02-04 15:39:53 -08:00
  • 6504403907 Fix large RPC replies. JoelKatz 2013-02-04 13:52:06 -08:00
  • c6aac0f9af Fix a bug Arthur reported -- if you didn't configure for inbound connections, outbound peer and secure websocket connections wouldn't work. JoelKatz 2013-02-03 23:03:14 -08:00
  • b94c91fb9c Sorry. Syntax errors. JoelKatz 2013-02-03 23:02:53 -08:00
  • 87037290d8 Merge branch 'master' of github.com:jedmccaleb/NewCoin Arthur Britto 2013-02-03 17:04:20 -08:00
  • c68b650a36 SConstruct fixes for Ubuntu. Arthur Britto 2013-02-03 17:04:00 -08:00
  • a17234f4f5 Make DB logging smarter. JoelKatz 2013-02-03 11:38:26 -08:00
  • 6f50404013 Log unexpected sqlite3 errors. JoelKatz 2013-02-03 11:29:37 -08:00
  • db83d90f05 UT: Add tests for rippling from XRP. Arthur Britto 2013-02-02 19:16:16 -08:00
  • f1ffac8757 Comment out unused variables. Arthur Britto 2013-02-02 19:11:35 -08:00
  • dc89b3eaf9 Fixes for pathfinding. Arthur Britto 2013-02-02 19:11:20 -08:00
  • 2c957df3cc Catch throws in PaymentTransactor. Arthur Britto 2013-02-02 19:10:36 -08:00
  • 1b27d2bc10 Try to improve consumed and multi-quality handling for ripple calc. Arthur Britto 2013-02-02 19:10:01 -08:00
  • c9b954dd7c Fix order book scaning for path finding. Arthur Britto 2013-02-02 19:08:26 -08:00
  • 3f4a06df9f Fix pays vs get for order book base generation. Arthur Britto 2013-02-02 19:07:28 -08:00
  • 4fa726f2d3 Add no_gateway option to UInt160's to_json(). Arthur Britto 2013-02-02 13:11:54 -08:00
  • 39ba2613d9 JS: Added ripple.config.load convenience function. Stefan Thomas 2013-02-02 14:05:37 +01:00
  • 4e526c78e6 JS: Pass opts in to_human_full(). Arthur Britto 2013-02-02 02:46:42 -08:00
  • cec8b12a49 JS: Add to_human_full and support for gateways to addresses. Arthur Britto 2013-02-02 01:32:00 -08:00
  • bee86c9b6f Get rid of extra/broken async_read. Arthur Britto 2013-02-01 19:34:06 -08:00
  • 4258e15b58 Merge branch 'autoclient' Arthur Britto 2013-02-01 19:30:36 -08:00
  • 1b9bf68877 Have RPCSub use new callRPC. Arthur Britto 2013-02-01 19:25:01 -08:00
  • c25f480cb8 Fixes for https client over AutoSocket. Arthur Britto 2013-02-01 19:02:08 -08:00
  • 628a1bdd5f Merge branch 'master' into autoclient Arthur Britto 2013-02-01 19:01:10 -08:00
  • b9642f0e9e One more. JoelKatz 2013-02-01 18:18:57 -08:00
  • 7e6e164513 Missing scope. JoelKatz 2013-02-01 18:10:58 -08:00
  • c834ce4e06 More work toward http/https client merge. Arthur Britto 2013-02-01 18:10:53 -08:00
  • 1012833991 Additional override. JoelKatz 2013-02-01 18:09:21 -08:00
  • e53e27cfa6 Always provided extended RPC ledger_header info. Arthur Britto 2013-02-01 17:06:36 -08:00