Framework upgrade 0.55.0 #967
actions.yml
on: pull_request
Contracts
/
Wasm tests
36s
Contracts
/
Test Coverage
3m 32s
Contracts
/
Rust tests
1m 8s
Contracts
/
Clippy linter check
1m 2s
Annotations
15 errors and 6 warnings
Contracts / Wasm tests
Process completed with exit code 100.
|
Contracts / Rust tests:
bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L88
the trait bound `crowdfunding_esdt::ContractBuilder: CallableContractBuilder` is not satisfied
|
Contracts / Rust tests:
bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L219
the trait bound `crowdfunding_esdt::crowdfunding_esdt_proxy::CrowdfundingProxy: TxProxyTrait<ScenarioEnvExec<'_>, TestSCAddress<'_>, (), ()>` is not satisfied
|
Contracts / Rust tests:
bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L345
the trait bound `crowdfunding_esdt::crowdfunding_esdt_proxy::CrowdfundingProxy: TxProxyTrait<ScenarioEnvQuery<'_>, (), TestSCAddress<'_>, ()>` is not satisfied
|
Contracts / Rust tests:
bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L437
the trait bound `crowdfunding_esdt::crowdfunding_esdt_proxy::CrowdfundingProxy: TxProxyTrait<ScenarioEnvQuery<'_>, (), TestSCAddress<'_>, ()>` is not satisfied
|
Contracts / Rust tests:
bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L454
the trait bound `crowdfunding_esdt::crowdfunding_esdt_proxy::CrowdfundingProxy: TxProxyTrait<ScenarioEnvQuery<'_>, (), TestSCAddress<'_>, ()>` is not satisfied
|
Contracts / Rust tests:
bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L462
the trait bound `crowdfunding_esdt::crowdfunding_esdt_proxy::CrowdfundingProxy: TxProxyTrait<ScenarioEnvQuery<'_>, (), TestSCAddress<'_>, ()>` is not satisfied
|
Contracts / Rust tests
Process completed with exit code 101.
|
Contracts / Test Coverage:
bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L88
the trait bound `crowdfunding_esdt::ContractBuilder: CallableContractBuilder` is not satisfied
|
Contracts / Test Coverage:
bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L219
the trait bound `crowdfunding_esdt::crowdfunding_esdt_proxy::CrowdfundingProxy: TxProxyTrait<ScenarioEnvExec<'_>, TestSCAddress<'_>, (), ()>` is not satisfied
|
Contracts / Test Coverage:
bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L345
the trait bound `crowdfunding_esdt::crowdfunding_esdt_proxy::CrowdfundingProxy: TxProxyTrait<ScenarioEnvQuery<'_>, (), TestSCAddress<'_>, ()>` is not satisfied
|
Contracts / Test Coverage:
bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L437
the trait bound `crowdfunding_esdt::crowdfunding_esdt_proxy::CrowdfundingProxy: TxProxyTrait<ScenarioEnvQuery<'_>, (), TestSCAddress<'_>, ()>` is not satisfied
|
Contracts / Test Coverage:
bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L454
the trait bound `crowdfunding_esdt::crowdfunding_esdt_proxy::CrowdfundingProxy: TxProxyTrait<ScenarioEnvQuery<'_>, (), TestSCAddress<'_>, ()>` is not satisfied
|
Contracts / Test Coverage:
bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L462
the trait bound `crowdfunding_esdt::crowdfunding_esdt_proxy::CrowdfundingProxy: TxProxyTrait<ScenarioEnvQuery<'_>, (), TestSCAddress<'_>, ()>` is not satisfied
|
Contracts / Test Coverage
Process completed with exit code 1.
|
Contracts / Wasm tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
[clippy] bridge-proxy/src/bridge-proxy.rs#L43:
bridge-proxy/src/bridge-proxy.rs#L43
warning: the borrowed expression implements the required traits
--> bridge-proxy/src/bridge-proxy.rs:43:39
|
43 | self.payments(next_tx_id).set(&payment.clone());
| ^^^^^^^^^^^^^^^^ help: change this to: `payment.clone()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
= note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default
|
[clippy] bridge-proxy/src/bridge-proxy.rs#L43:
bridge-proxy/src/bridge-proxy.rs#L43
warning: the borrowed expression implements the required traits
--> bridge-proxy/src/bridge-proxy.rs:43:39
|
43 | self.payments(next_tx_id).set(&payment.clone());
| ^^^^^^^^^^^^^^^^ help: change this to: `payment.clone()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
= note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default
|
Contracts / Clippy linter check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Contracts / Rust tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Contracts / Test Coverage
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|