mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Content - Add DIP8 references
This commit is contained in:
parent
7c51c4c011
commit
478f1b9892
3 changed files with 10 additions and 1 deletions
|
@ -290,6 +290,13 @@ CVE-2012-2459:
|
|||
|
||||
## DIPs in numerical order; don't use padding zeros (e.g. DIP1 not DIP0001)
|
||||
DIP1:
|
||||
DIP2:
|
||||
DIP3:
|
||||
DIP4:
|
||||
DIP5:
|
||||
DIP6:
|
||||
DIP7:
|
||||
DIP8:
|
||||
|
||||
## RPCs
|
||||
'`abandontransaction`': rpc abandontransaction
|
||||
|
|
|
@ -517,6 +517,7 @@ devsearches:
|
|||
- "DIP5: Blockchain Users": "https://github.com/dashpay/dips/blob/master/dip-0005.md"
|
||||
- "DIP6: Long-Living Masternode Quorums": "https://github.com/dashpay/dips/blob/master/dip-0006.md"
|
||||
- "DIP7: LLMQ Signing Requests / Sessions": "https://github.com/dashpay/dips/blob/master/dip-0007.md"
|
||||
- "DIP8: ChainLocks": "https://github.com/dashpay/dips/blob/master/dip-0008.md"
|
||||
|
||||
## Bitcoin P2P Protocol messages documented on Bitcoin.org
|
||||
"P2P Messages":
|
||||
|
@ -577,7 +578,7 @@ devsearches:
|
|||
# Dash - quorums
|
||||
- "qbsigs": "/en/developer-reference#qbsigs"
|
||||
- "qcomplaint": "/en/developer-reference#qcomplaint"
|
||||
- "qcontrib": "/en/developer-reference#qcontrib"
|
||||
- "qcontrib": "/en/developer-reference#qcontrib"
|
||||
- "qdebugstatus": "/en/developer-reference#qdebugstatus"
|
||||
- "qfcommit": "/en/developer-reference#qfcommit"
|
||||
- "qgetsigs": "/en/developer-reference#qgetsigs"
|
||||
|
|
|
@ -381,6 +381,7 @@ http://opensource.org/licenses/MIT.
|
|||
[DIP5]: https://github.com/dashpay/dips/blob/master/dip-0005.md
|
||||
[DIP6]: https://github.com/dashpay/dips/blob/master/dip-0006.md
|
||||
[DIP7]: https://github.com/dashpay/dips/blob/master/dip-0007.md
|
||||
[DIP8]: https://github.com/dashpay/dips/blob/master/dip-0008.md
|
||||
|
||||
{% comment %}<!-- Other external site links; alphabetical order -->{% endcomment %}
|
||||
[#bitcoin]: https://webchat.freenode.net/?channels=bitcoin&uio=d4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue