dcrd/internal
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
..
fees fees: Remove deprecated DisableLog. 2020-12-28 13:13:47 -06:00
limits multi: update build tags to pref. go1.17 syntax. 2021-10-19 20:21:44 -05:00
mempool blockchain: Start v5 module dev cycle. 2022-03-24 12:44:05 -05:00
mining blockchain: Start v5 module dev cycle. 2022-03-24 12:44:05 -05:00
netsync blockchain: Start v5 module dev cycle. 2022-03-24 12:44:05 -05:00
progresslog progresslog: Make header logging concurrent safe. 2021-11-23 17:24:58 -06:00
rpcserver blockchain: Start v5 module dev cycle. 2022-03-24 12:44:05 -05:00
staging math/uint256: Prepare v1.0.0. 2021-12-09 17:25:56 -06:00
version release: Bump for 1.8 release cycle. 2021-12-17 17:39:24 -06:00