mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-24 22:58:32 +01:00
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 |