Commit Graph

674 Commits

Author SHA1 Message Date
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
cbddb42e43 The upcoming Txn DB change. 2012-03-27 15:50:22 -07:00
JoelKatz
bd9780e503 Tie the new serialization code into the Json code.
Small cleanups.
2012-03-26 20:31:03 -07:00
JoelKatz
ec7833d56e Use some constants for middle transaction positions. 2012-03-26 18:05:09 -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
39ce609a54 Push non-breaking changes to main branch. 2012-03-25 21:15:31 -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
4ac2aefe48 Format fixes. Transaction fee functions. 2012-03-22 20:50:34 -07:00
JoelKatz
2af323086f Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-03-22 15:50:22 -07:00
JoelKatz
c819884990 More member function. 2012-03-22 15:45:46 -07:00
JoelKatz
254f3191de Wrong magic number. 2012-03-22 15:45:29 -07:00
JoelKatz
228b36d734 STUObject->STObject 2012-03-22 15:45:22 -07:00
Arthur Britto
a9bc2aa6e5 Add usage for new unl commands. 2012-03-21 16:55:42 -07:00
Arthur Britto
9027715d92 Merge branch 'master' into unl 2012-03-21 16:50:06 -07:00
JoelKatz
1f3fcd5c65 Missing from previous commits. Sorry Arthur. 2012-03-21 14:54:37 -07:00
Arthur Britto
0c0fbbbf5d Merge branch 'master' into unl 2012-03-21 14:43:37 -07:00
Arthur Britto
867835fcfa Add unl_reset command. 2012-03-21 14:43:13 -07:00
Arthur Britto
d070b10f21 Add unl_delete command. 2012-03-21 14:37:44 -07:00
Arthur Britto
69d492f4e5 Fix wallet table creation. 2012-03-21 14:36:46 -07:00
JoelKatz
b5082aabbf Tie into STUObject code. 2012-03-21 14:35:40 -07:00
JoelKatz
b2caa606d0 Bugfixes and some new functionality to better support higher-level types. 2012-03-21 11:30:01 -07:00
Arthur Britto
091dada531 Merge branch 'master' into unl 2012-03-20 15:21:20 -07:00
Arthur Britto
d0eb4567ba NewcoinAddress fixes and work towards unls. 2012-03-20 15:20:39 -07:00
JoelKatz
ebc93b8292 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-03-20 11:22:36 -07:00
JoelKatz
8d0d3d36ef Some more work on this class. Constructors. get* functions. 2012-03-20 11:22:14 -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
325ebc2312 Fix some incorrect numbering. Add some new constructors. 2012-03-20 11:21:16 -07:00
JoelKatz
bcb7206d74 Change some STU* names to ST* names. 2012-03-20 11:21:02 -07:00
JoelKatz
fded795841 Missing constructor. 2012-03-20 11:20:37 -07:00
Arthur Britto
6bf311c819 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-03-19 12:16:01 -07:00
Arthur Britto
b4751f9a3a Minor clean up for human formats and DB. 2012-03-19 12:11:56 -07:00
JoelKatz
2c113e8f8e Type for transaction types. 2012-03-19 09:31:20 -07:00
JoelKatz
b6f929c8a9 Skeleton. 2012-03-19 09:31:01 -07:00
JoelKatz
ad556a11cf Support for transaction type. 2012-03-19 09:28:14 -07:00
JoelKatz
4b66d24e3a Transaction in modifiable form. 2012-03-19 09:27:46 -07:00
JoelKatz
7e6406a484 Move the table to the implementation. 2012-03-19 09:08:55 -07:00
JoelKatz
a03076823b Some missing helper functions. 2012-03-19 09:06:40 -07:00
Arthur Britto
ddb3f501b1 Remove unused unl.xml and wallet.xml. 2012-03-18 20:25:02 -07:00
Arthur Britto
0e78e379c7 Return AccountPublic in JSON. 2012-03-18 19:25:06 -07:00
Arthur Britto
db73b12c9f Remove unused function isHex. 2012-03-18 19:11:43 -07:00
Arthur Britto
af44d6d1f4 Merge branch 'master' into address 2012-03-18 19:08:57 -07:00
Arthur Britto
925cc6ff86 Many fixes and clean up for NewcoinAddress. 2012-03-18 19:00:28 -07:00
JoelKatz
50cb87087c Updates. 2012-03-18 11:13:20 -07:00
Arthur Britto
73ff9b95ad Rework addresses. 2012-03-17 20:19:09 -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
Arthur Britto
6e8421dd99 Reorder base58 for optimal short addresses and prefered names. 2012-03-14 16:28:24 -07:00