callData parse only on proxy sc #108
on_pull_request_build_contracts.yml
on: pull_request
build
/
Clippy linter check
build
/
Rust tests
build
/
Test Coverage
build
/
Wasm tests
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
|