Refund fixes #118
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 4 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] bridge-proxy/src/bridge-proxy.rs#L79:
bridge-proxy/src/bridge-proxy.rs#L79
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> bridge-proxy/src/bridge-proxy.rs:79:26
|
79 | .single_esdt(&token_id, 0, &amount)
| ^^^^^^^^^ 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] bridge-proxy/src/bridge-proxy.rs#L79:
bridge-proxy/src/bridge-proxy.rs#L79
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> bridge-proxy/src/bridge-proxy.rs:79:40
|
79 | .single_esdt(&token_id, 0, &amount)
| ^^^^^^^ help: change this to: `amount`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
|
[clippy] bridge-proxy/src/bridge-proxy.rs#L79:
bridge-proxy/src/bridge-proxy.rs#L79
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> bridge-proxy/src/bridge-proxy.rs:79:26
|
79 | .single_esdt(&token_id, 0, &amount)
| ^^^^^^^^^ 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] bridge-proxy/src/bridge-proxy.rs#L79:
bridge-proxy/src/bridge-proxy.rs#L79
warning: this expression creates a reference which is immediately dereferenced by the compiler
--> bridge-proxy/src/bridge-proxy.rs:79:40
|
79 | .single_esdt(&token_id, 0, &amount)
| ^^^^^^^ help: change this to: `amount`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
|