feat(traits): update use of ethers Provider and contract binding of entrypoint to use traits #1032
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
test
1m 59s
lint
4m 13s
check conventional commit compliance
5s
Annotations
3 errors and 1 warning
sub-expression diverges:
/rustc/5680fa18feaa87f3ff04063800aec256c3d4b4be/library/core/src/panic.rs#L52
error: sub-expression diverges
--> src/builder/server.rs:568:9
|
568 | panic!()
| ^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#diverging_sub_expression
= note: this error originates in the macro `$crate::panic::panic_2021` which comes from the expansion of the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
|
sub-expression diverges:
/rustc/5680fa18feaa87f3ff04063800aec256c3d4b4be/library/core/src/panic.rs#L52
error: sub-expression diverges
--> src/builder/server.rs:561:9
|
561 | panic!()
| ^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#diverging_sub_expression
= note: `-D clippy::diverging-sub-expression` implied by `-D warnings`
= note: this error originates in the macro `$crate::panic::panic_2021` which comes from the expansion of the macro `panic` (in Nightly builds, run with -Z macro-backtrace for more info)
|
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/
|