fix(besu): remove CLIQUE from RPC API lists#1341
Merged
qu0b merged 1 commit intoethpandaops:mainfrom Mar 24, 2026
Merged
Conversation
Besu removed Clique support entirely in besu-eth/besu#9852 and #9992. Passing CLIQUE in --rpc-http-api/--rpc-ws-api now causes a startup failure: "Invalid value for option '--rpc-http-api': invalid entries found [CLIQUE]". Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
barnabasbusa
approved these changes
Mar 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CLIQUEfrom--rpc-http-apiand--rpc-ws-apiflags in the Besu launcherbal-devnet-3via #10091CLIQUEnow causes a startup failure:Invalid value for option '--rpc-http-api': invalid entries found [CLIQUE]Context
CLIQUEwas originally added in #228 when Besu support was first merged. Since all networks launched by the ethereum-package are PoS, the Clique API was never functional — this removal is a no-op for all existing use cases.Test plan
CLIQUEin RPC API lists on bal-devnet-3🤖 Generated with Claude Code