Skip to content

Commit

Permalink
docs: Update for blockchain v4 module.
Browse files Browse the repository at this point in the history
This updates the docs/README.md file, module hierarchy graphviz, and
module hierarchy diagram to reflect the new module version.
  • Loading branch information
davecgh committed Dec 17, 2021
1 parent 259b51b commit b1d6e55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ The following versioned modules are provided by dcrd repository:
Decred wire protocol
* [peer/v3](https://github.com/decred/dcrd/tree/master/peer) - Provides a common
base for creating and managing Decred network peers
* [blockchain/v3](https://github.com/decred/dcrd/tree/master/blockchain) -
* [blockchain/v4](https://github.com/decred/dcrd/tree/master/blockchain) -
Implements Decred block handling and chain selection rules
* [stake/v4](https://github.com/decred/dcrd/tree/master/blockchain/stake) -
Provides an API for working with stake transactions and other portions
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/module_hierarchy.gv
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ digraph {
stake [label="blockchain/stake/v4" fillcolor=bisque]
standalone [label="blockchain/standalone/v2" fillcolor=firebrick4]
gcs [label="gcs/v3" fillcolor=gold]
blockchain [label="blockchain/v3" fillcolor=orchid]
blockchain [label="blockchain/v4" fillcolor=orchid]
lru [label="lru" fillcolor=royalblue3]
peer [label="peer/v3" fillcolor=khaki]
rpcclient [label="rpcclient/v6" fillcolor=mediumseagreen]
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/module_hierarchy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b1d6e55

Please sign in to comment.