dcrd/cmd
Dave Collins 8d1038cc45
blockchain: Start v5 module dev cycle.
Upcoming changes constitute breaking public API changes to the
blockchain 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)
2022-03-24 12:44:05 -05:00
..
addblock blockchain: Start v5 module dev cycle. 2022-03-24 12:44:05 -05:00
findcheckpoint blockchain: Start v5 module dev cycle. 2022-03-24 12:44:05 -05:00
gencerts multi: Don't use deprecated ioutil package. 2021-09-01 06:09:37 -05:00
promptsecret build: Replace deprecated terminal dep. 2022-03-10 11:17:56 -06:00