diff --git a/CHANGELOG.md b/CHANGELOG.md index eb3f04d1a65..cb1b2091f43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,7 @@ - Add `WorldStateService` to the plugin API [#9024](https://github.com/hyperledger/besu/pull/9024) - Wait for peers before starting Backward Sync [#9003](https://github.com/hyperledger/besu/pull/9003) - LUKSO Mainnet Pectra Hardfork [#9070](https://github.com/hyperledger/besu/pull/9070) +- Update Netty #### Performance - Improve the sync performance by not RLP decoding bodies during sync. This means we are using less memory and CPU, allowing us to increase the parallelism of the download pipeline, which has been increased from 4 to 8. Can be reduced again with `--Xsynchronizer-downloader-parallelism=4` [#8959](https://github.com/hyperledger/besu/pull/8959) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index e5a6196a43a..efd607dfab0 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -1681,6 +1681,14 @@ + + + + + + + + @@ -1696,6 +1704,11 @@ + + + + + @@ -1717,6 +1730,14 @@ + + + + + + + + @@ -1738,6 +1759,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1754,6 +1807,14 @@ + + + + + + + + @@ -1762,6 +1823,14 @@ + + + + + + + + @@ -1783,6 +1852,14 @@ + + + + + + + + @@ -1804,6 +1881,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + @@ -1812,6 +1913,14 @@ + + + + + + + + @@ -1820,6 +1929,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1828,6 +1973,14 @@ + + + + + + + + @@ -1836,6 +1989,14 @@ + + + + + + + + @@ -1852,6 +2013,14 @@ + + + + + + + + @@ -1860,6 +2029,14 @@ + + + + + + + + @@ -1868,6 +2045,14 @@ + + + + + + + + @@ -1889,6 +2074,14 @@ + + + + + + + + @@ -1910,6 +2103,14 @@ + + + + + + + + @@ -1926,6 +2127,14 @@ + + + + + + + + @@ -1934,6 +2143,14 @@ + + + + + + + + @@ -1949,6 +2166,11 @@ + + + + + @@ -1970,6 +2192,14 @@ + + + + + + + + @@ -1986,6 +2216,14 @@ + + + + + + + + @@ -1994,6 +2232,14 @@ + + + + + + + + @@ -2005,6 +2251,17 @@ + + + + + + + + + + + @@ -2013,6 +2270,14 @@ + + + + + + + + @@ -2021,11 +2286,24 @@ + + + + + + + + + + + + + @@ -2047,6 +2325,14 @@ + + + + + + + + @@ -2063,6 +2349,22 @@ + + + + + + + + + + + + + + + + @@ -2071,6 +2373,14 @@ + + + + + + + + @@ -2088,6 +2398,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2102,6 +2443,20 @@ + + + + + + + + + + + + + + @@ -2123,6 +2478,14 @@ + + + + + + + + @@ -2131,6 +2494,14 @@ + + + + + + + + @@ -2139,6 +2510,14 @@ + + + + + + + + @@ -2147,6 +2526,14 @@ + + + + + + + + @@ -4671,6 +5058,14 @@ + + + + + + + + diff --git a/platform/build.gradle b/platform/build.gradle index 70949a42b8f..2bad5749141 100644 --- a/platform/build.gradle +++ b/platform/build.gradle @@ -28,7 +28,7 @@ javaPlatform { dependencies { api platform('com.fasterxml.jackson:jackson-bom:2.18.2') api platform('io.grpc:grpc-bom:1.70.0') - api platform('io.netty:netty-bom:4.1.118.Final') + api platform('io.netty:netty-bom:4.2.4.Final') api platform('io.opentelemetry:opentelemetry-bom:1.47.0') api platform('io.prometheus:prometheus-metrics-bom:1.3.5') api platform('io.vertx:vertx-stack-depchain:4.5.13')