Commit Graph

19 Commits

Author SHA1 Message Date
Vinnie Falco
794b84c473 Fix missing file names for new Log partition code 2013-05-27 13:15:57 -07:00
Vinnie Falco
5615bd230d Strip includes from module sources and move them into unity .cpp file 2013-05-27 13:14:06 -07:00
Vinnie Falco
d8d52d975c Finish Log changes for module ripple_ledger 2013-05-27 13:14:05 -07:00
JoelKatz
2b39f6a618 Cache signature state inside SerializedTransaction. 2013-05-15 16:04:10 -07:00
JoelKatz
46dbd3e967 Emergency fix. boost::format doesn't have the thread safety we thought. 2013-04-08 17:17:16 -07:00
JoelKatz
606dff758c Support compiling with C++11 rules. Compile C++11 by default.
This gives us some significant performance boosts when containers and binds.
2013-03-16 02:38:05 -07:00
JoelKatz
5f35afc645 This makes more sense. 2013-03-15 02:38:47 -07:00
JoelKatz
a59e0f940b Fix. 2013-03-11 23:32:40 -07:00
JoelKatz
19c7406b96 Correct INSERT statement. 2013-03-03 05:00:28 -08:00
JoelKatz
923446fb78 Fix 'tx' output format. Begin supporting a binary output format.
This adds support for binary in 'tx' and 'account_tx' commands.
https://ripple.com/wiki/FormatChange
2013-02-25 12:51:06 -08:00
JoelKatz
6b4141f583 Cleanups. 2013-01-29 14:28:05 -08:00
JoelKatz
a6d189e2da Consider accounts that issue offer currencies as affected/mentioned. 2013-01-23 17:50:45 -08:00
JoelKatz
8da284705f Fix 'getAffectedAccount' -- logic was totally wrong.
You can't get this from the transaction because which accounts a transaction
affects depends on things like which offers it winds up taking. And you
can't build it with the metadata because you don't always build the metadata
locally -- consider fetching a ledger after a network split. The only
rational way to do this is to build the affected account vector from the
metadata.
2013-01-17 10:46:12 -08:00
Arthur Britto
8877501e5b Remove db->escape in favor of sqlEscape. 2013-01-06 02:08:54 -08:00
Arthur Britto
511587da5d Sign based on --testnet. 2013-01-02 22:55:47 -08:00
JoelKatz
25de434252 Add the limit amount issuer to the list of affected accounts. 2012-12-03 18:08:07 -08:00
JoelKatz
a38e7fd496 Metadata versions of the transaction SQL helper functions. 2012-11-29 09:50:34 -08:00
JoelKatz
d339eb8cad Fix unit tests. 2012-11-12 22:58:29 -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