lbcd/sqlite3
Dave Collins 8062889d04 Update for latest btcutil and btcwire changes.
This commit updates the calls into btcutil and btcwire for the latest API
changes which remove the need for the protocol version for serialization
and deserialization of blocks and transactions.
2013-08-05 18:28:17 -05: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 Cleanup after insert failure, do not leave inconsistant db. 2013-08-03 11:15:42 -04:00
insertremove_test.go Update for latest btcutil and btcwire changes. 2013-08-05 18:28:17 -05:00
internal_test.go Cleanup after insert failure, do not leave inconsistant db. 2013-08-03 11:15:42 -04:00
operational_test.go Update for latest btcutil and btcwire changes. 2013-08-05 18:28:17 -05:00
sqlite.go Update for latest btcutil and btcwire changes. 2013-08-05 18:28:17 -05:00
sqliteblock.go Don't add a genesis block by default. 2013-07-29 11:48:10 -05:00
sqlitedbcache.go Update for latest btcutil and btcwire changes. 2013-08-05 18:28:17 -05:00
sqlitetx.go External API functions need to grab locks before performing internal database operations. 2013-07-31 11:14:19 -04:00