dcrd/blockchain/stake/internal/ticketdb
Ryan Staudt c3680d0ce0 blockchain/stake: Start v5 module dev cycle.
Upcoming changes constitute breaking public API changes to the
blockchain/stake 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-05-08 11:47:32 -05:00
..
chainio_test.go blockchain/stake: Start v5 module dev cycle. 2022-05-08 11:47:32 -05:00
chainio.go blockchain/stake: Start v5 module dev cycle. 2022-05-08 11:47:32 -05:00
error_test.go blockchain/stake: Prepare v4.0.0. 2021-11-21 16:09:22 -06:00
error.go blockchain/stake: Prepare v4.0.0. 2021-11-21 16:09:22 -06:00