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.
This commit is contained in:
parent
bf57746c3b
commit
cf2a9f5976
@ -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
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -173,7 +173,7 @@
|
||||
<!-- hdkeychain -->
|
||||
<g id="node14" class="node"><title>hdkeychain</title>
|
||||
<path fill="deepskyblue" stroke="black" d="M421,-108C421,-108 348,-108 348,-108 342,-108 336,-102 336,-96 336,-96 336,-84 336,-84 336,-78 342,-72 348,-72 348,-72 421,-72 421,-72 427,-72 433,-78 433,-84 433,-84 433,-96 433,-96 433,-102 427,-108 421,-108"/>
|
||||
<text text-anchor="middle" x="384.5" y="-86.3" font-family="Times New Roman,serif" font-size="14.00">hdkeychain/v2</text>
|
||||
<text text-anchor="middle" x="384.5" y="-86.3" font-family="Times New Roman,serif" font-size="14.00">hdkeychain/v3</text>
|
||||
</g>
|
||||
<!-- dcrutil->hdkeychain -->
|
||||
<g id="edge12" class="edge"><title>dcrutil->hdkeychain</title>
|
||||
|
||||
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Loading…
Reference in New Issue
Block a user