Skip to content

fix(besu): remove CLIQUE from RPC API lists#1341

Merged
qu0b merged 1 commit intoethpandaops:mainfrom
qu0b:qu0b/fix/remove-clique-rpc-api
Mar 24, 2026
Merged

fix(besu): remove CLIQUE from RPC API lists#1341
qu0b merged 1 commit intoethpandaops:mainfrom
qu0b:qu0b/fix/remove-clique-rpc-api

Conversation

@qu0b
Copy link
Copy Markdown
Member

@qu0b qu0b commented Mar 24, 2026

Summary

  • Remove CLIQUE from --rpc-http-api and --rpc-ws-api flags in the Besu launcher
  • Besu removed Clique support entirely in hyperledger/besu#9852 and hyperledger/besu#9992, which were merged into bal-devnet-3 via #10091
  • Passing CLIQUE now causes a startup failure: Invalid value for option '--rpc-http-api': invalid entries found [CLIQUE]

Context

CLIQUE was 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

  • Verified Besu starts successfully without CLIQUE in RPC API lists on bal-devnet-3

🤖 Generated with Claude Code

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>
@qu0b qu0b merged commit 6307765 into ethpandaops:main Mar 24, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants