Calvin Kim
cabd3654a9
database: shut the program down immediately if we run out of disk space
...
Currently btcd keeps downloading blocks and fails to verify them if the
disk is out of space. We exit immediately if we detect that the disk is
out of space to ensure the database is at a recoverable state later on.
2025-05-06 08:43:01 +09:00
Anup Chenthamarakshan
87e3d7e278
Replace github.com/btcsuite/goleveldb with github.com/syndtr/goleveldb
2022-03-08 10:07:52 -08:00
Dave Collins
915fa6639b
multi: Simplify code per gosimple linter.
...
This simplifies the code based on the recommendations of the gosimple
lint tool.
2016-11-03 13:00:35 -05:00
Dave Collins
b580cdb7d3
database: Replace with new version.
...
This commit removes the old database package, moves the new package into
its place, and updates all imports accordingly.
2016-04-12 14:55:15 -05:00