dcrd/internal
Dave Collins 99c8255da3
dcrjson: Introduce v4 module.
The current latest code for dcrjson already has breaking changes
compared to the last release and was unfortunately not preceded by
starting a new major version module per the standard process.

Fortunately, the two modules in this repo that use dcrjson, namely
rpcclient and rpc/json/rpctypes, use any of its types directly in their
public API nor have any replacements to the code that contains the
changes that require a new major version, so neither require a major
version bump as a result.

Therefore, this is able to mostly follow the process for introducing
major API breaks as follows:

- 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
2021-09-14 13:38:54 -05:00
..
fees fees: Remove deprecated DisableLog. 2020-12-28 13:13:47 -06:00
limits multi: replace godoc.org with pkg.go.dev 2020-02-18 19:35:19 -06:00
mempool multi: Add isAutoRevocationsEnabled to CheckSSRtx. 2021-09-06 09:03:27 -05:00
mining mining: Fix error in comment. 2021-09-14 13:33:48 -05:00
netsync multi: Use database/v3 module 2021-08-02 09:13:45 -05:00
progresslog multi: Don't use deprecated ioutil package. 2021-09-01 06:09:37 -05:00
rpcserver dcrjson: Introduce v4 module. 2021-09-14 13:38:54 -05:00
staging/stdscript multi: Address some linter complaints. 2021-07-26 20:51:03 -05:00
version version: Rework to support single version override. 2021-05-14 04:15:56 -05:00