Commit Graph

30 Commits

Author SHA1 Message Date
JoelKatz
69c559a1b3 Fix the bug that was breaking Jed's build. 2012-05-11 16:30:28 -07:00
Arthur Britto
f548e27e67 Cosmetic changes. 2012-05-05 16:46:29 -07:00
JoelKatz
cf801992be Cleanups. Missing helper functions. 2012-05-03 12:40:05 -07:00
JoelKatz
fc10975bb7 Tiny cosmetic fix. 2012-04-26 18:58:56 -07:00
JoelKatz
275d509d31 Small cleanups. 2012-04-24 18:03:12 -07:00
JoelKatz
4bb078f053 *_clone functions were in the wrong place. 2012-04-24 15:57:46 -07:00
JoelKatz
18c1b104a0 NewcoinAddress functions. 2012-04-23 16:00:09 -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
f354f1578a Missing from previous commit. 2012-04-12 16:02:33 -07:00
JoelKatz
6aeded3863 Missing commit. 2012-04-11 23:38:07 -07:00
JoelKatz
6bf6d86cd9 Offer logic seems to be working now. 2012-04-10 15:26:44 -07:00
JoelKatz
b2b30ef0e6 Typo. 2012-04-09 21:14:47 -07:00
JoelKatz
005ea61f9b All currency operations except the three weirdest ones for exchanges. 2012-04-09 21:00:27 -07:00
JoelKatz
fcdf42e799 Promote 'amounts' to a new type. Codify storage format, both internal
and serialized. Define operators.
2012-04-09 19:36:51 -07:00
JoelKatz
21bb574e96 Having a function in a base class that's widely overloaded called 'getType'
is a bad idea. Change it to 'getSType'.
2012-04-08 19:56:48 -07:00
JoelKatz
d7669944de Ability to compare serialized types. 2012-04-08 16:33:28 -07:00
JoelKatz
d384860dd7 Support for STI_LEDGERENTRY. 2012-04-06 22:35:12 -07:00
JoelKatz
11cbf862e4 Full support for 128-bit types. Remove throw() specifications. 2012-04-05 21:08:34 -07:00
JoelKatz
cb28fd52a3 Make accounts there own type
so we can add new functionality  and so they can display properly.
Cleanups and missing helper function.
2012-03-27 15:51:14 -07:00
JoelKatz
bd9780e503 Tie the new serialization code into the Json code.
Small cleanups.
2012-03-26 20:31:03 -07:00
JoelKatz
b2caa606d0 Bugfixes and some new functionality to better support higher-level types. 2012-03-21 11:30:01 -07:00
JoelKatz
325ebc2312 Fix some incorrect numbering. Add some new constructors. 2012-03-20 11:21:16 -07:00
JoelKatz
ad556a11cf Support for transaction type. 2012-03-19 09:28:14 -07:00
JoelKatz
50cb87087c Updates. 2012-03-18 11:13:20 -07:00
JoelKatz
99493c662a Commit for Arthur.
getFullText, object layout.
STUObject code.
2012-03-16 17:04:18 -07:00
JoelKatz
672b976eb6 Bugfixes and missing functionality.
STUVL::getLength, STUTL::getLength, list->vector, getTaggedListLength
2012-03-15 11:46:43 -07:00
JoelKatz
47e1f5a1d4 More work on the new serialized types. 2012-03-14 17:15:41 -07:00
JoelKatz
578ca1c748 Updates to this code. 2012-03-14 11:20:22 -07:00
JoelKatz
429af40139 Add headers for serialized objects and types.
This is a table-driver serialized that can also serialized/deserialize
to/from binary, text, and database formats.
2012-03-12 15:25:56 -07:00