Commit Graph

1289 Commits

Author SHA1 Message Date
Arthur Britto
a62c72d79b More verbose logging about publishing. 2013-02-10 21:48:42 -08:00
Arthur Britto
7ac4bced80 Warn if configuration has wrong number of lines when single expected. 2013-02-10 21:48:03 -08:00
JoelKatz
4280214a94 Typo. 2013-02-10 16:57:38 -08:00
JoelKatz
a26a302476 Accept old ledgers acquired over the network at a lower priority. 2013-02-10 16:40:52 -08:00
JoelKatz
1c56e3b53a Log load fee changes. 2013-02-10 16:38:52 -08:00
JoelKatz
470123dc26 Need a way to remove a trusted node! 2013-02-10 14:21:58 -08:00
JoelKatz
9a0970e6de Fix previous commit. 2013-02-10 14:14:06 -08:00
JoelKatz
c183f32e44 unl_delete should actually remove from the UNL. 2013-02-10 14:08:38 -08:00
JoelKatz
8fef4d9b59 Remove some extra logging. 2013-02-10 13:54:10 -08:00
JoelKatz
a0eae8dae1 Typo. 2013-02-10 13:25:25 -08:00
JoelKatz
8653d679b3 Change rule slightly if consensus seems stuck. 2013-02-10 13:23:11 -08:00
JoelKatz
7710f82b2b Merge branch 'master' of github.com:jedmccaleb/NewCoin 2013-02-10 02:45:24 -08:00
JoelKatz
36a7bc270d I don't think this is needed, but it's harmless and saves me from worrying. 2013-02-10 02:44:15 -08:00
JoelKatz
fe2e981273 Cleanup. 2013-02-10 02:43:46 -08:00
Arthur Britto
9fc9326548 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2013-02-10 02:26:53 -08:00
Arthur Britto
4e1f0c2c60 Fix RPC account_info to return actNotFound as appropriate. 2013-02-10 02:26:43 -08:00
JoelKatz
9ed6779af9 Trivial changes. 2013-02-10 01:23:52 -08:00
JoelKatz
b39a977282 Cleanups. 2013-02-10 01:09:37 -08:00
JoelKatz
e5220a721c Fix the fix. 2013-02-09 20:36:55 -08:00
JoelKatz
4843a90910 Fix a deadlock. 2013-02-09 20:33:30 -08:00
JoelKatz
f8f56b96e0 Tiny cleanups. 2013-02-09 20:07:53 -08:00
JoelKatz
b6f9811001 Fix the bug that crashed ec3. 2013-02-09 20:07:36 -08:00
JoelKatz
4abdb34c20 Trivial cleanups. 2013-02-09 16:17:12 -08:00
JoelKatz
4ef325e8a9 More logging improvements. 2013-02-09 16:16:46 -08:00
JoelKatz
7ea9ad9de7 Improve consensus logging. 2013-02-09 15:41:21 -08:00
JoelKatz
79cbb0eea0 Cleanups. 2013-02-09 15:34:43 -08:00
JoelKatz
4496e5cde0 Logging tweak. 2013-02-09 15:34:31 -08:00
JoelKatz
18167be5e3 Add new 'consensus_info' RPC command to help troubleshoot consensus convergence issues. 2013-02-09 14:21:57 -08:00
JoelKatz
b417ff4ef1 Mark a FIXME. The OrderBookDB code doesn't handle deleted nodes, even deleted orders. 2013-02-08 22:11:54 -08:00
JoelKatz
1d12e7a8b7 Don't crash if a node is deleted. 2013-02-08 22:11:07 -08:00
JoelKatz
00fd3d5a49 Demote some logging. 2013-02-08 16:33:35 -08:00
JoelKatz
e674bcea36 A collection of small bugfixes. 2013-02-08 16:22:27 -08:00
JoelKatz
f95e2ee557 Typo. 2013-02-07 19:27:05 -08:00
JoelKatz
d4a2401c68 Change free space threshold to 512MB. 2013-02-07 19:25:51 -08:00
JoelKatz
aaad2f6edb Reduce memory growth during ledger fetching. 2013-02-07 17:33:29 -08:00
JoelKatz
8b2e866a21 Improve performance by using sqlite3 prepared statements. 2013-02-07 17:07:46 -08:00
JoelKatz
0136779b11 Some improvements to the prepared statement code. 2013-02-07 17:06:34 -08:00
Stefan Thomas
51c8fbcaf4 WS: Error "missingCommand" should follow the same format as other errors. 2013-02-07 18:35:20 +01:00
Arthur Britto
ff08e952f9 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2013-02-06 14:53:41 -08:00
Arthur Britto
ac916ad841 Output computed paths for RPC ripple_path_find. 2013-02-06 14:53:32 -08:00
JoelKatz
9cd5b82b93 Remove unhelpful log entry. 2013-02-06 14:09:54 -08:00
jed
4b2672e115 . 2013-02-06 11:26:55 -08:00
jed
1a4e0d6868 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2013-02-06 09:05:43 -08:00
JoelKatz
4f40042090 Remove an extraneous cast. 2013-02-06 02:20:54 -08:00
JoelKatz
1808454983 Use the new uptime code. Replace slow, non-monotonic 'time(NULL)' calls
with fast, almost-always-monotonic 'upTime()' calls.
2013-02-05 22:31:26 -08:00
JoelKatz
8c36646b8c Make a fast, monotonic timer. 2013-02-05 22:06:30 -08:00
JoelKatz
fadceb072d Get the time jump logic right. 2013-02-05 21:55:18 -08:00
JoelKatz
5aa810404b Track uptime. Update local fee schedule based on load manager. 2013-02-05 21:33:42 -08:00
jed
e8b17ef082 Merge branch 'book'
Conflicts:
	src/cpp/ripple/OrderBookDB.cpp
	src/cpp/ripple/OrderBookDB.h
	src/cpp/ripple/Pathfinder.cpp
2013-02-05 13:47:25 -08:00
jed
eb27240610 first draft 2013-02-05 13:04:38 -08:00