Skip to content

callData parse only on proxy sc #108

callData parse only on proxy sc

callData parse only on proxy sc #108

Triggered via pull request July 11, 2024 07:27
Status Startup failure
Total duration
Artifacts
build  /  Clippy linter check
build / Clippy linter check
build  /  Rust tests
build / Rust tests
build  /  Test Coverage
build / Test Coverage
build  /  Wasm tests
build / Wasm tests
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
Invalid workflow file: .github/workflows/on_pull_request_build_contracts.yml#L13
The workflow is not valid. .github/workflows/on_pull_request_build_contracts.yml (Line: 13, Col: 18): Invalid input, image_tag is not defined in the referenced workflow. .github/workflows/on_pull_request_build_contracts.yml (Line: 14, Col: 34): Invalid input, package_whole_project_src is not defined in the referenced workflow.
[clippy] common/transaction/src/lib.rs#L49: common/transaction/src/lib.rs#L49
warning: unused variable: `buffer` --> common/transaction/src/lib.rs:49:13 | 49 | fn from(buffer: ManagedBuffer<M>) -> Self { | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_buffer` | = note: `#[warn(unused_variables)]` on by default
[clippy] common/transaction/src/lib.rs#L49: common/transaction/src/lib.rs#L49
warning: unused variable: `buffer` --> common/transaction/src/lib.rs:49:13 | 49 | fn from(buffer: ManagedBuffer<M>) -> Self { | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_buffer` | = note: `#[warn(unused_variables)]` on by default