Dave Collins
1b4d499597
Update btcwire import paths to new location.
2015-01-16 13:59:18 -06:00
Dave Collins
0864e31a54
Update btcutil import paths to new location.
2015-01-15 10:33:06 -06:00
Jonathan Gillham
968b6da5db
Changed TxIn.PreviousOutpoint to TxIn.PreviousOutPoint after btcwire API change.
2014-10-01 13:52:19 +01:00
Dave Collins
2a688a70b2
Update ldb tests for latest API error changes.
2014-09-20 00:47:20 -05:00
Dave Collins
16dc2cf2d0
Add errors to all interface methods.
...
This commit adds error returns to all of the Db interface methods except
for FetchTxByShaList and FetchUnSpentTxByShaList since they expose the
errors on each individual transaction.
It also updates all tests and code for both the leveldb and memdb drivers
for the changes.
Closes #5 .
ok @drahn
2014-07-07 12:55:46 -05:00
Dave Collins
efb92fcc99
goimports -w .
2014-07-02 19:47:24 -05:00
Dale Rahn
ae25e28d7e
Update test to new API.
2014-04-15 10:47:29 -04:00
Dave Collins
6b18796af7
Add 2014 to copyright dates.
2014-01-08 23:54:52 -06:00
Dave Collins
fc11da9ca0
Gofmt.
2013-11-21 09:48:57 -06:00
Dale Rahn
13ef0e2be9
Rework leveldb support for duplicate tx.
...
This separates fully spent tx from tx containing unspent TxOut
This handles duplicate tx and Ideally should be faster.
2013-11-05 13:44:36 -05:00