Skip to content

Commit

Permalink
chore: update version related details for 20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thephez committed Mar 5, 2024
1 parent 6883817 commit 72dcafd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
# "github_url": "https://github.com", # or your GitHub Enterprise site
"github_user": "dashpay",
"github_repo": "docs-core",
"github_version": "20.0.0",
"github_version": "20.1.0",
"doc_path": "",
}

Expand Down
4 changes: 2 additions & 2 deletions docs/api/remote-procedure-calls-raw-transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1366,7 +1366,7 @@ _Parameter #2--whether to allow high fees_

| Name | Type | Presence | Description |
| ------------ | ------ | -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `maxfeerate` | number | Optional<br>(0 or 1) | Reject transactions whose fee rate is higher than the specified value, expressed in DASH/kB. **Breaking change: parameter changed from `allowhighfees` to `maxfeerate` in Dash Core 18.0.0. See [previous version](https://dashcore.readme.io/v0.17.0/docs/core-api-ref-remote-procedure-calls-raw-transactions#sendrawtransaction).** |
| `maxfeerate` | number | Optional<br>(0 or 1) | Reject transactions whose fee rate is higher than the specified value, expressed in DASH/kB. **Breaking change: parameter changed from `allowhighfees` to `maxfeerate` in Dash Core 18.0.0.** |

_Parameter #3--whether to use InstantSend_

Expand Down Expand Up @@ -1502,7 +1502,7 @@ _Parameter #2---set max fee rate_

| Name | Type | Presence | Description |
| ------------ | ------ | -------------------- | ----------- |
| `maxfeerate` | number | Optional<br>(0 or 1) | Reject transactions whose fee rate is higher than the specified value, expressed in DASH/kB. Changed from `allowhighfees` in Dash Core 18.0.0. See [previous version](https://dashcore.readme.io/v0.17.0/docs/core-api-ref-remote-procedure-calls-raw-transactions#sendrawtransaction). |
| `maxfeerate` | number | Optional<br>(0 or 1) | Reject transactions whose fee rate is higher than the specified value, expressed in DASH/kB. Changed from `allowhighfees` in Dash Core 18.0.0. |

_Result---mempool acceptance test results_

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ SDK Resources <https://docs.dash.org/en/stable/docs/user/developers/integration-
Dash Improvement Proposals <dips/README>
Dash Whitepaper <https://docs.dash.org/en/stable/introduction/about.html#whitepaper>
Bitcoin Whitepaper <https://bitcoin.org/bitcoin.pdf>
Previous Version of Docs <https://dashcore.readme.io/v18.0.0/docs/>
Previous Version of Docs <https://docs.dash.org/projects/core/en/20.0.0/docs/index.html>
```

Questions about Dash development are best asked in one of the [Dash development
Expand Down
3 changes: 2 additions & 1 deletion docs/reference/p2p-network-protocol-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@

The table below lists some notable versions of the P2P network protocol, with the most recent versions listed first.

As of Dash Core 20.0, the most recent protocol version is 70230.
As of Dash Core 20.1, the most recent protocol version is 70231.

| Version | Initial Release | Major Changes
|---------|------------------------------------|--------------
| 70231 | [Dash Core 20.1](https://github.com/dashpay/dash/blob/v20.1.0/doc/release-notes.md) <br> (Mar 2024) | • HD wallets by default<br>• Legacy InstantSend deprecated (`islock` p2p and inv messages)
| 70230 | [Dash Core 20.0](https://github.com/dashpay/dash/blob/v20.0.0/doc/release-notes.md) <br> (Nov 2023) | • [DIP 29](https://github.com/dashpay/dips/blob/master/dip-0028.md): ChainLock-based random beacon<br>• [Treasury expansion](https://www.dashcentral.org/p/TREASURY-REALLOCATION-60-20-20)<br>• Sentinel functionality integrated into Core<br>• Asset lock transactions<br>• [Coinbase transaction updates](https://github.com/dashpay/dips/blob/master/dip-0004.md) and changes to [DIP 4](https://github.com/dashpay/dips/blob/master/dip-0004.md)
| 70228 | [Dash Core 19.2.0](https://github.com/dashpay/dash/blob/v19.2.0/doc/release-notes.md) <br> (Jun 2023) | • Store protx version in simplified masternode list entries and use to serialize/deserialize masternode BLS operator keys
| 70227 | [Dash Core 19.0.0](https://github.com/dashpay/dash/blob/v19.0.0/doc/release-notes.md) <br> (Apr 2023) | • [DIP 28](https://github.com/dashpay/dips/blob/master/dip-0028.md): Evolution masternodes (4000 DASH collateral)<br>• Removed [`reject` message](../reference/p2p-network-deprecated-messages.md#reject)
Expand Down

0 comments on commit 72dcafd

Please sign in to comment.