Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/core/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 22.1.x, the most recent protocol version is 70235.
As of Dash Core 22.1.2, the most recent protocol version is 70236.

| Version | Initial Release | Major Changes
|---------|------------------------------------|--------------
| 70236 | [Dash Core 22.1.2](https://github.com/dashpay/dash/blob/v22.1.2/doc/release-notes.md) <br> (Apr 2025) | • [Optimized quorum diff processing](https://github.com/dashpay/dash/pull/6587)<br>• [Improved the performance of deterministic masternode list management](https://github.com/dashpay/dash/pull/6625)
| 70235 | [Dash Core 22.0](https://github.com/dashpay/dash/blob/v22.0.0/doc/release-notes.md) <br> (Nov 2024) | • [P2P protocol encryption (BIP 324)](https://github.com/dashpay/dash-issues/issues/7)<br>• [DSQ via inventory](https://github.com/dashpay/dash/pull/6148)<br>• [Support 8000 compressed headers per request](https://github.com/dashpay/dash/pull/6239/)
| 70233 | [Dash Core 21.1](https://github.com/dashpay/dash/blob/v21.1.0/doc/release-notes.md) <br> (Aug 2024) | • [Enhanced hard fork update](https://github.com/dashpay/dash/pull/6175)
| 70232 | [Dash Core 21.0](https://github.com/dashpay/dash/blob/v21.0.0/doc/release-notes.md) <br> (Jul 2024) | • Masternode reward location reallocation<br>• Mainnet spork hardening<br>• Experimental descriptor wallet support
Expand Down