Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update for fees package. #1540

Merged
merged 1 commit into from
Dec 10, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ The following versioned modules are provided by dcrd repository:
* [gcs](https://github.com/decred/dcrd/tree/master/gcs) - Provides an API for
building and using Golomb-coded set filters useful for light clients such as
SPV wallets
* [fees](https://github.com/decred/dcrd/tree/master/fees) - Provides methods for
tracking and estimating fee rates for new transactions to be mined into the
network

<a name="ModuleHierarchy" />

Expand Down
2 changes: 2 additions & 0 deletions docs/assets/module_hierarchy.gv
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ digraph {
mining [label="mining" fillcolor=chartreuse]
peer [label="peer" fillcolor=khaki]
rpcclient [label="rpcclient" fillcolor=mediumseagreen]
fees [label="fees" fillcolor=darkolivegreen2]
dcrd [label="dcrd" fillcolor=chocolate]

{rank=same connmgr addrmgr hdkeychain peer rpcclient mempool}
Expand Down Expand Up @@ -51,6 +52,7 @@ digraph {
blockchain -> rpcclient [dir=back color=orchid]
dcrjson -> rpcclient [dir=back color=indianred]

fees -> dcrd [dir=back color=darkolivegreen2]
mempool -> dcrd [dir=back color=slategray]
certgen -> dcrd [dir=back color=darkkhaki]
addrmgr -> dcrd [dir=back color=lightsalmon]
Expand Down
Loading