Commit graph

30 commits

Author SHA1 Message Date
thephez
7087f73f2b
Review updates 2019-06-06 07:58:13 -04:00
thephez
373233b924
Correct un-banning special tx type 2019-06-06 07:56:53 -04:00
thephez
d4c192c4e4
Content - Add Proof of Service section
- Describe v0.14.0 PoSe scoring
2019-06-05 14:47:53 -04:00
thephez
ecb57a023b
Content/v0.14.0 glossary update (#133)
* Content - Add glossary entries
 - ChainLock, LLMQ, Special Tx

* Content - Add norefs to prevent broken links
2019-05-23 11:37:26 -04:00
thephez
960a98d96e Minor review update 2019-05-17 10:23:43 -04:00
thephez
c523af4ca9 Minor review updates
- listunspent RPC - remove RBF-related text
 - InstantSend
   - Convert improvement list to table
   - Add some additional detail
   - Update limitation list
2019-05-17 10:23:43 -04:00
thephez
8c6d438a3a Cleanup (#128)
* Config - remove unused keys

* Remove aliases

* Script - minor updates

* Remove bitcoin papers

* Delete all but a couple example events

* Update all QE BIP links to reflect current reop location

* One more BIP link update
2019-05-17 10:23:43 -04:00
thephez
a0bf4ca79e Content - superblock clarify (#126)
* Content - Additional info regarding superblocks

* Content - Clarify superblock details

* Apply suggestions from code review

Co-Authored-By: thephez <thephez@users.noreply.github.com>

* Typo fix

* Update _includes/devdoc/guide_dash_features.md

Co-Authored-By: thephez <thephez@users.noreply.github.com>

* Formatting
2019-05-17 10:23:43 -04:00
thephez
9d69c14b0b V0.14.0 LLMQ InstantSend (#124)
* InstantSend - Add partial LLMQ-IS details

* InstantSend - Add clarification and data flow

* Minor formatting change

* InstantSend - Add LLMQ-IS info to ChainLock section

* RPC - Add instantllock_internal field to RPCs

* Formatting update

* Formatting fix

* Content - Clarify instantlock* descriptions
2019-05-17 10:23:43 -04:00
thephez
6ee3f06b32 V0.14.0 P2P/RPC updates (#123)
* P2P - LLMQ debug messages
 - Move below DKG and signing
 - Don't show qdebugstatus

* P2P - Update qbsigs and qsigsinv

* Content - add details related to some Dash Core constants

* RPC - Add DKG phases to quorum status

* P2P - Update version msg with mnauth challenge

* P2P - Update version hexdump
 - Include mn auth challenge

* Content - Minor updates
 - Fix filterload cross ref url
 - Add note about special tx bloom filter support

* Content - update RPC examples based on added CbTx quorum merkle field
2019-05-17 10:23:43 -04:00
thephez
aa254c489c V0.14.0 Guide - LLMQs (#122)
* Guide - Start adding LLMQ DKG data flow details

* Guide - Add Quorum description

* Content - Add descriptions for LLMQ messages

* Content - Add qjustify description

* Formatting fix

* Guide - placeholder for LLMQ signing session details

* Guide - Add LLMQ signing session data flow draft

* Guide - Minor quorum adjustments

* Guide - cross ref fixes

* Guide - Add ChainLocks info

* Content - Add DIP8 references

* Content - DIP Table update
2019-05-17 10:23:43 -04:00
thephez
0d26ece007 V0.14.0 Guide updates (#120)
* Guide - PrivateSend updates
 - Variable paticipant count
 - Link updates

* Guide - MN sync reorg
 - Move all content regarding old mn sync system to a subsection

* Guide - Governance sync update
 - Related to dashpay/dash#2124

* Content - Remove governance watchdog references
 - Related to dashpay/dash#2816

* Content - Governance sync update

* Content - Update Dash Core version and protocol number

* Formatting fix

* Content - Disclaimer and roadmap link

* Content - Update Sentinel info to indicate deprecation of sentinelping

* Formatting fix
2019-05-17 10:23:43 -04:00
thephez
b604f67496
Convert atlassian links to point at docs.dash.org (#106) 2019-02-04 10:25:43 -05:00
Cofresi
65d536a6c5 explicit per input fee for non-simple tx (#104) 2019-01-23 09:54:17 -05:00
thephez
7ce4a78ca3
V0.13.0 MN Sync updates (#98)
* Guide - Update MN sync info for DIP3

* Guide - Add deprecation warning for ongoing MN sync

* Guide - Update heading formatting

* Guide - Update MN sync images

Add DIP3 initial sync
Show DIP3-deprecated parts of ongoing sync

* Guide - Update MN sync status table
2018-12-27 13:00:03 -05:00
thephez
28514b62d7
V0.13.0 RC updates (#95)
* Content - RPC - Update quick reference

* RPC - Update getblockchaininfo to show BIP-9 progress

Related to dashpay/dash#2435

* RPC - Update gobject prepare with new params

Use-IS (dashpay/dash#2452)
Use specific UTXO for fee (dashpay/dash#2482)

* RPC - Update mode name

* RPC - Update protx default mode

dashpay/dash#2513

* Content - Add spork 17

* Content - Special transactions

Add info for Quorum commitment
Remove messages not in 13.0 (SubTx)

* P2P - Add new txlvote fields

masternodeProTxHash (dashpay/dash#2484)
quorumModifierHash (dashpay/dash#2505)

* RPC - Update protx list

Make all options follow the same parameter format (dashpay/dash#2559)

* Content - version bump

0.13.0.0 bumped to 70213 (dashpay/dash#2557)

* Guide - PrivateSend dstx message limit

Up to 5 simultaneous dstxs per MN allowed (dashpay/dash#2552)

* RPC - Update getblock

Add missing versionHex field (dashpay/dash@e7d9ffa)
Change to use verbosity syntax (dashpay/dash#2506 and
bitcoin/bitcoin#8704)

* P2P - Add qfcommit message (no hexdump example)

DIP6 quorum final commitment (dashpay/dash#2477)

* P2P - qfcommit typo

Change description of llmqType field

* P2P - Special tx payload size clarification

* Guide - Update MN payment description

Related to dashpay/dash#2258

* Guide - fix broken link

* Guide - Update some example txs

Change to hashes on the chain following the 12.3.4 reset

* P2P - Add QcTx hexdump

* P2P - DIP4 message updates

Add SML entry
Update hexdump to include new fields
Add getmnlistd and mnlistdiff to cross ref

* P2P - minor DIP3-related comments
2018-12-26 11:05:10 -05:00
thephez
2372ce3e56 V0.13.0 guide dash features (#93)
* Content - Guide - IS updates

Drop psuedo-confirmations
Automatic IS and fee changes

* Content - Guide - PS updates

Add 5th denom
Update collateral fee info

* Content - Guide - MN Sync schedule

Minor updates

* Content - Guide - Auto-IS limitations

* Content - Guide - Auto-IS limitation update
2018-11-19 13:17:36 -05:00
thephez
44c55257a8
[Content] - P2P - Update PrivateSend messages to include input counts (#73)
- Updated `dsa` and `dsq` messages with nInputCount field
 - Updated notes in Guide

Closes #70
2018-06-28 12:58:23 -04:00
thephez
581500c546
[Content] - Update PrivateSend collateral info (#62)
- Change for protocol >70208 to provide more flexibility
Closes #48
2018-04-18 17:21:03 -04:00
thephez
d9c1833330
[Content] - Update PrivateSend collateral info for protocol >70208 change 2018-03-15 14:46:20 -04:00
thephez
e447e702eb [Content] - Update InstantSend with network specific conf thresholds 2018-03-15 11:53:35 -04:00
thephez
9d2bc49b56
content - Embed Matt Robertson InstantSend video from the 2017 Dash Conf (#31) 2018-02-13 12:55:37 -05:00
thephez
597d460bdf
[Content] Expand PrivateSend details (#27)
* content - Begin expansion of PrivateSend guide

* content - Expansion of PrivateSend guide (collateral creation)

* content - Expansion of PrivateSend guide
 - Mixing details added
 - Dash Core references added

* content - Expansion of PrivateSend guide
 - Add missing noref
2018-02-09 10:06:52 -05:00
thephez
deaa367a1d content - InstantSend
- Clarify confirmation meaning
 - Update fee info
2018-01-31 17:12:04 -05:00
thephez
da8a1f1737 Minor Bitcoin to Dash changes 2018-01-11 14:02:38 -05:00
thephez
088f104adf Build updates, cont.
- Fix cross-reference issues
 - Properly comment out unused sections (coinjoin, payment processing)
 - Link correction
 - Subheading corrections
2018-01-10 09:32:47 -05:00
thephez
57f1017b5e Cross-reference link correction
Index update to include link to doxygen docs
2018-01-03 10:39:37 -05:00
thephez
3495dbbdf5 Add/update glossary terms
Fix some cross-reference issues
2018-01-02 09:25:28 -05:00
thephez
afe1c54caf Glossary - add some Dash terms 2018-01-02 09:25:28 -05:00
thephez
cdbe28f410 Update layout of developer doc page
- Eliminate Contract section link on Dev Doc page and insert Dash
features
 - Split Dash features out into own section of P2P guide
 - Add Dash Payment and BlockCypher links
2017-12-07 16:28:48 -05:00