Commit Graph

13695 Commits

Author SHA1 Message Date
JoelKatz
1ea7b56fa8 Various cleanups, mostly style and whitespace. 2012-04-17 02:34:24 -07:00
JoelKatz
cc4b350eb7 Build the LedgerEngine logic into the Ledger class.
Add index rules for account state and ripple nodes.
2012-04-16 11:39:29 -07:00
JoelKatz
7ab3da2f76 This will be built into the Ledger class. 2012-04-16 11:39:01 -07:00
Arthur Britto
34e5b77223 Bug fixes and add scoring framing work. 2012-04-14 19:13:43 -07:00
Arthur Britto
d03c1bd11d Cosmetic changes. 2012-04-14 19:13:08 -07:00
Arthur Britto
2c6544d3d3 Remove misc persistancy from Wallet. 2012-04-14 19:12:23 -07:00
Arthur Britto
1c722ea893 Fix url parsing. 2012-04-14 19:11:12 -07:00
Arthur Britto
1e980dae29 Initial check in of misc utilities. 2012-04-14 19:10:18 -07:00
JoelKatz
5f7d182a7c It makes much more sense this way:
LedgerEngine: Performs high-level ledger operations.
TransactionEngine: Performs high-level transaction operations.
2012-04-14 12:55:01 -07:00
Arthur Britto
e36bf8f907 Merge branch 'bootstrap' 2012-04-13 20:50:24 -07:00
Arthur Britto
85b5922603 Work toward automated UNL maintenance. 2012-04-13 20:47:34 -07:00
Arthur Britto
658cd9cf30 Add support for getting a Sha256 from a String. 2012-04-13 20:45:08 -07:00
Arthur Britto
96f23534c3 Add const to some ParseSection functions. 2012-04-13 20:44:11 -07:00
Arthur Britto
12349122e5 Improve error reporting and add clearing to NewcoinAddress. 2012-04-13 20:43:29 -07:00
Arthur Britto
1d8d60b6a6 Comment out debugging. 2012-04-13 20:42:55 -07:00
Arthur Britto
c01ca8bf39 Comment out unused config variables. 2012-04-13 20:42:05 -07:00
Arthur Britto
4d7f86c43e Add support for escaping String and detecting nulls to database. 2012-04-13 20:41:03 -07:00
Arthur Britto
d861cf5719 Add support for detecting NULL entires to sqlite. 2012-04-13 20:40:25 -07:00
JoelKatz
a5e8afa228 Small cleanups. 2012-04-13 20:19:21 -07:00
JoelKatz
f05d6e0642 Rename SerializedLedger to SerializedLedgerEntry. It's not a whole ledger. 2012-04-13 20:07:57 -07:00
JoelKatz
a4ae83c6fe Make style right. 2012-04-13 19:27:19 -07:00
JoelKatz
12b5eb5991 Skeleton, for comments. 2012-04-13 16:55:11 -07:00
JoelKatz
a3c0661451 A simplification. 2012-04-13 16:29:42 -07:00
JoelKatz
f5464e02b6 Unit test framework. 2012-04-12 23:41:32 -07:00
JoelKatz
9f58a4bfbf Cleanups. 2012-04-12 23:23:14 -07:00
JoelKatz
d8a284f129 Cleanups. 2012-04-12 23:22:44 -07:00
JoelKatz
498aba272f Fixes and cleanups. 2012-04-12 23:22:13 -07:00
JoelKatz
f354f1578a Missing from previous commit. 2012-04-12 16:02:33 -07:00
JoelKatz
9fa335af63 Update to 32-bit flags. A few serialized transaction fixes. 2012-04-12 16:02:20 -07:00
JoelKatz
519a1c9a1d Native currency scaling. 2012-04-12 06:06:48 -07:00
JoelKatz
e42084d496 Warning, this is not the current design. It will be fixed to use the
new STAmount code.
2012-04-12 05:21:03 -07:00
Arthur Britto
f4e4ef5bc9 Update to sqlite 3.7.11 2012-04-11 23:47:02 -07:00
Arthur Britto
a7493aea2f Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-04-11 23:46:07 -07:00
JoelKatz
6aeded3863 Missing commit. 2012-04-11 23:38:07 -07:00
Arthur Britto
5492c62703 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-04-11 23:36:57 -07:00
JoelKatz
1c895a593d Sync. 2012-04-11 14:59:31 -07:00
JoelKatz
ded4d19a65 Optimize / operation. 2012-04-11 14:24:22 -07:00
JoelKatz
efd363538c Fix some special cases. Cleanup whitespace. 2012-04-11 12:32:41 -07:00
JoelKatz
dc8889668a Simplification. 2012-04-11 12:25:09 -07:00
JoelKatz
b771a11836 A 1/3 lsb offset is needed to make the multiplication round down correctly. 2012-04-11 00:27:49 -07:00
JoelKatz
48fe991cdb Rounding fix. 2012-04-10 17:00:40 -07:00
JoelKatz
e61ddb980e Off by one error. 2012-04-10 16:51:00 -07:00
JoelKatz
db2846547f Missed one special cast. 2012-04-10 16:47:17 -07:00
JoelKatz
c1cd616359 Always display these exactly. 2012-04-10 16:46:41 -07:00
JoelKatz
ce30701744 Code to compute how much you need to pay to get a particular output from an offer. 2012-04-10 16:04:28 -07:00
JoelKatz
6bf6d86cd9 Offer logic seems to be working now. 2012-04-10 15:26:44 -07:00
JoelKatz
22d3354ccc Typo. 2012-04-10 14:37:20 -07:00
JoelKatz
7ebd7a1845 Cleanups, add comments, some fixes. 2012-04-10 14:36:53 -07:00
JoelKatz
ad1ae6af23 Fix mishandling of zero values. Must add to unit test! 2012-04-10 13:22:16 -07:00
JoelKatz
b093110890 Fixes. 2012-04-10 13:11:20 -07:00