Commit Graph

17 Commits

Author SHA1 Message Date
Arthur Britto
b8333f8d92 Remove obsolete TargetLedger support from TransactionFromats. 2012-05-17 20:34:24 -07:00
Arthur Britto
e4d5d1c725 Work on Create and Payment transactions. 2012-05-16 17:17:35 -07:00
Arthur Britto
9bbbf24f43 Fix Claim transaction to prove authority. 2012-05-15 20:28:29 -07:00
JoelKatz
0936bd9ec7 Cosmetic changes. 2012-05-15 16:21:21 -07:00
Arthur Britto
08fbc09db0 Add SourceTag to wallet_claim transaction. 2012-05-13 15:35:21 -07:00
Arthur Britto
e0cb27f1c1 Add support for claim transaction. 2012-05-12 18:30:47 -07:00
Arthur Britto
498d591e42 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-05-11 18:29:47 -07:00
Arthur Britto
5ad3eb6d4d Work towards Claim. 2012-05-11 18:29:41 -07:00
JoelKatz
caa7306eb6 Extension flag was incorrect. 2012-05-11 16:03:40 -07:00
Arthur Britto
f548e27e67 Cosmetic changes. 2012-05-05 16:46:29 -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
812445f205 getFormat -> getTxnFormat 2012-04-07 03:56:40 -07:00
JoelKatz
b72cdbac66 Cleanups. Move the sequence number into the middle transaction. 2012-03-26 18:04:36 -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
18ca0ebb21 Don't use 'magic numbers' for transaction types. Extra transaction constants.
getFormat function.
2012-03-20 11:21:40 -07:00
JoelKatz
7e6406a484 Move the table to the implementation. 2012-03-19 09:08:55 -07:00