Commit Graph

13695 Commits

Author SHA1 Message Date
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
Arthur Britto
6a3a3becbc Merge branch 'master' into unl 2012-03-14 15:07:56 -07:00
Arthur Britto
e7c350ffec Remove: script.h, keystore.h, and keystore.cpp 2012-03-14 15:07:25 -07:00
JoelKatz
578ca1c748 Updates to this code. 2012-03-14 11:20:22 -07:00
JoelKatz
c001251966 Use C++-style casts. 2012-03-14 11:13:52 -07:00
Arthur Britto
30414aabca Merge branch 'master' into unl 2012-03-12 23:17:25 -07:00
Arthur Britto
b9670ecc38 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-03-12 18:14:30 -07:00
Arthur Britto
1aa2f0b85e Add support for ctags to scons. 2012-03-12 18:08:31 -07:00
Arthur Britto
66429ef054 Initial check in of valdiators.txt. 2012-03-12 17:47:15 -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
JoelKatz
e8c1f656ee SerializerIterator implementation. 2012-03-11 21:35:41 -07:00
JoelKatz
543c1af546 Variable-length and tagged list serializer functions. 2012-03-11 17:25:17 -07:00
JoelKatz
209ba8a8b9 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-03-11 17:24:21 -07:00
Arthur Britto
29ab1c3065 Also show the port for "peers". 2012-03-10 19:15:41 -08:00
Arthur Britto
2596cce905 Add RPC command peers. 2012-03-10 19:06:05 -08:00
JoelKatz
481923f636 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-03-07 15:27:13 -08:00
Arthur Britto
af929c7d49 Kudge protoc builder to work for us. 2012-03-07 14:54:44 -08:00
JoelKatz
d4107534bf Slots for the new transaction type handlers. 2012-03-07 09:14:50 -08:00
JoelKatz
f08107cd03 Punish a peer that sends us unwanted ledger data. 2012-03-07 09:14:38 -08:00
JoelKatz
efa2f90b34 Cleanup. 2012-03-07 09:14:22 -08:00
JoelKatz
d810f5f9a5 Missing from previous commits. 2012-03-07 09:14:00 -08:00
Arthur Britto
2e268d90a4 Remove obsolete Makefile. 2012-03-06 23:06:08 -08:00
Arthur Britto
c57ba4976a Move newcoin.proto to src/ 2012-03-06 22:54:19 -08:00
Arthur Britto
99735d92fd Fix typo. 2012-03-06 22:49:26 -08:00
Arthur Britto
84505623da Remove unnecessary include from SConstruct. 2012-03-06 22:47:14 -08:00
Arthur Britto
b8d23f9f98 Initial .gitignore. 2012-03-06 22:45:53 -08:00
Arthur Britto
c513e45754 Move sources to src and build objs in obj. 2012-03-06 22:43:06 -08:00
Arthur Britto
82af29a21d Fix scons globing of foo.c~ 2012-03-06 20:27:01 -08:00
Arthur Britto
0f632fde02 Initial support for scons. 2012-03-06 18:39:25 -08:00
JoelKatz
203a519ee5 Cleanups. 2012-02-21 09:05:30 -08:00