Dale Rahn
|
66731c1a1e
|
Implement TxOut Spend tracking.
Return spent data in TxListReply.
Unspend coins when blocks are removed during DropAfterBlock.
|
2013-07-18 18:11:37 -04:00 |
|
Owain G. Ainsworth
|
a7a9023bc1
|
Add ExistsTxSha to db interface.
This function may be used to check for existance of a tx sha without having to
fetch the data from the db.
|
2013-07-10 00:11:02 +01:00 |
|
Dave Collins
|
166a546078
|
Modify DropAfterBlockBySha to accept a pointer.
Since all other functions take pointers, this makes the interface more
consistent.
|
2013-06-25 10:15:58 -05:00 |
|
Owain G. Ainsworth
|
a2e3fd92b0
|
Only try to drop the uniquetx index if it exists.
Solves a corner case after a crash.
|
2013-05-29 17:54:46 +01:00 |
|
Dave Collins
|
752ca5dfbb
|
Initial implementation.
|
2013-05-29 10:09:26 -05:00 |
|