proxy deployer contract #199
actions.yml
on: pull_request
Contracts
/
Wasm tests
6m 13s
Contracts
/
Rust tests
3m 55s
Contracts
/
Clippy linter check
1m 5s
Annotations
2 errors
[clippy] contracts/proxy-deployer/tests/proxy_deployer_blackbox_test.rs#L38:
contracts/proxy-deployer/tests/proxy_deployer_blackbox_test.rs#L38
error[E0277]: the trait bound `adder::Proxy<multiversx_sc_scenario::api::VMHooksApi<multiversx_sc_scenario::api::impl_vh::static_api::StaticApiBackend>>: multiversx_sc::contract_base::ProxyObjBase` is not satisfied
--> contracts/proxy-deployer/tests/proxy_deployer_blackbox_test.rs:38:24
|
38 | template_contract: TemplateContract,
| ^^^^^^^^^^^^^^^^ the trait `multiversx_sc::contract_base::ProxyObjBase` is not implemented for `adder::Proxy<multiversx_sc_scenario::api::VMHooksApi<multiversx_sc_scenario::api::impl_vh::static_api::StaticApiBackend>>`
|
= help: the following other types implement trait `multiversx_sc::contract_base::ProxyObjBase`:
proxy_deployer::Proxy<A>
multiversx_sc_modules::dns::dns_proxy::Proxy<A>
note: required by a bound in `multiversx_sc_scenario::ContractInfo`
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multiversx-sc-scenario-0.45.2/src/facade/contract_info.rs:14:28
|
14 | pub struct ContractInfo<P: ProxyObjBase> {
| ^^^^^^^^^^^^ required by this bound in `ContractInfo`
|
[clippy] contracts/proxy-deployer/tests/proxy_deployer_blackbox_test.rs#L38:
contracts/proxy-deployer/tests/proxy_deployer_blackbox_test.rs#L38
error[E0277]: the trait bound `multiversx_sc_scenario::api::VMHooksApi<multiversx_sc_scenario::api::impl_vh::static_api::StaticApiBackend>: multiversx_sc::api::vm_api::VMApi` is not satisfied
--> contracts/proxy-deployer/tests/proxy_deployer_blackbox_test.rs:38:24
|
38 | template_contract: TemplateContract,
| ^^^^^^^^^^^^^^^^ the trait `multiversx_sc::api::vm_api::VMApi` is not implemented for `multiversx_sc_scenario::api::VMHooksApi<multiversx_sc_scenario::api::impl_vh::static_api::StaticApiBackend>`
|
= help: the following other types implement trait `multiversx_sc::api::vm_api::VMApi`:
multiversx_sc::api::external_view::ev_wrapper::ExternalViewApi<A>
multiversx_sc::api::uncallable::UncallableApi
note: required by a bound in `adder::Proxy`
--> /home/runner/work/mx-contracts-rs/mx-contracts-rs/contracts/adder/src/adder.rs:7:1
|
7 | #[multiversx_sc::contract]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Proxy`
= note: this error originates in the attribute macro `multiversx_sc::contract` (in Nightly builds, run with -Z macro-backtrace for more info)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
report
Expired
|
39.6 KB |
|
report-markdown
Expired
|
2.58 KB |
|