Commit Graph

22 Commits

Author SHA1 Message Date
Arthur Britto
5ad3eb6d4d Work towards Claim. 2012-05-11 18:29:41 -07:00
JoelKatz
077da2acda Remove extraneous 'return' 2012-04-25 21:47:47 -07:00
JoelKatz
0903f5e433 Be clear about what's an account and what's a public key. 2012-04-24 04:42:49 -07:00
JoelKatz
9e2d13ff3e SerializedTransaction::getAffectdAccounts
So we can know what transactions affect what accounts.
2012-04-24 04:34:46 -07:00
JoelKatz
454f47fa99 Tie SerializedTransacion code to NewcoinAddress code. 2012-04-23 15:59:02 -07:00
JoelKatz
585d800fb4 Bug fixes. 2012-04-21 02:20:09 -07:00
JoelKatz
9a50a0e4f1 Helper function for STAccount->uint160 inside an object. 2012-04-20 20:21:27 -07:00
JoelKatz
ad8ff12803 Fix mishandling of signing account.
Fix failure to set transaction type.
2012-04-20 13:30:18 -07:00
JoelKatz
1ea7b56fa8 Various cleanups, mostly style and whitespace. 2012-04-17 02:34:24 -07:00
JoelKatz
b4f1aa0e47 Missing 'const' 2012-04-08 19:57:32 -07:00
JoelKatz
d7669944de Ability to compare serialized types. 2012-04-08 16:33:28 -07:00
JoelKatz
812445f205 getFormat -> getTxnFormat 2012-04-07 03:56:40 -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
b72cdbac66 Cleanups. Move the sequence number into the middle transaction. 2012-03-26 18:04:36 -07:00
JoelKatz
649e1fda37 Final non-breaking changes to serializer classes. Extra set helper functions. 2012-03-26 11:43:26 -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
4ac2aefe48 Format fixes. Transaction fee functions. 2012-03-22 20:50:34 -07:00
JoelKatz
c819884990 More member function. 2012-03-22 15:45:46 -07:00
JoelKatz
b5082aabbf Tie into STUObject code. 2012-03-21 14:35:40 -07:00
JoelKatz
8d0d3d36ef Some more work on this class. Constructors. get* functions. 2012-03-20 11:22:14 -07:00
JoelKatz
b6f929c8a9 Skeleton. 2012-03-19 09:31:01 -07:00