Skip to content
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

Update MEV Boost API #192

Merged
merged 13 commits into from
Jan 9, 2025
Merged

Update MEV Boost API #192

merged 13 commits into from
Jan 9, 2025

Conversation

mikhailUshakoff
Copy link
Collaborator

No description provided.

@mikhailUshakoff mikhailUshakoff marked this pull request as ready for review December 30, 2024 09:24
Node/Cargo.toml Outdated Show resolved Hide resolved

[patch.crates-io]
#zstd-sys = { version = "=2.0.9+zstd.1.5.5" }
zstd-sys = { git = "https://github.com/gyscos/zstd-rs", tag = "zstd-sys-2.0.9" }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why zstd-sys need to be patched?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The zstd-sys library needs to be patched because we are using an older version of reth-primitives, which depends on zstd. The newer version of zstd introduces breaking changes that require adjustments.

@@ -1,5 +1,10 @@
FROM docker.io/library/rust:1.83 AS builder

# Install libclang
RUN apt-get update && apt-get install -y \
libclang-dev \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is it needed?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is needed to build c-kzg 0.1.1, which is a dependency required to build reth-primitives

@smartprogrammer93 smartprogrammer93 merged commit 18c9a0b into master Jan 9, 2025
3 of 4 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.

3 participants