lbcd/sqlite3
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
..
testdata Initial implementation. 2013-05-29 10:09:26 -05:00
doc.go Initial implementation. 2013-05-29 10:09:26 -05:00
insertfail_test.go Introduce an API change for btcdb 2013-10-03 16:51:34 -04:00
insertremove_test.go Introduce an API change for btcdb 2013-10-03 16:51:34 -04:00
internal_test.go Cleanup after insert failure, do not leave inconsistant db. 2013-08-03 11:15:42 -04:00
operational_test.go Introduce an API change for btcdb 2013-10-03 16:51:34 -04:00
sqlite.go increase default pagesize to 4096 on sqlite 2013-10-03 10:32:19 -04:00
sqliteblock.go Remove obsolete API functions 2013-10-03 14:08:04 -04:00
sqlitedbcache.go Introduce an API change for btcdb 2013-10-03 16:51:34 -04:00
sqlitetx.go Remove obsolete API functions 2013-10-03 14:08:04 -04:00