Bridge proxy & multisig more unit tests #863
actions.yml
on: pull_request
Contracts
/
Wasm tests
1m 18s
Contracts
/
Test Coverage
35s
Contracts
/
Rust tests
22s
Contracts
/
Clippy linter check
24s
Annotations
15 errors and 4 warnings
[clippy] bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L588:
bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L588
error[E0061]: this method takes 2 arguments but 1 argument was supplied
--> bridge-proxy/tests/bridge_proxy_blackbox_test.rs:588:10
|
588 | .deposit(ð_tx)
| ^^^^^^^--------- argument #2 is missing
|
note: method defined here
--> /home/runner/work/mx-bridge-eth-sc-rs/mx-bridge-eth-sc-rs/common/sc-proxies/src/bridge_proxy_contract_proxy.rs:88:12
|
88 | pub fn deposit<
| ^^^^^^^
help: provide the argument
|
588 | .deposit(ð_tx, /* batch_id */)
| ~~~~~~~~~~~~~~~~~~~~~~~~~
|
[clippy] bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L646:
bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L646
error[E0061]: this method takes 2 arguments but 1 argument was supplied
--> bridge-proxy/tests/bridge_proxy_blackbox_test.rs:646:10
|
646 | .deposit(ð_tx)
| ^^^^^^^--------- argument #2 is missing
|
note: method defined here
--> /home/runner/work/mx-bridge-eth-sc-rs/mx-bridge-eth-sc-rs/common/sc-proxies/src/bridge_proxy_contract_proxy.rs:88:12
|
88 | pub fn deposit<
| ^^^^^^^
help: provide the argument
|
646 | .deposit(ð_tx, /* batch_id */)
| ~~~~~~~~~~~~~~~~~~~~~~~~~
|
[clippy] bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L714:
bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L714
error[E0061]: this method takes 2 arguments but 1 argument was supplied
--> bridge-proxy/tests/bridge_proxy_blackbox_test.rs:714:10
|
714 | .deposit(ð_tx)
| ^^^^^^^--------- argument #2 is missing
|
note: method defined here
--> /home/runner/work/mx-bridge-eth-sc-rs/mx-bridge-eth-sc-rs/common/sc-proxies/src/bridge_proxy_contract_proxy.rs:88:12
|
88 | pub fn deposit<
| ^^^^^^^
help: provide the argument
|
714 | .deposit(ð_tx, /* batch_id */)
| ~~~~~~~~~~~~~~~~~~~~~~~~~
|
Contracts / Rust tests:
bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L588
this method takes 2 arguments but 1 argument was supplied
|
Contracts / Rust tests:
bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L646
this method takes 2 arguments but 1 argument was supplied
|
Contracts / Rust tests:
bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L714
this method takes 2 arguments but 1 argument was supplied
|
Contracts / Rust tests
Process completed with exit code 101.
|
Contracts / Test Coverage:
bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L588
this method takes 2 arguments but 1 argument was supplied
|
Contracts / Test Coverage:
bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L646
this method takes 2 arguments but 1 argument was supplied
|
Contracts / Test Coverage:
bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L714
this method takes 2 arguments but 1 argument was supplied
|
Contracts / Test Coverage
Process completed with exit code 1.
|
Contracts / Wasm tests:
bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L588
this method takes 2 arguments but 1 argument was supplied
|
Contracts / Wasm tests:
bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L646
this method takes 2 arguments but 1 argument was supplied
|
Contracts / Wasm tests:
bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L714
this method takes 2 arguments but 1 argument was supplied
|
Contracts / Wasm tests
Process completed with exit code 101.
|
Contracts / Rust tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Contracts / Clippy linter check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Contracts / Test Coverage
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Contracts / Wasm tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|