Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: 72c186f9a98859cd239ddc4c4a4a2c78768b72a4
https://github.com/conformal/btcd/commit/72c186f9a98859cd239ddc4c4a4a2c78768b72a4
Author: Dave Collins <[email protected]>
Date: 2013-11-11 (Mon, 11 Nov 2013)
Changed paths:
M config.go
M sample-btcd.conf
M upgrade.go
Log Message:
-----------
Migrate to new app data directories.
This commit makes use of the new btcutil.AppDataDir function which chooses
appropriate data directories for each supported operating system. It also
adds code to the upgrade path to properly migrate existing data from the
old to new locations.
This is part of work toward issue #30.
Commit: 89eae6f590725a2641deaf87277ec123a60b9607
https://github.com/conformal/btcd/commit/89eae6f590725a2641deaf87277ec123a60b9607
Author: Dave Collins <[email protected]>
Date: 2013-11-11 (Mon, 11 Nov 2013)
Changed paths:
M util/addblock/addblock.go
M util/dropafter/dropafter.go
M util/findcheckpoint/config.go
M util/showblock/showblock.go
Log Message:
-----------
Update utilities to use new btcutil.AppDataDir.
Closes #30.
Compare: https://github.com/conformal/btcd/compare/41838b83b0e2...89eae6f59072