Commit Graph

15 Commits

Author SHA1 Message Date
Arthur Britto
77d92e1767 Fix ripple state creating and deleting. 2012-12-25 16:14:10 -08:00
Arthur Britto
c05d4fb559 Clean up - Ledger breaking changes. 2012-12-21 17:05:31 -08:00
JoelKatz
125984cd78 Begin the infrastructure for putting fees in the ledger. 2012-12-20 11:23:01 -08:00
Arthur Britto
72d8811ad3 Add and use new owner_reserve. 2012-12-13 15:45:49 -08:00
JoelKatz
eca4059242 Operation limit. 2012-12-05 11:24:15 -08:00
JoelKatz
6f8699254c Small updates. 2012-12-02 20:49:28 -08:00
JoelKatz
7708968cff Stuctures for feature enabling. 2012-12-02 15:23:17 -08:00
JoelKatz
1d3a17b59d Structures for self-descriptive directory nodes. 2012-11-30 00:12:25 -08:00
JoelKatz
ca59a885ca Suppress metadata for unmodified nodes. Add a transaction application sequence number to txn metadat. 2012-11-25 10:31:33 -08:00
JoelKatz
d12eb08619 Cleanup. 2012-11-24 10:57:06 -08:00
JoelKatz
366b477052 Metadata rework to make it possible to watch things like order books or
directories.

1) Some fields are never put in metadata, like Indexes, PreviousTxnID, and
others that are useless/redundant

2) Directory nodes now contain a RootIndex field so you can tell which
directory they're part of.

3) Some fields are always put in metdata, even if they don't change, like
RootIndex. So if a directory entry node is touched, you can tell what
directory it was part of.

Note that this change will cause ledger divergence. Also, existing directory
nodes will not be fully metadata indexed but newly-created nodes will be.
2012-11-18 17:13:19 -08:00
jed
44826f1ce3 AuthorizedKey -> RegularKey 2012-11-13 04:20:15 -08:00
JoelKatz
4fe3f7c7e0 Include ledger entry type in metadata. Include more new/changed/final field
values in transactions metadata.
2012-11-12 13:40:02 -08:00
JoelKatz
5cb35b7a8f Make the skip lists self-decsriptive. This change will cause old and new servers to diverge ledgers. 2012-11-08 14:36:15 -08:00
Stefan Thomas
fa3fab5816 Moved cpp code to src/cpp and js code to src/js. 2012-11-07 12:49:50 -08:00