From 84b06bcdafccec8b64326302756f16a32632a070 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 00:07:52 +0000 Subject: [PATCH] docs: add go-livepeer weekly changelog for August 17, 2026 --- v2/resources/changelog/go-livepeer.mdx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/v2/resources/changelog/go-livepeer.mdx b/v2/resources/changelog/go-livepeer.mdx index cb3688a02..3ab9a2b41 100644 --- a/v2/resources/changelog/go-livepeer.mdx +++ b/v2/resources/changelog/go-livepeer.mdx @@ -17,7 +17,7 @@ keywords: - orchestrator purpose: changelog audience: everyone -lastVerified: 2026-08-03T00:00:00.000Z +lastVerified: 2026-08-18T00:00:00.000Z --- @@ -26,6 +26,14 @@ lastVerified: 2026-08-03T00:00:00.000Z Changes merged to [go-livepeer](https://github.com/livepeer/go-livepeer) this week. For full release notes and binaries, see the [GitHub releases page](https://github.com/livepeer/go-livepeer/releases). + + ## Weekly update — August 17, 2026 + + ### Bug fixes + + - **Round initialization is now more resilient to races.** When another node completes a round before yours, your node no longer fails during gas estimation. The round initializer also tears down deterministically, so operators see cleaner shutdowns. This completes the earlier fix that only handled post-submission reverts. See the [orchestrator activation guide](/network/guides/orchestrator-activate) for context. + + ## Weekly update — August 3, 2026