Merge branch 'master' of https://github.com/jedmccaleb/NewCoin into new_pathfinding

Conflicts:
	src/cpp/ripple/Application.cpp
	src/cpp/ripple/Pathfinder.cpp

Merge.
This commit is contained in:
JoelKatz
2013-03-29 10:27:54 -07:00
47 changed files with 715 additions and 486 deletions

View File

@@ -19,6 +19,9 @@ const char *TxnDBInit[] = {
RawTxn BLOB, \
TxnMeta BLOB \
);",
"CREATE INDEX TxLgrIndex ON \
Transactions(LedgerSeq);",
"CREATE TABLE AccountTransactions ( \
TransID CHARACTER(64), \
Account CHARACTER(64), \