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
|
9b20a3ae71
|
Don't scan entire account transaction database when adding transaction.
|
2013-03-21 06:02:46 -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 |
|