Skip to content

Commit 78d0725

Browse files
docs: add note on proto bump and platformban p2p
1 parent e0519c3 commit 78d0725

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/release-notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ The compact block filter index format has been updated to include Dash special t
7676
## P2P and network changes
7777

7878
- `MIN_PEER_PROTO_VERSION` has been bumped to `70221`. (#6877)
79+
- `PROTO_VERSION` has been bumped to `70238` with the introduction of the `platformban` p2p message.
80+
This message allows evonodes to initiate PoSe masternode banning in Dash Core for evonodes which are
81+
not providing adequite service on Dash platform.
7982
- `cycleHash` field in `isdlock` message will now represent a DKG cycle starting block of the signing quorum instead of a DKG cycle starting block corresponding to the current chain height. While this is fully backwards compatible with older versions of Dash Core, other implementations might not be expecting this, so the P2P protocol version was bumped to 70237. (#6608)
8083
- UNIX domain sockets can now be used for proxy connections. Set `-onion` or `-proxy` to the local socket path with the prefix `unix:` (e.g. `-onion=unix:/home/me/torsocket`). UNIX socket paths are now accepted for `-zmqpubrawblock` and `-zmqpubrawtx` with the format `-zmqpubrawtx=unix:/path/to/file`. (#6634)
8184

0 commit comments

Comments
 (0)