Commit Graph

21 Commits

Author SHA1 Message Date
JoelKatz
c9571a2692 Fix a case where we don't create a stub for a non-present field. 2012-05-15 13:30:30 -07:00
JoelKatz
72ef5f6e4b Somehow this function disappeared. 2012-05-03 12:39:38 -07:00
JoelKatz
2810f887a5 Cosmetic fix. Extra debug. 2012-04-26 18:58:31 -07:00
JoelKatz
f461ef1945 VL unit test. 2012-04-26 18:36:27 -07:00
JoelKatz
d458b68228 Bugfixes. 2012-04-26 16:38:47 -07:00
JoelKatz
ccd2f9a76f Bugfixes from unit test. 2012-04-25 21:47:20 -07:00
JoelKatz
44afa8fcf9 Tie the STAccount class to the NewcoinAddress code. 2012-04-23 15:58:27 -07:00
JoelKatz
003ec1af1e Missing helper functions. 2012-04-22 18:47:59 -07:00
JoelKatz
1ea7b56fa8 Various cleanups, mostly style and whitespace. 2012-04-17 02:34:24 -07:00
JoelKatz
9fa335af63 Update to 32-bit flags. A few serialized transaction fixes. 2012-04-12 16:02:20 -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
f705b647a1 Get a field as a string. 2012-03-28 15:08:41 -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
649e1fda37 Final non-breaking changes to serializer classes. Extra set helper functions. 2012-03-26 11:43:26 -07:00
JoelKatz
42a7f57614 Some helper functions. 2012-03-25 19:54:57 -07:00
JoelKatz
38cecf2d8f Code improvements:
A way to avoid duplicate field indexes that Arthur came up with.
Abstract out code to create individual fields.
Field index operations.
Flag operations.
Optional field operations.
2012-03-25 00:04:59 -07:00
JoelKatz
228b36d734 STUObject->STObject 2012-03-22 15:45:22 -07:00
JoelKatz
1f3fcd5c65 Missing from previous commits. Sorry Arthur. 2012-03-21 14:54:37 -07:00