lbcd/database/ldb
Alex Akselrod 7c46f213e1 Fix #340 and DropAfterBlockBySha/NewestSha bug.
- Delete spent TX in setclearSpentData when unspent by block
  disconnect on reorg; return an error when there's more than
  one record to delete in the spent TX as that should never
  happen.

- Test spent TX deletion when reorg causes block disconnect.

- Test for correct NewestSha results after DropAfterBlockBySha.

- Fix DropAfterBlockBySha to update info for NewestSha.

- Updated copyright statements in modified files
2015-03-30 16:35:38 -05:00
..
dbtest Import btcdb repo into database directory. 2015-01-27 13:15:15 -06:00
block.go Fix #303 and #346 and change addrindex sort order 2015-03-23 13:05:54 -04:00
boundary_test.go Update btcwire path import paths to new location. 2015-02-05 15:16:39 -06:00
doc.go Import btcdb repo into database directory. 2015-01-27 13:15:15 -06:00
dup_test.go Update btcwire path import paths to new location. 2015-02-05 15:16:39 -06:00
insertremove_test.go Update btcwire path import paths to new location. 2015-02-05 15:16:39 -06:00
internal_test.go Fix #303 and #346 and change addrindex sort order 2015-03-23 13:05:54 -04:00
leveldb.go Fix #340 and DropAfterBlockBySha/NewestSha bug. 2015-03-30 16:35:38 -05:00
operational_test.go Update golang.org/x/crypto import paths to new location. 2015-03-03 21:10:38 -06:00
tx.go Fix #303 and #346 and change addrindex sort order 2015-03-23 13:05:54 -04:00