Skip to content

Conversation

@avalonche
Copy link
Collaborator

📝 Summary

op-rbuilder node --flashblocks.calculate-state-root=false
error: unexpected value 'false' for '--flashblocks.calculate-state-root' found; no more were expected

Usage: op-rbuilder node --flashblocks.calculate-state-root

default for boolean flags should be false, otherwise clap does not recognise true / false passed into the arg

updates the cli flag from --flashblocks.calculate-state-root to --flashblocks.disable-calculate-state-root and the corresponding env flag.


✅ I have completed the following steps:

  • Run make lint
  • Run make test
  • Added tests (if applicable)

@avalonche avalonche merged commit f13be70 into main Nov 10, 2025
4 of 5 checks passed
@avalonche avalonche deleted the fix-calculate-state-root-arg branch November 10, 2025 18:02
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