From cf2a9f5976fb20320fc913a9ceedebb286e35f03 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Tue, 29 Sep 2020 02:14:38 -0500 Subject: [PATCH] docs: Update for hdkeychain v3 module. This updates the docs/README.md file, module hierarchy graphviz, and module hierarchy diagram to reflect the new module version and the removal of the chaincfg dependency. --- docs/README.md | 2 +- docs/assets/module_hierarchy.gv | 2 +- docs/assets/module_hierarchy.svg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 0e69fdb6..f36dbce4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -215,7 +215,7 @@ The following versioned modules are provided by dcrd repository: concurrency safe Decred network address manager * [connmgr/v3](https://github.com/decred/dcrd/tree/master/connmgr) - Implements a generic Decred network connection manager -* [hdkeychain/v2](https://github.com/decred/dcrd/tree/master/hdkeychain) - +* [hdkeychain/v3](https://github.com/decred/dcrd/tree/master/hdkeychain) - Provides an API for working with Decred hierarchical deterministic extended keys * [gcs](https://github.com/decred/dcrd/tree/master/gcs) - Provides an API for diff --git a/docs/assets/module_hierarchy.gv b/docs/assets/module_hierarchy.gv index 3a1eb0d5..d7817af6 100644 --- a/docs/assets/module_hierarchy.gv +++ b/docs/assets/module_hierarchy.gv @@ -15,7 +15,7 @@ digraph { secp256k1 [label="dcrec/secp256k1/v3" fillcolor=mediumvioletred] dcrutil [label="dcrutil/v3" fillcolor=burlywood] database [label="database/v2" fillcolor=dodgerblue] - hdkeychain [label="hdkeychain/v2" fillcolor=deepskyblue] + hdkeychain [label="hdkeychain/v3" fillcolor=deepskyblue] txscript [label="txscript/v3" fillcolor=mediumspringgreen] stake [label="blockchain/stake/v2" fillcolor=bisque] standalone [label="blockchain/standalone" fillcolor=firebrick4] diff --git a/docs/assets/module_hierarchy.svg b/docs/assets/module_hierarchy.svg index 4c6695c5..9a1d5438 100644 --- a/docs/assets/module_hierarchy.svg +++ b/docs/assets/module_hierarchy.svg @@ -173,7 +173,7 @@ hdkeychain -hdkeychain/v2 +hdkeychain/v3 dcrutil->hdkeychain