From 76f2f67da48d4176f254d813791bdd75c6e67419 Mon Sep 17 00:00:00 2001 From: duke Date: Thu, 9 Feb 2023 22:10:25 +0000 Subject: [PATCH] Update 'doc/release-process.md' --- doc/release-process.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/release-process.md b/doc/release-process.md index af640f4f2..d0feb9393 100644 --- a/doc/release-process.md +++ b/doc/release-process.md @@ -43,6 +43,7 @@ Look for Git issues that should be fixed in the next release. Especially low-ris * Does `PROTOCOL_VERSION` in src/version.h need to be increased? * All releases with a consensus change should increase the value by 1 + * All releases with a large change to the networking (P2P) layer should increase the value by 1 * This identifies a nodes protocol version to all other peers it connects to. * Does `MIN_PEER_PROTO_VERSION` in src/version.h need to change? * If it does, new nodes will not be able to talk to nodes with a version less than `MIN_PROTO_VERSION`