Commit Graph

9 Commits

Author SHA1 Message Date
JoelKatz
8ef1b5133c Cleanups. 2011-12-29 20:55:14 -08:00
JoelKatz
4b88113a51 More work on the new wallet code. 2011-12-27 19:18:42 -08:00
JoelKatz
5cec2e9a11 New wallet system. Still missing unit tests, ledger synchronization,
and SQL code. This uses some of the 'magic' properties of elliptic
curves to create related families of public and private keys.
Wallet encryption is not needed because the private keys do not
need to be stored.
2011-12-26 18:42:50 -08:00
JoelKatz
80b2ac8ee2 This is a way to do deterministic keys that fits in better. 2011-12-17 21:12:05 -08:00
JoelKatz
f3c5b3f61e Whitespace fixes. 2011-12-12 15:52:31 -08:00
JoelKatz
c8d9902044 Add smart pointers to CKey objects. 2011-12-04 19:33:49 -08:00
JoelKatz
f243286bc9 Bugfixes and new code. Ledger unit test now successfully creates a local
account, creates an initial ledger, closes the initial ledger and opens a
new ledger, creates a second account, and adds a transaction to transfer
funds to the open ledger.
2011-11-30 12:19:48 -08:00
JoelKatz
6c7fd5f195 More work on core ledger and transaction processing code. 2011-11-22 15:42:03 -08:00
jed
a8e8613475 first 2011-10-14 11:39:06 -07:00