From 0cb8563a7300eb8b6c783415f5c90acc098ff81f Mon Sep 17 00:00:00 2001 From: avalonche Date: Thu, 16 Jul 2026 01:10:50 -0700 Subject: [PATCH] release: bump rollup-boost to 0.7.17 Bump rollup-boost 0.7.16 -> 0.7.17. rollup-boost-types unchanged, stays 0.3.0. Since 0.7.16: - flashblocks payload id mismatch fcu race (#491) - require explicit VALID before selecting the builder payload (#492) - health and external state root fixes (#493) - don't reset buffer when fcu without attributes arrive (#495) Co-Authored-By: Claude Opus 4.8 (1M context) --- Cargo.lock | 2 +- crates/rollup-boost/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fdbaeb45..75bb85ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4338,7 +4338,7 @@ dependencies = [ [[package]] name = "rollup-boost" -version = "0.7.16" +version = "0.7.17" dependencies = [ "alloy-consensus", "alloy-eips", diff --git a/crates/rollup-boost/Cargo.toml b/crates/rollup-boost/Cargo.toml index 15722788..9a3b800a 100644 --- a/crates/rollup-boost/Cargo.toml +++ b/crates/rollup-boost/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rollup-boost" -version = "0.7.16" +version = "0.7.17" edition = "2024" description = "Rollup Boost is a sidecar for optimism rollups that enables rollup extensions" rust-version = "1.94"