Add support for relay-parent-offset. #330
Annotations
12 errors
|
doc
Process completed with exit code 101.
|
|
test (ubuntu-latest, stable)
Process completed with exit code 101.
|
|
clippy
Clippy had exited with the 101 exit code
|
|
the `Err`-variant returned from this function is very large:
core/src/lib.rs#L41
error: the `Err`-variant returned from this function is very large
--> core/src/lib.rs:41:57
|
41 | pub(crate) fn hash_of<Block: BlockT>(hash_str: &str) -> sc_cli::Result<Block::Hash>
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 176 bytes
|
= help: try reducing the size of `sc_cli::Error`, for example by boxing large elements or replacing it with `Box<sc_cli::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#result_large_err
|
|
the `Err`-variant returned from this function is very large:
core/src/common/state.rs#L405
error: the `Err`-variant returned from this function is very large
--> core/src/common/state.rs:405:6
|
405 | ) -> sc_cli::Result<(StorageProof, Vec<u8>)> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 176 bytes
|
= help: try reducing the size of `sc_cli::Error`, for example by boxing large elements or replacing it with `Box<sc_cli::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#result_large_err
|
|
the `Err`-variant returned from this function is very large:
core/src/common/state.rs#L374
error: the `Err`-variant returned from this function is very large
--> core/src/common/state.rs:374:6
|
374 | ) -> sc_cli::Result<(OverlayedChanges<HashingFor<Block>>, Vec<u8>)> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 176 bytes
|
= help: try reducing the size of `sc_cli::Error`, for example by boxing large elements or replacing it with `Box<sc_cli::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#result_large_err
|
|
the `Err`-variant returned from this function is very large:
core/src/common/state.rs#L92
error: the `Err`-variant returned from this function is very large
--> core/src/common/state.rs:92:40
|
92 | pub fn at<Block: BlockT>(&self) -> sc_cli::Result<Option<<Block>::Hash>>
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 176 bytes
|
= help: try reducing the size of `sc_cli::Error`, for example by boxing large elements or replacing it with `Box<sc_cli::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#result_large_err
|
|
the `Err`-variant returned from this function is very large:
core/src/common/empty_block/production.rs#L256
error: the `Err`-variant returned from this function is very large
--> core/src/common/empty_block/production.rs:256:6
|
256 | ) -> Result<T> {
| ^^^^^^^^^ the `Err`-variant is at least 176 bytes
|
= help: try reducing the size of `sc_cli::Error`, for example by boxing large elements or replacing it with `Box<sc_cli::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#result_large_err
|
|
the `Err`-variant returned from this function is very large:
core/src/common/empty_block/production.rs#L229
error: the `Err`-variant returned from this function is very large
--> core/src/common/empty_block/production.rs:229:6
|
229 | ) -> Result<u32> {
| ^^^^^^^^^^^ the `Err`-variant is at least 176 bytes
|
= help: try reducing the size of `sc_cli::Error`, for example by boxing large elements or replacing it with `Box<sc_cli::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#result_large_err
|
|
the `Err`-variant returned from this function is very large:
core/src/commands/on_runtime_upgrade/mod.rs#L308
error: the `Err`-variant returned from this function is very large
--> core/src/commands/on_runtime_upgrade/mod.rs:308:10
|
308 | ) -> sc_cli::Result<bool> {
| ^^^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 176 bytes
|
= help: try reducing the size of `sc_cli::Error`, for example by boxing large elements or replacing it with `Box<sc_cli::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#result_large_err
|
|
the `Err`-variant returned from this function is very large:
core/src/commands/on_runtime_upgrade/mod.rs#L255
error: the `Err`-variant returned from this function is very large
--> core/src/commands/on_runtime_upgrade/mod.rs:255:65
|
255 | fn check_weight(&self, ext: &RemoteExternalities<Block>) -> sc_cli::Result<bool> {
| ^^^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 176 bytes
|
= help: try reducing the size of `sc_cli::Error`, for example by boxing large elements or replacing it with `Box<sc_cli::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#result_large_err
|
|
the `Err`-variant returned from this function is very large:
core/src/commands/on_runtime_upgrade/mod.rs#L182
error: the `Err`-variant returned from this function is very large
--> core/src/commands/on_runtime_upgrade/mod.rs:182:10
|
182 | ) -> sc_cli::Result<bool> {
| ^^^^^^^^^^^^^^^^^^^^ the `Err`-variant is at least 176 bytes
|
= help: try reducing the size of `sc_cli::Error`, for example by boxing large elements or replacing it with `Box<sc_cli::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#result_large_err
= note: `-D clippy::result-large-err` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::result_large_err)]`
|