Skip to content

feat(rpc): add state overrides to estimate gas, fix error msg #450

feat(rpc): add state overrides to estimate gas, fix error msg

feat(rpc): add state overrides to estimate gas, fix error msg #450

Triggered via pull request January 19, 2024 18:24
Status Failure
Total duration 3m 5s
Artifacts

ci.yaml

on: pull_request
lint
2m 56s
lint
doc-lint
22s
doc-lint
check conventional commit compliance
4s
check conventional commit compliance
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
missing field `validation_estimation_gas_fee` in initializer of `rundler_sim::EstimationSettings`: crates/rpc/src/eth/api.rs#L865
error[E0063]: missing field `validation_estimation_gas_fee` in initializer of `rundler_sim::EstimationSettings` --> crates/rpc/src/eth/api.rs:865:17 | 865 | EstimationSettings { | ^^^^^^^^^^^^^^^^^^ missing `validation_estimation_gas_fee`
lint
Clippy had exited with the 101 exit code
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/