lbcwallet/txstore
Josh Rickmar 596a3154c1 Avoid duplicating blocks and txs on privkey imports.
When detaching the tail end of a slice of blocks or transactions and
appending the newly inserted middle block, and the previous tail, the
capacity of the slice head must be limited to prevent overwriting the
newly inserted block/tx in the same memory as the tail slice.

Bug discovered by @mably while working on the peercoin port of
btcwallet and reported on IRC.
2014-12-17 09:26:35 -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 Remove account support, fix races on btcd connect. 2014-07-25 13:26:14 -05:00
log.go Add basic transaction store logging. 2014-06-19 18:16:13 -05:00
notifications.go Remove account support, fix races on btcd connect. 2014-07-25 13:26:14 -05:00
serialization.go Changed TxIn.PreviousOutpoint to TxIn.PreviousOutPoint. 2014-10-01 17:27:55 +01:00
tx.go Avoid duplicating blocks and txs on privkey imports. 2014-12-17 09:26:35 -05:00
tx_test.go Remove account support, fix races on btcd connect. 2014-07-25 13:26:14 -05:00