Open jonastheis opened 3 weeks ago
[!IMPORTANT]
Review skipped
Draft detected.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yaml
file in this repository. To trigger a single review, invoke the@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
1. Purpose or design rationale of this PR
This PR enables creating blocks without a valid signature. This is necessary in permissionless mode for anyone to be able to produce blocks without having access to the latest valid key according to Clique consensus.
It is part of the permissionless batch production toolkit together with https://github.com/scroll-tech/go-ethereum/pull/1073 and https://github.com/scroll-tech/scroll/pull/1555
2. PR title
Your PR title must follow conventional commits (as we are doing squash merge for each PR), so it must start with one of the following types:
3. Deployment tag versioning
Has the version in
params/version.go
been updated?4. Breaking change label
Does this PR have the
breaking-change
label?