Commit Graph

22 Commits

Author SHA1 Message Date
Vinnie Falco
92bdcba096 Split DH from utils, remove utils from project 2013-05-27 13:16:08 -07:00
JoelKatz
10240a3314 More work on sanely enabling features 2013-05-11 16:39:55 -07:00
JoelKatz
4f87d95add Don't let WAL files grow without bound. 2013-04-18 16:06:18 -07:00
JoelKatz
4c9c2ec0a6 Merge branch 'new_pathfinding' of github.com:jedmccaleb/NewCoin into develop 2013-04-04 20:33:52 -07:00
JoelKatz
b3f2f68682 Fix bug in AccountTransactions database creation. 2013-04-04 15:26:35 -07:00
JoelKatz
f2397856a5 Merge branch 'master' of github.com:jedmccaleb/NewCoin into new_pathfinding 2013-04-03 12:46:32 -07:00
JoelKatz
5cc9314d03 Add a framework for detecting databases that need updating.
Put transaction from account_tx command in transaction application sequence.
CAUTION: This modifies your databases and will cause a delay on your next startup.
2013-04-01 19:03:28 -07:00
JoelKatz
e5024074c0 Merge branch 'master' of https://github.com/jedmccaleb/NewCoin into new_pathfinding
Conflicts:
	src/cpp/ripple/Application.cpp
	src/cpp/ripple/Pathfinder.cpp

Merge.
2013-03-29 10:27:54 -07:00
JoelKatz
59abdad8f4 This should fix the I/O slowdowns. Missing index needed for
saving accepted ledgers.
2013-03-27 10:45:28 -07:00
JoelKatz
140314adce Merge branch 'master' of github.com:jedmccaleb/NewCoin into new_pathfinding 2013-03-22 14:48:15 -07:00
JoelKatz
9b20a3ae71 Don't scan entire account transaction database when adding transaction. 2013-03-21 06:02:46 -07:00
JoelKatz
03a72b3e08 Create lines databases. 2013-03-19 03:26:44 -07:00
JoelKatz
e31eb67b10 Fix typo. 2013-03-12 14:05:33 -07:00
JoelKatz
ba7d40ad63 TransID cannot be primary key. 2013-03-12 14:02:48 -07:00
JoelKatz
f99fc4c36e Fix a missing index. 2013-03-03 02:44:24 -08:00
JoelKatz
7d8df3dddf Save validations in a form they can actually be used. 2013-01-31 15:40:41 -08:00
JoelKatz
65a1d00751 Remove dead PubKeyCache code. 2013-01-17 10:54:37 -08:00
JoelKatz
2c38bfbbad Speed up ledger writing. 2013-01-11 16:40:04 -08:00
JoelKatz
d0fbcd64ba Fix typos. 2013-01-10 00:33:18 -08:00
JoelKatz
c3498cbfcb Use WOL mode to avoid performance problems with large writes causing huge latency for small reads.
See: http://www.sqlite.org/wal.html
2013-01-10 00:16:50 -08:00
Stefan Thomas
6a889d6ccc Add missing comma (fix transaction metadata persistence.) 2012-11-29 15:56:04 -08:00
Stefan Thomas
fa3fab5816 Moved cpp code to src/cpp and js code to src/js. 2012-11-07 12:49:50 -08:00