From 025d083dd3fd64b698003a7743ffdb34412e747e Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 11 Nov 2021 11:47:36 -0600 Subject: [PATCH] docs: Update for dcrutil v4 module. This updates the docs/README.md file, module hierarchy graphviz, and module hierarchy diagram to reflect the new module version. --- 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 98096c5e..cc5b8aae 100644 --- a/docs/README.md +++ b/docs/README.md @@ -200,7 +200,7 @@ The following versioned modules are provided by dcrd repository: Implements the edwards25519 twisted Edwards curve * [database/v2](https://github.com/decred/dcrd/tree/master/database) - Provides a database interface for the Decred block chain -* [dcrutil/v3](https://github.com/decred/dcrd/tree/master/dcrutil) - Provides +* [dcrutil/v4](https://github.com/decred/dcrd/tree/master/dcrutil) - Provides Decred-specific convenience functions and types * [chaincfg/v3](https://github.com/decred/dcrd/tree/master/chaincfg) - Defines chain configuration parameters for the standard Decred networks and allows diff --git a/docs/assets/module_hierarchy.gv b/docs/assets/module_hierarchy.gv index 033a3cb2..8c3126df 100644 --- a/docs/assets/module_hierarchy.gv +++ b/docs/assets/module_hierarchy.gv @@ -16,7 +16,7 @@ digraph { dcrec [label="dcrec" fillcolor=mediumpurple] edwards [label="dcrec/edwards/v2" fillcolor=lightseagreen] secp256k1 [label="dcrec/secp256k1/v4" fillcolor=mediumvioletred] - dcrutil [label="dcrutil/v3" fillcolor=burlywood] + dcrutil [label="dcrutil/v4" fillcolor=burlywood] database [label="database/v2" fillcolor=dodgerblue] hdkeychain [label="hdkeychain/v3" fillcolor=deepskyblue] txscript [label="txscript/v4" fillcolor=mediumspringgreen] diff --git a/docs/assets/module_hierarchy.svg b/docs/assets/module_hierarchy.svg index 584ae659..366651b9 100644 --- a/docs/assets/module_hierarchy.svg +++ b/docs/assets/module_hierarchy.svg @@ -198,7 +198,7 @@ dcrutil -dcrutil/v3 +dcrutil/v4 database