Skip to content

feat: add sequence number for replay protection #627

feat: add sequence number for replay protection

feat: add sequence number for replay protection #627

GitHub Actions / clippy failed Nov 6, 2024 in 0s

clippy

3 errors

Details

Results

Message level Amount
Internal compiler error 0
Error 3
Warning 0
Note 0
Help 0

Versions

  • rustc 1.82.0 (f6e511eec 2024-10-15)
  • cargo 1.82.0 (8f40fc59f 2024-08-21)
  • clippy 0.1.82 (f6e511e 2024-10-15)

Annotations

Check failure on line 250 in crates/utils/cw-client/src/grpc.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared crate or module `tokio`

error[E0433]: failed to resolve: use of undeclared crate or module `tokio`
   --> crates/utils/cw-client/src/grpc.rs:250:7
    |
250 |     #[tokio::test]
    |       ^^^^^ use of undeclared crate or module `tokio`

Check failure on line 228 in crates/utils/cw-client/src/grpc.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared crate or module `tokio`

error[E0433]: failed to resolve: use of undeclared crate or module `tokio`
   --> crates/utils/cw-client/src/grpc.rs:228:7
    |
228 |     #[tokio::test]
    |       ^^^^^ use of undeclared crate or module `tokio`

Check failure on line 224 in crates/utils/cw-client/src/grpc.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

failed to resolve: use of undeclared crate or module `transfers_contract`

error[E0433]: failed to resolve: use of undeclared crate or module `transfers_contract`
   --> crates/utils/cw-client/src/grpc.rs:224:9
    |
224 |     use transfers_contract::msg::{execute::Request, QueryMsg::GetRequests};
    |         ^^^^^^^^^^^^^^^^^^ use of undeclared crate or module `transfers_contract`