diff --git a/docs/README.md b/docs/README.md index 0988b244..73b1a2db 100644 --- a/docs/README.md +++ b/docs/README.md @@ -178,7 +178,7 @@ The following versioned modules are provided by dcrd repository: return values, and notifications * [wire](https://github.com/decred/dcrd/tree/master/wire) - Implements the Decred wire protocol -* [peer](https://github.com/decred/dcrd/tree/master/peer) - Provides a common +* [peer/v2](https://github.com/decred/dcrd/tree/master/peer) - Provides a common base for creating and managing Decred network peers * [blockchain/v2](https://github.com/decred/dcrd/tree/master/blockchain) - Implements Decred block handling and chain selection rules diff --git a/docs/assets/module_hierarchy.gv b/docs/assets/module_hierarchy.gv index 52e73a0c..637e9bbf 100644 --- a/docs/assets/module_hierarchy.gv +++ b/docs/assets/module_hierarchy.gv @@ -24,7 +24,7 @@ digraph { mempool [label="mempool/v2" fillcolor=slategray] mining [label="mining/v2" fillcolor=chartreuse] lru [label="lru" fillcolor=royalblue3] - peer [label="peer" fillcolor=khaki] + peer [label="peer/v2" fillcolor=khaki] rpcclient [label="rpcclient/v4" fillcolor=mediumseagreen] fees [label="fees" fillcolor=darkolivegreen2] dcrd [label="dcrd" fillcolor=chocolate] diff --git a/docs/assets/module_hierarchy.svg b/docs/assets/module_hierarchy.svg index 93b4eb03..dd2b8d93 100644 --- a/docs/assets/module_hierarchy.svg +++ b/docs/assets/module_hierarchy.svg @@ -4,12 +4,12 @@ - + %3 - -Module Hierarchy + +Module Hierarchy certgen @@ -32,13 +32,13 @@ dcrjson - -dcrjson/v3 + +dcrjson/v3 chainhash->dcrjson - - + + wire @@ -62,23 +62,23 @@ types - -rpc/jsonrpc/types + +rpc/jsonrpc/types dcrjson->types - - + + rpcclient - -rpcclient/v4 + +rpcclient/v4 types->rpcclient - - + + addrmgr @@ -207,58 +207,58 @@ gcs - -gcs + +gcs stake->gcs - - + + standalone - -blockchain/standalone + +blockchain/standalone blockchain - -blockchain/v2 + +blockchain/v2 standalone->blockchain - - + + gcs->blockchain - - + + gcs->rpcclient - - + + mining - -mining/v2 + +mining/v2 blockchain->mining - - + + peer - -peer + +peer/v2 blockchain->peer - - + + mempool @@ -272,38 +272,38 @@ mining->mempool - - + + lru - -lru + +lru lru->peer - - + + peer->dcrd - - + + rpcclient->dcrd - - + + fees - -fees + +fees fees->dcrd - - + +