fix: processing deploy_erc20_token and mirror_erc20_token_callback by refiner #418
Triggered via pull request
December 13, 2024 18:05
Status
Failure
Total duration
12m 39s
Artifacts
–
Annotations
2 errors and 9 warnings
binary comparison to literal `Option::None`:
refiner-lib/src/near_stream.rs#L527
error: binary comparison to literal `Option::None`
--> refiner-lib/src/near_stream.rs:527:20
|
527 | && tx.to == None
| ^^^^^^^^^^^^^ help: use `Option::is_none()` instead: `tx.to.is_none()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#partialeq_to_none
= note: `-D clippy::partialeq-to-none` implied by `-D clippy::all`
= help: to override `-D clippy::all` add `#[allow(clippy::partialeq_to_none)]`
|
Clippy
Clippy had exited with the 101 exit code
|
Formatting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Clippy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
macOS
the following packages contain code that will be rejected by a future version of Rust: wasmparser v0.78.2
|
macOS
the following packages contain code that will be rejected by a future version of Rust: wasmparser v0.78.2
|
Linux
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Linux
the following packages contain code that will be rejected by a future version of Rust: wasmer-singlepass-backend-near v0.18.2, wasmparser v0.78.2
|
Linux
the following packages contain code that will be rejected by a future version of Rust: wasmer-singlepass-backend-near v0.18.2, wasmparser v0.78.2
|
Run app test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run app test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|