bitcoinj/core
Matt Corallo b4215e8b01 Add a few Storage classes which avoid storing unnecessary data.
Specifically, this adds:
* StoredTransaction, which avoid having to store the entire
  transaction when we only need its inputs+outputs.
* StoredTransactionOutput, which avoids having to store the entire
  parentTransaction just to get the hash and index.
* TransactionOutputChanges, which is used to store two lists of
  StoredTransactionOutputs, one for the created set and one for
  the spent set.
* StoredUndoableBlock, which can store either only
  TransactionOutputChanges or only StoredTransactions so that the
  block can be more easily connected/disconnected at will.
2012-10-04 00:32:14 +02:00
..
src Add a few Storage classes which avoid storing unnecessary data. 2012-10-04 00:32:14 +02:00
findbugs.xml Clear out some more FindBugs warnings. 2012-04-04 23:52:02 +02:00
pom.xml Version 0.7-SNAPSHOT 2012-09-24 15:27:30 +02:00