-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: merge with upstream v1.0.6 #127
Conversation
Co-authored-by: Matthias Seitz <[email protected]>
Co-authored-by: Matthias Seitz <[email protected]> Co-authored-by: Oliver <[email protected]>
Co-authored-by: Matthias Seitz <[email protected]>
Co-authored-by: Matthias Seitz <[email protected]>
Co-authored-by: Matthias Seitz <[email protected]>
Co-authored-by: Matthias Seitz <[email protected]>
Co-authored-by: Oliver <[email protected]>
1120418
to
fbaa936
Compare
6580df4
to
4007b8e
Compare
4007b8e
to
54f56db
Compare
a68b26e
to
865dd7c
Compare
Dockerfile
Outdated
@@ -1,4 +1,4 @@ | |||
FROM lukemathwalker/cargo-chef:latest-rust-1.79 AS chef | |||
FROM lukemathwalker/cargo-chef:latest-rust-1.80 AS chef | |||
WORKDIR /app | |||
|
|||
LABEL org.opencontainers.image.source=https://github.com/paradigmxyz/reth |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we change the label to our repo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
865dd7c
to
69139a8
Compare
@@ -480,6 +519,12 @@ Debug: | |||
--debug.skip-new-payload <SKIP_NEW_PAYLOAD> | |||
If provided, the engine will skip `n` consecutive new payloads | |||
|
|||
--debug.reorg-frequency <REORG_FREQUENCY> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you dive into the detailed usage of these two flags?
Description
This pr is to merge with upstream v1.0.6
Rationale
tell us why we need these changes...
Example
add an example CLI or API response...
Changes
Notable changes:
Potential Impacts