Feat/wasmv2 #166
Basic.yml
on: pull_request
Test Suite
1m 18s
Lints
1m 13s
Annotations
9 errors and 23 warnings
Lints:
contracts/account/src/lib.rs#L4
unexpected `cfg` condition value: `library`
|
Lints:
contracts/account/src/auth/jwt.rs#L8
unused import: `to_json_binary`
|
Lints:
contracts/treasury/src/grant/allowance.rs#L20
using `clone` on type `Option<Timestamp>` which implements the `Copy` trait
|
Lints:
contracts/treasury/src/grant/allowance.rs#L33
using `clone` on type `Option<Timestamp>` which implements the `Copy` trait
|
Lints:
contracts/treasury/src/grant/allowance.rs#L107
using `clone` on type `Option<Timestamp>` which implements the `Copy` trait
|
Lints
could not compile `treasury` (lib) due to 3 previous errors
|
Lints:
contracts/account/src/auth/jwt.rs#L50
useless conversion to the same type: `std::string::String`
|
Lints
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Test Suite
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Lints
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lints
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lints
`/home/runner/work/contracts/contracts/.cargo/config` is deprecated in favor of `config.toml`
|
Lints
`/home/runner/work/contracts/contracts/.cargo/config` is deprecated in favor of `config.toml`
|
Lints
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
|
Lints
`/home/runner/work/contracts/contracts/.cargo/config` is deprecated in favor of `config.toml`
|
Lints
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/
|
Lints
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/
|
Lints
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/
|
Lints
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/
|
Test Suite
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test Suite
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Test Suite
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/
|
Test Suite
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/
|
Test Suite
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/
|
Test Suite
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/
|
Test Suite
`/home/runner/work/contracts/contracts/.cargo/config` is deprecated in favor of `config.toml`
|
Test Suite
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
|
Test Suite:
contracts/account/src/lib.rs#L4
unexpected `cfg` condition value: `library`
|
Test Suite:
contracts/account/src/auth/jwt.rs#L8
unused import: `to_json_binary`
|
Test Suite:
contracts/account/src/auth/sign_arb.rs#L39
use of deprecated function `cosmwasm_std::testing::mock_info`: This is inconvenient and unsafe. Use message_info instead.
|
Test Suite:
contracts/account/src/auth/sign_arb.rs#L104
use of deprecated function `cosmwasm_std::testing::mock_info`: This is inconvenient and unsafe. Use message_info instead.
|
Test Suite
`account` (lib) generated 2 warnings (run `cargo fix --lib -p account` to apply 1 suggestion)
|