Disable add liquidity for locked tokens #4229
actions.yml
on: pull_request
Contracts
/
Wasm tests
4m 6s
Contracts
/
Test Coverage
1m 39s
Contracts
/
Rust tests
1m 22s
Contracts
/
Clippy linter check
36s
Annotations
1 error and 9 warnings
Contracts / Wasm tests
no matching workflow run found with any artifacts?
|
[clippy] locked-asset/proxy_dex/src/proxy_pair.rs#L180:
locked-asset/proxy_dex/src/proxy_pair.rs#L180
warning: redundant field names in struct initialization
--> locked-asset/proxy_dex/src/proxy_pair.rs:180:13
|
180 | first_token_amount_min: first_token_amount_min,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `first_token_amount_min`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names
= note: `#[warn(clippy::redundant_field_names)]` on by default
|
[clippy] locked-asset/proxy_dex/src/proxy_pair.rs#L181:
locked-asset/proxy_dex/src/proxy_pair.rs#L181
warning: redundant field names in struct initialization
--> locked-asset/proxy_dex/src/proxy_pair.rs:181:13
|
181 | second_token_amount_min: second_token_amount_min,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `second_token_amount_min`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names
|
[clippy] locked-asset/proxy_dex/src/proxy_pair.rs#L180:
locked-asset/proxy_dex/src/proxy_pair.rs#L180
warning: redundant field names in struct initialization
--> locked-asset/proxy_dex/src/proxy_pair.rs:180:13
|
180 | first_token_amount_min: first_token_amount_min,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `first_token_amount_min`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names
= note: `#[warn(clippy::redundant_field_names)]` on by default
|
[clippy] locked-asset/proxy_dex/src/proxy_pair.rs#L181:
locked-asset/proxy_dex/src/proxy_pair.rs#L181
warning: redundant field names in struct initialization
--> locked-asset/proxy_dex/src/proxy_pair.rs:181:13
|
181 | second_token_amount_min: second_token_amount_min,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `second_token_amount_min`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names
|
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 / 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 / Test Coverage
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/upload-artifact@v3, peter-evans/find-comment@v2, peter-evans/create-or-update-comment@v2. 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, actions/upload-artifact@v3, dawidd6/action-download-artifact@v2, peter-evans/find-comment@v2, peter-evans/create-or-update-comment@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "coverage", "mxpy_report", "report", "report-markdown".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
coverage
|
25.5 KB |
|
mxpy_report
|
45.6 KB |
|
report
|
3.15 KB |
|
report-markdown
|
2.41 KB |
|