Dave Collins
eb3fa80a66
docs: Update for secp256k1 v2 module.
2019-10-08 10:14:16 -05:00
Dave Collins
e54dde10e9
docs: Update for mempool v3 module.
2019-08-12 19:54:31 -05:00
Dave Collins
e523e05b9b
docs: Update for peer v2 module.
2019-08-12 15:52:52 -05:00
Dave Collins
9f926baa61
docs: Update for connmgr v2 module.
2019-08-12 15:36:53 -05:00
Dave Collins
ab6f316821
docs: Update for mining v2 module.
2019-08-12 15:06:41 -05:00
Dave Collins
5564a0aff8
docs: Update for blockchain v2 module.
2019-08-08 13:10:22 -05:00
Dave Collins
18a2a68b8c
blockchain/standalone: Prepare v1.0.0.
...
This updates the documentation for the new blockchain/standalone module
along with main module dependencies to ensure it is tested as well as
uses the latest version of the code as the new module is integrated.
It also serves as a base for blockchain/stake/v1.0.0.
The new modules has the following direct dependencies:
- github.com/decred/dcrd/chaincfg/chainhash@v1.0.1
- github.com/decred/dcrd/wire@v1.2.0
2019-08-06 23:24:31 -05:00
Dave Collins
e6bd4b1c97
docs: Update for rpcclient v4 module.
2019-07-30 12:56:44 -05:00
Dave Collins
051fa9f424
docs: Update for blockchain/stake v2 module.
2019-07-28 14:47:25 -05:00
Dave Collins
99d7b179a3
docs: Update for database v2 module.
...
This updates the docs/README.md file, module hierarchy graphviz, and
module hierarchy diagram to reflect the new module version
2019-07-22 19:53:52 -05:00
Dave Collins
5e7afe5b08
docs: Update for rpcclient v3 module.
2019-07-22 13:34:11 -05:00
Dave Collins
0035880ac7
docs: Update for dcrjson/v3 module.
2019-07-22 13:29:31 -05:00
Dave Collins
6a3c1fea49
docs: Update for txscript v2 module.
2019-06-24 15:13:40 -05:00
Dave Collins
a0b84e4005
docs: Update for dcrutil v2 module.
2019-06-19 12:09:20 -05:00
Dave Collins
6bb0838e84
docs: Update for dcrec/edwards v2 module.
...
This updates the docs/README.md file, module hierarchy graphviz, and
module hierarchy diagram to reflect the new module version.
2019-06-14 11:34:48 -05:00
Dave Collins
67ace6e117
docs: Update for chaincfg v2 module.
...
This updates the docs/README.md file, module hierarchy graphviz, and
module hierarchy diagram to reflect the new module version
2019-06-12 20:14:35 -05:00
Dave Collins
c1cf192f03
docs: Update for hdkeychain v2 module.
...
This updates the docs/README.md file, module hierarchy graphviz, and
module hierarchy diagram to reflect the new module version
2019-03-29 11:40:35 -05:00
Dave Collins
334820db6d
docs: Update for lru module.
...
This updates the docs/README.md file, module hierarchy graphviz, and
module hierarchy diagram to reflect the new lru module.
2019-03-18 10:08:29 -05:00
Dave Collins
6f106adf57
docs: Update for mempool v2 module.
...
This updates the docs/README.md file, module hierarchy graphviz, and
module hierarchy diagram to reflect the new module version
2019-02-14 18:52:48 -06:00
Dave Collins
895020ac5e
docs: Update for rpcclient v2 module.
...
This updates the docs/README.md file, module hierarchy graphviz, and
module hierarchy diagram to reflect the new module version
2019-02-14 11:44:01 -06:00
Dave Collins
9265b40510
docs: Update for dcrjson v2 module.
...
This updates the docs/README.md file, module hierarchy graphviz, and
module hierarchy diagram to reflect the new module version.
2019-02-13 19:23:38 -06:00
Dave Collins
176ee29497
docs: Update for fees package.
...
This updates the docs/README.md file, module hierarchy graphviz, and
module hierarchy diagram to include the recently added fees package.
2018-12-07 22:59:23 -06:00
Dave Collins
81c76dcb78
multi: Break blockchain dependency on dcrjson.
...
This modifies the ChainTips function in blockchain to return the results
using a type defined in the blockchain package itself instead of
directly returning a dcrjson type. This is preferable since nothing
else in the module depends on dcrjson and therefore allows the
dependency on the dcrjson module to be broken.
It also updates the RPC server that makes use of the function to perform
the necessary conversions.
Finally, the associated module hierarchy documentation is updated to
properly remove the no longer required dependency.
It should be noted that this is a breaking change to the API and thus
will need a v2 major version bump of the blockchain module to be
published before the changes can be externally consumed.
2018-10-10 16:44:20 -05:00
Dave Collins
0d3bbd2513
docs: Use unix line ending in mod hierarchy gv.
...
This converts the module hierarchy graphviz file to use unix line
endings so it is consistent with the rest of the code in the repository.
2018-10-10 13:12:31 -05:00
Dave Collins
ae9c2aae56
docs: Update docs for versioned modules.
...
This updates the overall docs README to include all of the new modules
as well as introduce a module hierarchy diagram.
2018-08-14 04:53:08 -05:00