lbcwallet/txstore
Josh Rickmar ad72d3a400 Add basic transaction store logging.
The info log level (default) will produce output about confirmed and
unconfirmed transactions being inserted into the store, as well as
unconfirmed transactions which have been mined into blocks.  By
enabling the debug log level (-d TXST=debug), additional information
about transaction inputs and outputs is logged.  This includes the
total amount of previously-unspent outputs which have been marked
spent by the inserted transaction, and the output indexes and amounts
for each spendable output.  Additionally, the debug log level will log
whenever transactions are removed due to being a double spend of
another inserted transaction.
2014-06-19 18:16:13 -05:00
..
doc.go Pass txstore.Credit/Debits directly, not pointers. 2014-06-18 00:16:08 -05:00
fixedIO_test.go Rename tx package to txstore. 2014-05-08 14:51:33 -05:00
json.go Pass txstore.Credit/Debits directly, not pointers. 2014-06-18 00:16:08 -05:00
log.go Add basic transaction store logging. 2014-06-19 18:16:13 -05:00
serialization.go Fix various issues found by profiling. 2014-06-18 17:08:02 -05:00
tx.go Add basic transaction store logging. 2014-06-19 18:16:13 -05:00
tx_test.go Updates for btcutil and btcscript's btcnet conversion. 2014-05-27 17:49:36 -05:00