lbcd/ldb
Dale Rahn cda0b10082 Introduce an API change for btcdb
FetchTxBySha changes what it returns, it can now return a TxListReply and
and error if none are found.

FetchTxByShaList is renamed to FetchUnSpentTxByShaList to indicate that
it will (likey/eventually) only return Tx that have some unspent TxOuts.
Tx which are fully spent may not be (reliably) looked up using this API.
2013-10-03 16:51:34 -04:00
..
dbtest Initial leveldb code. 2013-08-22 09:34:50 -04:00
testdata Initial leveldb code. 2013-08-22 09:34:50 -04:00
block.go Introduce an API change for btcdb 2013-10-03 16:51:34 -04:00
boundary_test.go Version the leveldb (and keep compatibility with pre-versioned uncompressed databases. 2013-09-25 17:23:34 -04:00
dbcache.go Introduce an API change for btcdb 2013-10-03 16:51:34 -04:00
doc.go Version the leveldb (and keep compatibility with pre-versioned uncompressed databases. 2013-09-25 17:23:34 -04:00
insertremove_test.go Introduce an API change for btcdb 2013-10-03 16:51:34 -04:00
internal_test.go Initial leveldb code. 2013-08-22 09:34:50 -04:00
leveldb.go Introduce an API change for btcdb 2013-10-03 16:51:34 -04:00
operational_test.go Introduce an API change for btcdb 2013-10-03 16:51:34 -04:00
tx.go One DB instad of many. 2013-09-10 10:05:26 -04:00