Commit Graph

4462 Commits

Author SHA1 Message Date
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
0896825b92 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2013-02-07 19:41:19 -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
Stefan Thomas
6918528d23 JS: Remove broken Seed parse_json string interpretation. 2013-02-08 03:57:32 +01:00
Arthur Britto
ce43c77bcc Merge branch 'master' of github.com:jedmccaleb/NewCoin 2013-02-07 18:39:48 -08:00
Arthur Britto
e44fa621e4 UT: Throw if nodejs version is less than 0.8.18. 2013-02-07 18:39:33 -08:00
Stefan Thomas
7faea9c1b4 JS: Support for more types in serializedtypes.js. 2013-02-08 03:18:46 +01:00
Stefan Thomas
937f614345 JS: Correctly construct submit request when using local_signing. 2013-02-08 03:18:46 +01:00
Stefan Thomas
1e3fbcb641 JS: Seed from passphrase support. 2013-02-08 03:18:46 +01:00
Stefan Thomas
8e81146f2e JS: Crypto: Fix ECDSA DER signature encoding. 2013-02-08 03:18:46 +01:00
Stefan Thomas
1af930fbd1 JS: Override SJCL ECDSA with a standards-compliant version. 2013-02-08 03:18:46 +01: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
e07fffc834 JS: Move transaction preparation logic to Transaction class. 2013-02-07 18:35:20 +01:00
Stefan Thomas
aecabb8c7f JS: Transaction: Fix multiple "final" events due to race condition. 2013-02-07 18:35:20 +01:00
Stefan Thomas
ee59e37383 JS: Re-upgrade SJCL. 2013-02-07 18:35:20 +01:00
Stefan Thomas
51c8fbcaf4 WS: Error "missingCommand" should follow the same format as other errors. 2013-02-07 18:35:20 +01:00
Stefan Thomas
55526c378c JS: Local signing bugfixes. 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
c4cbc509d3 didn't mean to check that in 2013-02-06 11:39:47 -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
JoelKatz
1b2c0b9242 Add database memory usage to 'get_counts' output. 2013-02-04 23:37:44 -08:00
JoelKatz
2564b6a60b Bump sqlite3 version to 3.7.15.2 2013-02-04 16:57:47 -08:00
JoelKatz
c6f1c6b8b1 Only do an expensive test that's no longer needed if PARANOID. 2013-02-04 16:56:57 -08:00
JoelKatz
f68a2ed1f5 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2013-02-04 16:56:37 -08:00
JoelKatz
dd892ae8f4 Rework this code to sanely handle large objects. 2013-02-04 16:56:15 -08:00
Arthur Britto
ef6ef97699 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2013-02-04 15:40:54 -08:00
Arthur Britto
83e8e7c624 Many fixes for path finding. 2013-02-04 15:40:37 -08:00
Arthur Britto
acff2f45f1 Make hasSeen consider all elements of a path element. 2013-02-04 15:39:53 -08:00
JoelKatz
6504403907 Fix large RPC replies. 2013-02-04 13:52:06 -08:00
JoelKatz
c6aac0f9af Fix a bug Arthur reported -- if you didn't configure for inbound connections,
outbound peer and secure websocket connections wouldn't work.
2013-02-03 23:03:14 -08:00
JoelKatz
b94c91fb9c Sorry. Syntax errors. 2013-02-03 23:02:53 -08:00