From cfe99fd289cfd43f8ee4788bb14ede5724d6e5a5 Mon Sep 17 00:00:00 2001 From: pasta Date: Tue, 10 Sep 2024 13:01:24 -0500 Subject: [PATCH] docs: add release notes for 6239 --- doc/release-notes-6239.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/release-notes-6239.md diff --git a/doc/release-notes-6239.md b/doc/release-notes-6239.md new file mode 100644 index 0000000000..9b99968a65 --- /dev/null +++ b/doc/release-notes-6239.md @@ -0,0 +1,5 @@ +P2P and Network Changes +----------------------- + +The max number of compressed block headers which can be requested at once has been increased from 2000 to 8000. This +change activates with the protocol version `70235` and only applies to compressed block headers.