dcrd/cmd
Dave Collins be7ab82cf9
chaincfg: Start v3 module dev cycle.
Upcoming changes constitute breaking public API changes to the chaincfg
module, therefore, this follows the process for introducing major API
breaks which consists of:

- Bump the major version in the go.mod of the affected module if not
  already done since the last release tag
- Add a replacement to the go.mod in the main module if not already done
  since the last release tag
- Update all imports in the repo to use the new major version as
  necessary
- Make necessary modifications to allow all other modules to use the
  new version in the same commit
  - Repeat the process for any other modules the require a new major as a
    result of consuming the new major(s)
2020-01-29 13:24:14 -06:00
..
addblock chaincfg: Start v3 module dev cycle. 2020-01-29 13:24:14 -06:00
dcrctl multi: remove whitespace 2019-11-21 18:31:30 -06:00
findcheckpoint chaincfg: Start v3 module dev cycle. 2020-01-29 13:24:14 -06:00
gencerts multi: Correct typos. 2019-08-22 10:20:03 -05:00
promptsecret promptsecret: Add -n flag to prompt multiple times 2019-03-28 10:24:53 -05:00