chore(deps): update ibc-proto
and tendermint
dependencies
#2624
no-std.yaml
on: pull_request
Check no_std panic conflict
49s
Check no_std substrate support
1m 18s
Annotations
24 errors and 12 warnings
the `Err`-variant returned from this function is very large:
ibc-clients/ics07-tendermint/types/src/misbehaviour.rs#L47
error: the `Err`-variant returned from this function is very large
--> ibc-clients/ics07-tendermint/types/src/misbehaviour.rs:47:71
|
47 | pub fn validate_basic<H: MerkleHash + Sha256 + Default>(&self) -> Result<(), Error> {
| ^^^^^^^^^^^^^^^^^
|
::: ibc-clients/ics07-tendermint/types/src/error.rs:79:5
|
79 | VerificationError { detail: LightClientErrorDetail },
| ---------------------------------------------------- the largest variant contains at least 152 bytes
|
= help: try reducing the size of `error::Error`, for example by boxing large elements or replacing it with `Box<error::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
|
the `Err`-variant returned from this function is very large:
ibc-clients/ics07-tendermint/types/src/header.rs#L122
error: the `Err`-variant returned from this function is very large
--> ibc-clients/ics07-tendermint/types/src/header.rs:122:71
|
122 | pub fn validate_basic<H: MerkleHash + Sha256 + Default>(&self) -> Result<(), Error> {
| ^^^^^^^^^^^^^^^^^
|
::: ibc-clients/ics07-tendermint/types/src/error.rs:79:5
|
79 | VerificationError { detail: LightClientErrorDetail },
| ---------------------------------------------------- the largest variant contains at least 152 bytes
|
= help: try reducing the size of `error::Error`, for example by boxing large elements or replacing it with `Box<error::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
|
the `Err`-variant returned from this function is very large:
ibc-clients/ics07-tendermint/types/src/header.rs#L93
error: the `Err`-variant returned from this function is very large
--> ibc-clients/ics07-tendermint/types/src/header.rs:93:81
|
93 | pub fn verify_chain_id_version_matches_height(&self, chain_id: &ChainId) -> Result<(), Error> {
| ^^^^^^^^^^^^^^^^^
|
::: ibc-clients/ics07-tendermint/types/src/error.rs:79:5
|
79 | VerificationError { detail: LightClientErrorDetail },
| ---------------------------------------------------- the largest variant contains at least 152 bytes
|
= help: try reducing the size of `error::Error`, for example by boxing large elements or replacing it with `Box<error::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
|
the `Err`-variant returned from this function is very large:
ibc-clients/ics07-tendermint/types/src/header.rs#L77
error: the `Err`-variant returned from this function is very large
--> ibc-clients/ics07-tendermint/types/src/header.rs:77:10
|
77 | ) -> Result<TrustedBlockState<'a>, Error> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
::: ibc-clients/ics07-tendermint/types/src/error.rs:79:5
|
79 | VerificationError { detail: LightClientErrorDetail },
| ---------------------------------------------------- the largest variant contains at least 152 bytes
|
= help: try reducing the size of `error::Error`, for example by boxing large elements or replacing it with `Box<error::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
|
the `Err`-variant returned from this function is very large:
ibc-clients/ics07-tendermint/types/src/client_state.rs#L203
error: the `Err`-variant returned from this function is very large
--> ibc-clients/ics07-tendermint/types/src/client_state.rs:203:46
|
203 | pub fn as_light_client_options(&self) -> Result<Options, Error> {
| ^^^^^^^^^^^^^^^^^^^^^^
|
::: ibc-clients/ics07-tendermint/types/src/error.rs:79:5
|
79 | VerificationError { detail: LightClientErrorDetail },
| ---------------------------------------------------- the largest variant contains at least 152 bytes
|
= help: try reducing the size of `error::Error`, for example by boxing large elements or replacing it with `Box<error::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
|
the `Err`-variant returned from this function is very large:
ibc-clients/ics07-tendermint/types/src/client_state.rs#L122
error: the `Err`-variant returned from this function is very large
--> ibc-clients/ics07-tendermint/types/src/client_state.rs:122:31
|
122 | pub fn validate(&self) -> Result<(), Error> {
| ^^^^^^^^^^^^^^^^^
|
::: ibc-clients/ics07-tendermint/types/src/error.rs:79:5
|
79 | VerificationError { detail: LightClientErrorDetail },
| ---------------------------------------------------- the largest variant contains at least 152 bytes
|
= help: try reducing the size of `error::Error`, for example by boxing large elements or replacing it with `Box<error::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
|
the `Err`-variant returned from this function is very large:
ibc-clients/ics07-tendermint/types/src/client_state.rs#L108
error: the `Err`-variant returned from this function is very large
--> ibc-clients/ics07-tendermint/types/src/client_state.rs:108:51
|
108 | pub fn with_header(self, header: TmHeader) -> Result<Self, Error> {
| ^^^^^^^^^^^^^^^^^^^
|
::: ibc-clients/ics07-tendermint/types/src/error.rs:79:5
|
79 | VerificationError { detail: LightClientErrorDetail },
| ---------------------------------------------------- the largest variant contains at least 152 bytes
|
= help: try reducing the size of `error::Error`, for example by boxing large elements or replacing it with `Box<error::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
|
the `Err`-variant returned from this function is very large:
ibc-clients/ics07-tendermint/types/src/client_state.rs#L91
error: the `Err`-variant returned from this function is very large
--> ibc-clients/ics07-tendermint/types/src/client_state.rs:91:10
|
91 | ) -> Result<Self, Error> {
| ^^^^^^^^^^^^^^^^^^^
|
::: ibc-clients/ics07-tendermint/types/src/error.rs:79:5
|
79 | VerificationError { detail: LightClientErrorDetail },
| ---------------------------------------------------- the largest variant contains at least 152 bytes
|
= help: try reducing the size of `error::Error`, for example by boxing large elements or replacing it with `Box<error::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
note: the lint level is defined here
--> ibc-clients/ics07-tendermint/types/src/lib.rs:8:5
|
8 | warnings,
| ^^^^^^^^
= note: `#[deny(clippy::result_large_err)]` implied by `#[deny(warnings)]`
|
the `Err`-variant returned from this function is very large:
ibc-clients/ics07-tendermint/types/src/misbehaviour.rs#L47
error: the `Err`-variant returned from this function is very large
--> ibc-clients/ics07-tendermint/types/src/misbehaviour.rs:47:71
|
47 | pub fn validate_basic<H: MerkleHash + Sha256 + Default>(&self) -> Result<(), Error> {
| ^^^^^^^^^^^^^^^^^
|
::: ibc-clients/ics07-tendermint/types/src/error.rs:79:5
|
79 | VerificationError { detail: LightClientErrorDetail },
| ---------------------------------------------------- the largest variant contains at least 152 bytes
|
= help: try reducing the size of `error::Error`, for example by boxing large elements or replacing it with `Box<error::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
|
the `Err`-variant returned from this function is very large:
ibc-clients/ics07-tendermint/types/src/misbehaviour.rs#L47
error: the `Err`-variant returned from this function is very large
--> ibc-clients/ics07-tendermint/types/src/misbehaviour.rs:47:71
|
47 | pub fn validate_basic<H: MerkleHash + Sha256 + Default>(&self) -> Result<(), Error> {
| ^^^^^^^^^^^^^^^^^
|
::: ibc-clients/ics07-tendermint/types/src/error.rs:79:5
|
79 | VerificationError { detail: LightClientErrorDetail },
| ---------------------------------------------------- the largest variant contains at least 152 bytes
|
= help: try reducing the size of `error::Error`, for example by boxing large elements or replacing it with `Box<error::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
|
the `Err`-variant returned from this function is very large:
ibc-clients/ics07-tendermint/types/src/header.rs#L122
error: the `Err`-variant returned from this function is very large
--> ibc-clients/ics07-tendermint/types/src/header.rs:122:71
|
122 | pub fn validate_basic<H: MerkleHash + Sha256 + Default>(&self) -> Result<(), Error> {
| ^^^^^^^^^^^^^^^^^
|
::: ibc-clients/ics07-tendermint/types/src/error.rs:79:5
|
79 | VerificationError { detail: LightClientErrorDetail },
| ---------------------------------------------------- the largest variant contains at least 152 bytes
|
= help: try reducing the size of `error::Error`, for example by boxing large elements or replacing it with `Box<error::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
|
the `Err`-variant returned from this function is very large:
ibc-clients/ics07-tendermint/types/src/header.rs#L93
error: the `Err`-variant returned from this function is very large
--> ibc-clients/ics07-tendermint/types/src/header.rs:93:81
|
93 | pub fn verify_chain_id_version_matches_height(&self, chain_id: &ChainId) -> Result<(), Error> {
| ^^^^^^^^^^^^^^^^^
|
::: ibc-clients/ics07-tendermint/types/src/error.rs:79:5
|
79 | VerificationError { detail: LightClientErrorDetail },
| ---------------------------------------------------- the largest variant contains at least 152 bytes
|
= help: try reducing the size of `error::Error`, for example by boxing large elements or replacing it with `Box<error::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
|
the `Err`-variant returned from this function is very large:
ibc-clients/ics07-tendermint/types/src/header.rs#L77
error: the `Err`-variant returned from this function is very large
--> ibc-clients/ics07-tendermint/types/src/header.rs:77:10
|
77 | ) -> Result<TrustedBlockState<'a>, Error> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
::: ibc-clients/ics07-tendermint/types/src/error.rs:79:5
|
79 | VerificationError { detail: LightClientErrorDetail },
| ---------------------------------------------------- the largest variant contains at least 152 bytes
|
= help: try reducing the size of `error::Error`, for example by boxing large elements or replacing it with `Box<error::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
|
the `Err`-variant returned from this function is very large:
ibc-clients/ics07-tendermint/types/src/header.rs#L122
error: the `Err`-variant returned from this function is very large
--> ibc-clients/ics07-tendermint/types/src/header.rs:122:71
|
122 | pub fn validate_basic<H: MerkleHash + Sha256 + Default>(&self) -> Result<(), Error> {
| ^^^^^^^^^^^^^^^^^
|
::: ibc-clients/ics07-tendermint/types/src/error.rs:79:5
|
79 | VerificationError { detail: LightClientErrorDetail },
| ---------------------------------------------------- the largest variant contains at least 152 bytes
|
= help: try reducing the size of `error::Error`, for example by boxing large elements or replacing it with `Box<error::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
|
the `Err`-variant returned from this function is very large:
ibc-clients/ics07-tendermint/types/src/header.rs#L93
error: the `Err`-variant returned from this function is very large
--> ibc-clients/ics07-tendermint/types/src/header.rs:93:81
|
93 | pub fn verify_chain_id_version_matches_height(&self, chain_id: &ChainId) -> Result<(), Error> {
| ^^^^^^^^^^^^^^^^^
|
::: ibc-clients/ics07-tendermint/types/src/error.rs:79:5
|
79 | VerificationError { detail: LightClientErrorDetail },
| ---------------------------------------------------- the largest variant contains at least 152 bytes
|
= help: try reducing the size of `error::Error`, for example by boxing large elements or replacing it with `Box<error::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
|
the `Err`-variant returned from this function is very large:
ibc-clients/ics07-tendermint/types/src/header.rs#L77
error: the `Err`-variant returned from this function is very large
--> ibc-clients/ics07-tendermint/types/src/header.rs:77:10
|
77 | ) -> Result<TrustedBlockState<'a>, Error> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
::: ibc-clients/ics07-tendermint/types/src/error.rs:79:5
|
79 | VerificationError { detail: LightClientErrorDetail },
| ---------------------------------------------------- the largest variant contains at least 152 bytes
|
= help: try reducing the size of `error::Error`, for example by boxing large elements or replacing it with `Box<error::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
|
the `Err`-variant returned from this function is very large:
ibc-clients/ics07-tendermint/types/src/client_state.rs#L203
error: the `Err`-variant returned from this function is very large
--> ibc-clients/ics07-tendermint/types/src/client_state.rs:203:46
|
203 | pub fn as_light_client_options(&self) -> Result<Options, Error> {
| ^^^^^^^^^^^^^^^^^^^^^^
|
::: ibc-clients/ics07-tendermint/types/src/error.rs:79:5
|
79 | VerificationError { detail: LightClientErrorDetail },
| ---------------------------------------------------- the largest variant contains at least 152 bytes
|
= help: try reducing the size of `error::Error`, for example by boxing large elements or replacing it with `Box<error::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
|
the `Err`-variant returned from this function is very large:
ibc-clients/ics07-tendermint/types/src/client_state.rs#L203
error: the `Err`-variant returned from this function is very large
--> ibc-clients/ics07-tendermint/types/src/client_state.rs:203:46
|
203 | pub fn as_light_client_options(&self) -> Result<Options, Error> {
| ^^^^^^^^^^^^^^^^^^^^^^
|
::: ibc-clients/ics07-tendermint/types/src/error.rs:79:5
|
79 | VerificationError { detail: LightClientErrorDetail },
| ---------------------------------------------------- the largest variant contains at least 152 bytes
|
= help: try reducing the size of `error::Error`, for example by boxing large elements or replacing it with `Box<error::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
|
the `Err`-variant returned from this function is very large:
ibc-clients/ics07-tendermint/types/src/client_state.rs#L122
error: the `Err`-variant returned from this function is very large
--> ibc-clients/ics07-tendermint/types/src/client_state.rs:122:31
|
122 | pub fn validate(&self) -> Result<(), Error> {
| ^^^^^^^^^^^^^^^^^
|
::: ibc-clients/ics07-tendermint/types/src/error.rs:79:5
|
79 | VerificationError { detail: LightClientErrorDetail },
| ---------------------------------------------------- the largest variant contains at least 152 bytes
|
= help: try reducing the size of `error::Error`, for example by boxing large elements or replacing it with `Box<error::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
|
the `Err`-variant returned from this function is very large:
ibc-clients/ics07-tendermint/types/src/client_state.rs#L122
error: the `Err`-variant returned from this function is very large
--> ibc-clients/ics07-tendermint/types/src/client_state.rs:122:31
|
122 | pub fn validate(&self) -> Result<(), Error> {
| ^^^^^^^^^^^^^^^^^
|
::: ibc-clients/ics07-tendermint/types/src/error.rs:79:5
|
79 | VerificationError { detail: LightClientErrorDetail },
| ---------------------------------------------------- the largest variant contains at least 152 bytes
|
= help: try reducing the size of `error::Error`, for example by boxing large elements or replacing it with `Box<error::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
|
the `Err`-variant returned from this function is very large:
ibc-clients/ics07-tendermint/types/src/client_state.rs#L108
error: the `Err`-variant returned from this function is very large
--> ibc-clients/ics07-tendermint/types/src/client_state.rs:108:51
|
108 | pub fn with_header(self, header: TmHeader) -> Result<Self, Error> {
| ^^^^^^^^^^^^^^^^^^^
|
::: ibc-clients/ics07-tendermint/types/src/error.rs:79:5
|
79 | VerificationError { detail: LightClientErrorDetail },
| ---------------------------------------------------- the largest variant contains at least 152 bytes
|
= help: try reducing the size of `error::Error`, for example by boxing large elements or replacing it with `Box<error::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
|
the `Err`-variant returned from this function is very large:
ibc-clients/ics07-tendermint/types/src/client_state.rs#L108
error: the `Err`-variant returned from this function is very large
--> ibc-clients/ics07-tendermint/types/src/client_state.rs:108:51
|
108 | pub fn with_header(self, header: TmHeader) -> Result<Self, Error> {
| ^^^^^^^^^^^^^^^^^^^
|
::: ibc-clients/ics07-tendermint/types/src/error.rs:79:5
|
79 | VerificationError { detail: LightClientErrorDetail },
| ---------------------------------------------------- the largest variant contains at least 152 bytes
|
= help: try reducing the size of `error::Error`, for example by boxing large elements or replacing it with `Box<error::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
|
the `Err`-variant returned from this function is very large:
ibc-clients/ics07-tendermint/types/src/client_state.rs#L91
error: the `Err`-variant returned from this function is very large
--> ibc-clients/ics07-tendermint/types/src/client_state.rs:91:10
|
91 | ) -> Result<Self, Error> {
| ^^^^^^^^^^^^^^^^^^^
|
::: ibc-clients/ics07-tendermint/types/src/error.rs:79:5
|
79 | VerificationError { detail: LightClientErrorDetail },
| ---------------------------------------------------- the largest variant contains at least 152 bytes
|
= help: try reducing the size of `error::Error`, for example by boxing large elements or replacing it with `Box<error::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
note: the lint level is defined here
--> ibc-clients/ics07-tendermint/types/src/lib.rs:8:5
|
8 | warnings,
| ^^^^^^^^
= note: `#[deny(clippy::result_large_err)]` implied by `#[deny(warnings)]`
|
the `Err`-variant returned from this function is very large:
ibc-clients/ics07-tendermint/types/src/client_state.rs#L91
error: the `Err`-variant returned from this function is very large
--> ibc-clients/ics07-tendermint/types/src/client_state.rs:91:10
|
91 | ) -> Result<Self, Error> {
| ^^^^^^^^^^^^^^^^^^^
|
::: ibc-clients/ics07-tendermint/types/src/error.rs:79:5
|
79 | VerificationError { detail: LightClientErrorDetail },
| ---------------------------------------------------- the largest variant contains at least 152 bytes
|
= help: try reducing the size of `error::Error`, for example by boxing large elements or replacing it with `Box<error::Error>`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#result_large_err
note: the lint level is defined here
--> ibc-clients/ics07-tendermint/types/src/lib.rs:8:5
|
8 | warnings,
| ^^^^^^^^
= note: `#[deny(clippy::result_large_err)]` implied by `#[deny(warnings)]`
|
Check no_std panic conflict
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check no_std panic conflict
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check no_std panic conflict
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check no_std panic conflict
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check no_std panic conflict
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check no_std panic conflict
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check no_std substrate support
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check no_std substrate support
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check no_std substrate support
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check no_std substrate support
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check no_std substrate support
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Check no_std substrate support
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|