dcrd/cmd/addblock
Dave Collins 2abb561e99
blockchain: Start v3 module dev cycle.
Several 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)
2019-10-24 21:15:06 -05:00
..
addblock.go blockchain: Start v3 module dev cycle. 2019-10-24 21:15:06 -05:00
config.go dcrutil: Start v3 module dev cycle. 2019-10-24 19:13:26 -05:00
import.go blockchain: Start v3 module dev cycle. 2019-10-24 21:15:06 -05:00