wip: bump cw-std to 2+; disable cw-orch #134
Annotations
1 error and 4 warnings
build
Process completed with exit code 1.
|
this expression creates a reference which is immediately dereferenced by the compiler:
contracts/main/voice/src/contract.rs#L125
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> contracts/main/voice/src/contract.rs:125:54
|
125 | ... instantiate2_address(&checksum.as_slice(), &contract, &salt)?
| ^^^^^^^^^^^^^^^^^^^^ help: change this to: `checksum.as_slice()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `#[warn(clippy::needless_borrow)]` on by default
|
use of deprecated field `cosmwasm_std::SubMsgResponse::data`: Deprecated in the Cosmos SDK in favor of msg_responses. If your chain is running on CosmWasm 2.0 or higher, msg_responses will be filled. For older versions, the data field is still needed since msg_responses is empty in those cases.:
contracts/main/voice/src/ibc.rs#L150
warning: use of deprecated field `cosmwasm_std::SubMsgResponse::data`: Deprecated in the Cosmos SDK in favor of msg_responses. If your chain is running on CosmWasm 2.0 or higher, msg_responses will be filled. For older versions, the data field is still needed since msg_responses is empty in those cases.
--> contracts/main/voice/src/ibc.rs:150:38
|
150 | let SubMsgResponse { data: Some(b), .. } = r else {
| ^^^^^^^^^^^^^
|
use of deprecated field `cosmwasm_std::SubMsgResponse::data`: Deprecated in the Cosmos SDK in favor of msg_responses. If your chain is running on CosmWasm 2.0 or higher, msg_responses will be filled. For older versions, the data field is still needed since msg_responses is empty in those cases.:
contracts/main/voice/src/ibc.rs#L125
warning: use of deprecated field `cosmwasm_std::SubMsgResponse::data`: Deprecated in the Cosmos SDK in favor of msg_responses. If your chain is running on CosmWasm 2.0 or higher, msg_responses will be filled. For older versions, the data field is still needed since msg_responses is empty in those cases.
--> contracts/main/voice/src/ibc.rs:125:38
|
125 | let SubMsgResponse { data: Some(b), .. } = response else {
| ^^^^^^^^^^^^^
|
= note: `#[warn(deprecated)]` on by default
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|