Skip to content

Deferred calls

Deferred calls #147

Triggered via pull request August 30, 2024 07:56
Status Success
Total duration 46s
Artifacts

link-check.yml

on: pull_request
markdown-link-check
35s
markdown-link-check
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
useless conversion to the same type: `u64`: massa-execution-worker/src/tests/scenarios_mandatories.rs#L1111
error: useless conversion to the same type: `u64` --> massa-execution-worker/src/tests/scenarios_mandatories.rs:1111:37 | 1111 | defer_reg_slot_changes2.set_gas(call2.max_gas.into()); | ^^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `call2.max_gas` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
useless conversion to the same type: `u64`: massa-execution-worker/src/tests/scenarios_mandatories.rs#L1094
error: useless conversion to the same type: `u64` --> massa-execution-worker/src/tests/scenarios_mandatories.rs:1094:67 | 1094 | gas: massa_deferred_calls::DeferredRegistryGasChange::Set(call.max_gas.into()), | ^^^^^^^^^^^^^^^^^^^ help: consider removing `.into()`: `call.max_gas` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `-D clippy::useless-conversion` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::useless_conversion)]`
markdown-link-check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
markdown-link-check
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/