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

Holocene 1559 params #21

Open
wants to merge 2 commits into
base: op-erigon
Choose a base branch
from

Add holocene params to execution payload at types.proto

9482436
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Holocene 1559 params #21

Add holocene params to execution payload at types.proto
9482436
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy succeeded Oct 15, 2024 in 0s

clippy

2 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 2
Note 0
Help 0

Versions

  • rustc 1.81.0 (eeb90cda1 2024-09-04)
  • cargo 1.81.0 (2dbb1af80 2024-08-20)
  • clippy 0.1.81 (eeb90cd 2024-09-04)

Annotations

Check warning on line 5 in build.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

the borrowed expression implements the required traits

warning: the borrowed expression implements the required traits
 --> build.rs:5:18
  |
5 |     config.bytes(&["."]);
  |                  ^^^^^^ help: change this to: `["."]`
  |
  = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
  = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default

Check warning on line 44 in build.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unexpected `cfg` condition value: `execution`

warning: unexpected `cfg` condition value: `execution`
  --> build.rs:44:13
   |
44 |     if cfg!(feature = "execution") {
   |             ^^^^^^^^^^^^^^^^^^^^^
   |
   = note: expected values for `feature` are: `remotekv`, `sentinel`, `sentry`, `snapshotsync`, `txpool`, and `web3`
   = help: consider adding `execution` as a feature in `Cargo.toml`
   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
   = note: `#[warn(unexpected_cfgs)]` on by default