Dave Collins
Dave Collins
As a reminder, the address index (`--addrindex`) has been removed from dcrd master and thus will be removed in the next release, so `dcrdata` will need to be updated accordingly....
This makes most of the tests that take a while to run parallel to significantly reduce the overall testing time roughly in half. Note that this does cause the output...
Now that the address index has been removed, there are no longer any indexers that require access to previous scripts. Therefore, this removes all of the code related to taking...
This issue is intended to act as a running high-level outline and provide motivation for overall planned long-term refactors and implementation of a `primitives` module as time permits. Currently, the...
Currently, the JSON-RPC server is versioned via semver and exposed via the [`version`](https://github.com/decred/dcrd/blob/master/docs/json_rpc_api.mediawiki#version) JSON-RPC method. While this approach works in terms of allowing callers to detect changes, it often leads...
Assuming the automatic revocations consensus change passes and after the RPCs related to missed and expired tickets are removed as described in #2774, the ticket database should be redesigned to...
This issue is intended to be a running checklist of several of the planned and necessary refactors in order to properly support efficient multi-peer parallel downloads. It will be a...
I would like to propose that the `reject` wire protocol message be deprecated in v1.7.0 and then removed entirely in the release after that. This is a holdover from the...
Currently, votes in the mempool that do not make it into a block are not pruned until after 10 blocks have passed. As noted in #4, this is also being...
PRs #1060, #1095, and #1141 resolved issue #1030 by porting all of the block validation consensus rule tests which previously were in the `blockchain` package test function named `TestBlockValidationRules` to...