Commit Graph

597 Commits

Author SHA1 Message Date
JoelKatz
485a8a709d The 'previous hash' logic isn't needed. 2012-05-22 02:35:11 -07:00
JoelKatz
fbce5dafc5 Move some PeerSet structures. 2012-05-22 02:34:20 -07:00
JoelKatz
a6273613a5 Fix this class. 2012-05-21 19:39:32 -07:00
JoelKatz
f516cb29d6 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-05-21 19:38:57 -07:00
JoelKatz
de59306fec Fix some const-correctness issues. Add a Verify helper that takes a string. 2012-05-21 19:38:30 -07:00
Arthur Britto
4797cfd28f Merge branch 'pay' 2012-05-21 17:34:21 -07:00
Arthur Britto
5def79dda0 Add rough RPC credit_set and transit_set. 2012-05-21 17:29:35 -07:00
Arthur Britto
d76bb9834c Add stubs for applying CreditSet and TransitSet. 2012-05-21 17:28:27 -07:00
Arthur Britto
68f47a0b5f Add support for constructing CreditSet and TransitSet. 2012-05-21 17:27:52 -07:00
Arthur Britto
3c22a665d2 Add transaction formats for CreditSet and TransitSet. 2012-05-21 17:26:44 -07:00
Arthur Britto
666e38bb2a Add help for RPC credit_set and transit_set. 2012-05-21 17:25:17 -07:00
JoelKatz
de76d6c98f Use the new code. 2012-05-21 14:33:44 -07:00
JoelKatz
613c3fdca9 Restore sanity to same STAmount operations. 2012-05-21 14:33:19 -07:00
JoelKatz
9a4862a5d9 Commit some ledger close/consensus work. 2012-05-21 06:05:32 -07:00
JoelKatz
4e1f435655 CKey::SetPubKey(const std::string&); 2012-05-21 06:04:51 -07:00
JoelKatz
710b5ac1e3 Cleanups. 2012-05-21 06:04:40 -07:00
Arthur Britto
69f00ba9c4 Get simple sending working. 2012-05-21 00:01:22 -07:00
Arthur Britto
1e9304f8c6 Use STPathSet in place of STPath in transactions. 2012-05-20 23:43:02 -07:00
Arthur Britto
261fab7108 Merge with new path code. 2012-05-20 23:03:05 -07:00
Arthur Britto
98ade9985e Work toward RPC send. 2012-05-20 22:59:13 -07:00
JoelKatz
723f5507dd Merge branch 'master' of github.com:jedmccaleb/NewCoin 2012-05-20 20:14:45 -07:00
JoelKatz
9cfe26f5d6 New path code. PathSet/PathElement. 2012-05-20 20:14:19 -07:00
Arthur Britto
dfd218c079 Optimize and fix STAmount. 2012-05-20 18:47:05 -07:00
Arthur Britto
09a29ac00d Remove references to Hanko class. 2012-05-20 02:29:23 -07:00
Arthur Britto
fe85e87d4c Delete obsolete Local* files. 2012-05-20 02:00:15 -07:00
Arthur Britto
8ba9fe2d88 Work toward revised RPC send. 2012-05-20 01:53:31 -07:00
Arthur Britto
0010656ff8 Remove obsolete Local* code. 2012-05-20 01:52:23 -07:00
Arthur Britto
7ce0a16d21 Fix another typo. 2012-05-19 18:38:48 -07:00
Arthur Britto
311ffd743b Fix typo in currencyFromString. 2012-05-19 18:22:13 -07:00
Arthur Britto
47b168c390 Merge branch 'pay' 2012-05-19 18:20:14 -07:00
Arthur Britto
5fa2042cc6 Preliminary work on RPC send. 2012-05-19 18:18:20 -07:00
Arthur Britto
5cba2b4497 Less debugging. 2012-05-19 18:17:44 -07:00
Arthur Britto
5142807109 Add currency name and percision to Config.h 2012-05-19 18:17:00 -07:00
Arthur Britto
82085f0264 Add string support for currencies to STAmount. 2012-05-19 18:16:13 -07:00
Arthur Britto
230ee34b24 Add getRaw for vector and addZeros to Serializer. 2012-05-19 18:15:12 -07:00
Arthur Britto
a823aa950e Add isZero() to utils. 2012-05-19 18:14:26 -07:00
Arthur Britto
f8194c6a14 Enable balance checking for RPC wallet_create. 2012-05-19 11:56:08 -07:00
JoelKatz
c0513e6129 Offer index and base functions. 2012-05-19 06:25:08 -07:00
JoelKatz
353e598ad1 Flip the rate so that lower is better. 2012-05-19 06:04:37 -07:00
JoelKatz
9d6c9924e5 Stub commit so others can compile/link without errors. 2012-05-19 05:43:58 -07:00
JoelKatz
e47fb22087 Minimize differences between my working code and the main repo to avoid conficts:
Consensus startup.
Logic to create consensus structure, change state transitions.
Fix bugs in switchLastClosedLedger
Protocol changes.
2012-05-19 05:43:41 -07:00
JoelKatz
de3d88f01b Fix reliance on other includes. 2012-05-19 05:10:39 -07:00
JoelKatz
7c12a5cd92 Whitespace fixes. 2012-05-19 05:10:21 -07:00
JoelKatz
ab899bb125 Updates. 2012-05-19 01:56:43 -07:00
JoelKatz
567ac3c846 STPathElement and STPath classes. Better Json-ization of serialized types. 2012-05-19 01:09:59 -07:00
JoelKatz
99a8fd38cf Debug code no longer needed. 2012-05-19 01:08:13 -07:00
JoelKatz
bceeb15f84 Fix a few bugs and better comments. 2012-05-18 23:10:24 -07:00
JoelKatz
70e9fbb92b Speed up testing. 2012-05-18 21:23:51 -07:00
JoelKatz
2a3b4bdc37 Don't need this debug anymore. 2012-05-18 21:21:55 -07:00
JoelKatz
2ad0ec3d40 Tiny comment change. 2012-05-18 21:19:19 -07:00