Commit Graph

6 Commits

Author SHA1 Message Date
JoelKatz
8c677fd421 Some missing pieces for deterministic wallets. 2011-12-12 15:52:13 -08:00
JoelKatz
d61c8ae013 Add static has function to save a copy. Use <0 for 'whole object', not 0. 2011-12-02 16:23:46 -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
ebb9a9c255 Build enough information into the leaf nodes so that they can be parsed
without knowledge of the objects they contain. This will allow new
transaction or account formats to be added (possibly with larger data sizes)
without breaking the ability to parse the hash trees. It also simplifies
the operation-specific tree code (since it doesn't have to parse the raw
leaf data).
2011-11-28 13:59:34 -08:00
JoelKatz
477b2df276 More work on the SHAMap/Serialize classes. 2011-11-17 18:11:11 -08:00
JoelKatz
7137f759a9 Serialization functions. 2011-11-17 12:18:32 -08:00