From c6b8e7458efffd880189f6af177fa3ec66ffca93 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 08:17:59 +0000 Subject: [PATCH] fix: escape MDX-breaking angle brackets in consensus node release notes --- networks/release-notes/services.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/networks/release-notes/services.mdx b/networks/release-notes/services.mdx index afe610a2..51ec43ac 100644 --- a/networks/release-notes/services.mdx +++ b/networks/release-notes/services.mdx @@ -13,7 +13,7 @@ Visit the [Hedera status page](https://status.hedera.com/) for the latest versio **TESTNET UPDATED: JUNE 25, 2026** - +{/* highlights: TODO - add a "### Release highlights" paragraph and a "What's new in Release v0.75?" accordion above the build block */} ### [**Build 0.75.1**](https://github.com/hiero-ledger/hiero-consensus-node/releases/tag/v0.75.1) @@ -120,7 +120,7 @@ Visit the [Hedera status page](https://status.hedera.com/) for the latest versio * stabilize GetScheduledInfoTest non-existent schedule tests by using virtual time [#25073](https://github.com/hiero-ledger/hiero-consensus-node/pull/25073) by [@AlexKehayov](https://github.com/AlexKehayov) * use lenient stubs for race-dependent watchKey mocks in testConfigWatcher_randomError [#25072](https://github.com/hiero-ledger/hiero-consensus-node/pull/25072) by [@AlexKehayov](https://github.com/AlexKehayov) * prevent hollow account fuzzing test to fail due to stale account registry entries [#25056](https://github.com/hiero-ledger/hiero-consensus-node/pull/25056) by [@Evdokia-Georgieva](https://github.com/Evdokia-Georgieva) - * isolate HAPI subtask logs into per-task subdirectories, regroup subtasks in sets of <30mins (#24888, #24880) by [@AlexKehayov](https://github.com/AlexKehayov) + * isolate HAPI subtask logs into per-task subdirectories, regroup subtasks in sets of \<30mins (#24888, #24880) by [@AlexKehayov](https://github.com/AlexKehayov) * stabilize blck001...004ReturnsCorrectBlockProperties by not deferring first call's status [#25031](https://github.com/hiero-ledger/hiero-consensus-node/pull/25031) by [@AlexKehayov](https://github.com/AlexKehayov) * ensure xfersScenario transfers reach consensus before record assertion [#25057](https://github.com/hiero-ledger/hiero-consensus-node/pull/25057) by [@AlexKehayov](https://github.com/AlexKehayov) * 25065 Decrease log level for CompactionV3 log statements [#25066](https://github.com/hiero-ledger/hiero-consensus-node/pull/25066) by [@imalygin](https://github.com/imalygin) @@ -139,7 +139,7 @@ Visit the [Hedera status page](https://status.hedera.com/) for the latest versio * bump org.assertj:assertj-core from 3.27.3 to 3.27.7 in /hiero-dependency-versions [#23910](https://github.com/hiero-ledger/hiero-consensus-node/pull/23910) by @dependabot[bot] * bump com.github.spotbugs:spotbugs-annotations from 4.9.3 to 4.9.8 in /hiero-dependency-versions [#23793](https://github.com/hiero-ledger/hiero-consensus-node/pull/23793) by @dependabot[bot] - * add -PrunUntilFailure= to check tests for flakiness [#25257](https://github.com/hiero-ledger/hiero-consensus-node/pull/25257) by [@jjohannes](https://github.com/jjohannes) + * add -PrunUntilFailure=\ to check tests for flakiness [#25257](https://github.com/hiero-ledger/hiero-consensus-node/pull/25257) by [@jjohannes](https://github.com/jjohannes) * Apply changes from #26072 to release/0.75 [#26078](https://github.com/hiero-ledger/hiero-consensus-node/pull/26078) by [@rbarker-dev](https://github.com/rbarker-dev) * previewnet jumpstart application.properties [#25882](https://github.com/hiero-ledger/hiero-consensus-node/pull/25882) by [@derektriley](https://github.com/derektriley) * Testnet jumpstart application properties and remove previewnet [#25792](https://github.com/hiero-ledger/hiero-consensus-node/pull/25792) by [@derektriley](https://github.com/derektriley) @@ -177,7 +177,7 @@ Visit the [Hedera status page](https://status.hedera.com/) for the latest versio * remove internal package in consensus-concurrent module [#25238](https://github.com/hiero-ledger/hiero-consensus-node/pull/25238) by [@netopyr](https://github.com/netopyr) * Increase VirtualLeafBytes parse max size [#24951](https://github.com/hiero-ledger/hiero-consensus-node/pull/24951) by [@derektriley](https://github.com/derektriley) * 25223: A typo in DataFileReader when allocating local read buffers [#25224](https://github.com/hiero-ledger/hiero-consensus-node/pull/25224) by [@artemananiev](https://github.com/artemananiev) - * Various quality of life changes around CN <-> BN communication [#25203](https://github.com/hiero-ledger/hiero-consensus-node/pull/25203) by [@timfn-hg](https://github.com/timfn-hg) + * Various quality of life changes around CN \<-> BN communication [#25203](https://github.com/hiero-ledger/hiero-consensus-node/pull/25203) by [@timfn-hg](https://github.com/timfn-hg) * extract event stream writer [#25187](https://github.com/hiero-ledger/hiero-consensus-node/pull/25187) by [@netopyr](https://github.com/netopyr) * Update test constructor invocation to fix compile error [#25198](https://github.com/hiero-ledger/hiero-consensus-node/pull/25198) by [@mhess-swl](https://github.com/mhess-swl) * Update HederaEvmTransaction mapping [#25145](https://github.com/hiero-ledger/hiero-consensus-node/pull/25145) by [@lukasz-hashgraph](https://github.com/lukasz-hashgraph)