diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/gobject.md b/_includes/devdoc/dash-core/rpcs/rpcs/gobject.md index b9cfe57b..c56b0b05 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/gobject.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/gobject.md @@ -181,7 +181,11 @@ Result (Collateral Transaction ID): {% autocrossref %} -The `gobject submit` RPC submits a governance object to network (objects must first be prepared via `gobject prepare`). +The `gobject submit` RPC submits a governance object to network (objects must +first be prepared via `gobject prepare`). + +Note: Parameters 1-4 should be the same values as the ones used for `gobject +prepare`. *Parameter #1---parent hash* diff --git a/_includes/devdoc/ref_p2p_networking.md b/_includes/devdoc/ref_p2p_networking.md index ed57c136..11b0bcab 100644 --- a/_includes/devdoc/ref_p2p_networking.md +++ b/_includes/devdoc/ref_p2p_networking.md @@ -70,6 +70,7 @@ As of Dash Core 0.13.0.0, the most recent protocol version is 70213. | Version | Initial Release | Major Changes |---------|------------------------------------|-------------- +| 70213 | Dash Core 0.13.0.x
(Jan 2019) | • Special Transactions
• Deterministic Masternode List
• Coinbase Special Transaction
• Automatic InstantSend | 70210 | Dash Core 0.12.3.x
(July 2018) | • Named Devnets
• New signature format / Spork 6 addition
• Bitcoin Core 0.13/0.14 backports
• [BIP90][]: Buried deployments
• [BIP147][]: NULLYDUMMY enforcement
• [BIP152][] Compact Blocks
• Transaction version increased to 2
• Zero fee transactions removed
• Pruning in Lite Mode | 70208 | Dash Core 0.12.2.x
(Nov 2017) | • [DIP1][] (2MB blocks)
• Fee reduction (10x)
• InstantSend fix
• PrivateSend improvements
• _Experimental_ HD wallet
• Local Masternode support removed | 70206 | Dash Core 0.12.1.x
(Mar 2017) | • Switch to Bitcoin Core 0.12.1
• BIP-0065 (CheckLockTimeVerify)
• BIP-0112 (CheckSequenceVerify)