diff --git a/conf.py b/conf.py
index 088f2ff4..7f007f1c 100644
--- a/conf.py
+++ b/conf.py
@@ -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": "",
}
diff --git a/docs/api/remote-procedure-calls-raw-transactions.md b/docs/api/remote-procedure-calls-raw-transactions.md
index d2e32d90..684e47e6 100644
--- a/docs/api/remote-procedure-calls-raw-transactions.md
+++ b/docs/api/remote-procedure-calls-raw-transactions.md
@@ -1366,7 +1366,7 @@ _Parameter #2--whether to allow high fees_
| Name | Type | Presence | Description |
| ------------ | ------ | -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `maxfeerate` | number | Optional
(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
(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_
@@ -1502,7 +1502,7 @@ _Parameter #2---set max fee rate_
| Name | Type | Presence | Description |
| ------------ | ------ | -------------------- | ----------- |
-| `maxfeerate` | number | Optional
(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
(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_
diff --git a/docs/index.md b/docs/index.md
index 496b6e33..a2755cb6 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -155,7 +155,7 @@ SDK Resources
Dash Whitepaper
Bitcoin Whitepaper
-Previous Version of Docs
+Previous Version of Docs
```
Questions about Dash development are best asked in one of the [Dash development
diff --git a/docs/reference/p2p-network-protocol-versions.md b/docs/reference/p2p-network-protocol-versions.md
index fc20eae2..28015d5f 100644
--- a/docs/reference/p2p-network-protocol-versions.md
+++ b/docs/reference/p2p-network-protocol-versions.md
@@ -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)
(Mar 2024) | • HD wallets by default
• 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)
(Nov 2023) | • [DIP 29](https://github.com/dashpay/dips/blob/master/dip-0028.md): ChainLock-based random beacon
• [Treasury expansion](https://www.dashcentral.org/p/TREASURY-REALLOCATION-60-20-20)
• Sentinel functionality integrated into Core
• Asset lock transactions
• [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)
(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)
(Apr 2023) | • [DIP 28](https://github.com/dashpay/dips/blob/master/dip-0028.md): Evolution masternodes (4000 DASH collateral)
• Removed [`reject` message](../reference/p2p-network-deprecated-messages.md#reject)