chore: Bump nearcore to 2.4.0 #413
Annotations
5 errors and 9 warnings
the following explicit lifetimes could be elided: 'state:
engine/src/gas.rs#L374
error: the following explicit lifetimes could be elided: 'state
--> engine/src/gas.rs:374:38
|
374 | impl<'db, 'input: 'db, 'output: 'db, 'state> IO
| ^^^^^^
375 | for EngineStateOverride<'db, 'input, 'output, 'state>
| ^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
374 ~ impl<'db, 'input: 'db, 'output> IO
375 ~ for EngineStateOverride<'db, 'input, 'output, '_>
|
|
the following explicit lifetimes could be elided: 'local:
engine/src/batch_tx_processing.rs#L15
error: the following explicit lifetimes could be elided: 'local
--> engine/src/batch_tx_processing.rs:15:11
|
15 | impl<'db, 'local> IO for BatchIO<'db, 'local> {
| ^^^^^^ ^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
= note: `-D clippy::needless-lifetimes` implied by `-D clippy::all`
= help: to override `-D clippy::all` add `#[allow(clippy::needless_lifetimes)]`
help: elide the lifetimes
|
15 - impl<'db, 'local> IO for BatchIO<'db, 'local> {
15 + impl<'db> IO for BatchIO<'db, '_> {
|
|
the following explicit lifetimes could be elided: 'state:
engine/src/gas.rs#L374
error: the following explicit lifetimes could be elided: 'state
--> engine/src/gas.rs:374:38
|
374 | impl<'db, 'input: 'db, 'output: 'db, 'state> IO
| ^^^^^^
375 | for EngineStateOverride<'db, 'input, 'output, 'state>
| ^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
help: elide the lifetimes
|
374 ~ impl<'db, 'input: 'db, 'output> IO
375 ~ for EngineStateOverride<'db, 'input, 'output, '_>
|
|
the following explicit lifetimes could be elided: 'local:
engine/src/batch_tx_processing.rs#L15
error: the following explicit lifetimes could be elided: 'local
--> engine/src/batch_tx_processing.rs:15:11
|
15 | impl<'db, 'local> IO for BatchIO<'db, 'local> {
| ^^^^^^ ^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
= note: `-D clippy::needless-lifetimes` implied by `-D clippy::all`
= help: to override `-D clippy::all` add `#[allow(clippy::needless_lifetimes)]`
help: elide the lifetimes
|
15 - impl<'db, 'local> IO for BatchIO<'db, 'local> {
15 + impl<'db> IO for BatchIO<'db, '_> {
|
|
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/
|