[MEX-592] Distribute only mex in fees collector #4406
actions.yml
on: pull_request
Contracts
/
Wasm tests
0s
Contracts
/
Test Coverage
0s
Contracts
/
Rust tests
1m 22s
Contracts
/
Clippy linter check
55s
Annotations
11 errors and 4 warnings
Contracts / Test Coverage
This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v3`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Contracts / Wasm tests
This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v3`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Contracts / Rust tests:
dex/router/tests/router_test.rs#L581
mismatched types
|
Contracts / Rust tests:
dex/router/tests/router_test.rs#L583
mismatched types
|
Contracts / Rust tests:
dex/router/tests/router_test.rs#L584
mismatched types
|
Contracts / Rust tests:
dex/router/tests/router_test.rs#L580
this method takes 4 arguments but 5 arguments were supplied
|
Contracts / Rust tests:
dex/router/tests/router_test.rs#L594
trait objects must include the `dyn` keyword
|
Contracts / Rust tests:
dex/router/tests/router_test.rs#L594
no function or associated item named `add_known_tokens` found for trait `fees_collector::config::ConfigModule`
|
Contracts / Rust tests:
dex/router/tests/router_test.rs#L596
trait objects must include the `dyn` keyword
|
Contracts / Rust tests:
dex/router/tests/router_test.rs#L596
no function or associated item named `known_contracts` found for trait `fees_collector::config::ConfigModule`
|
Contracts / Rust tests
Process completed with exit code 101.
|
[clippy] energy-integration/fees-collector/src/config.rs#L7:
energy-integration/fees-collector/src/config.rs#L7
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> energy-integration/fees-collector/src/config.rs:7:41
|
7 | if known_tokens_mapper.contains(&token_id) {
| ^^^^^^^^^ help: change this to: `token_id`
|
= 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
|
[clippy] energy-integration/fees-collector/src/config.rs#L11:
energy-integration/fees-collector/src/config.rs#L11
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> energy-integration/fees-collector/src/config.rs:11:33
|
11 | known_tokens_mapper.add(&token_id);
| ^^^^^^^^^ help: change this to: `token_id`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
|
Contracts / Clippy linter check
Cache not found for keys: v0-rust-clippy_check-Linux-2d5b5c06-4d2bb377, v0-rust-clippy_check-Linux-2d5b5c06
|
Contracts / Rust tests
Cache not found for keys: v0-rust-rust_test-Linux-2d5b5c06-4d2bb377, v0-rust-rust_test-Linux-2d5b5c06
|