mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 18:00:39 +01:00
b4215e8b01
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. |
||
---|---|---|
.. | ||
src | ||
findbugs.xml | ||
pom.xml |