Merge pull request #1065 from multiversx/framework-upgrade-0.64.1 #4589
actions.yml
on: push
Contracts
/
Setup Environment
2m 48s
Contracts
/
Rust tests
1m 29s
Contracts
/
Clippy linter check
44s
Contracts
/
Wasm tests
3m 31s
Contracts
/
Interactor tests
0s
Contracts
/
Test Coverage
2m 3s
Annotations
4 warnings
|
[clippy] energy-integration/governance-v2/tests/gov_test_setup/mod.rs#L84:
energy-integration/governance-v2/tests/gov_test_setup/mod.rs#L84
warning: the borrowed expression implements the required traits
--> energy-integration/governance-v2/tests/gov_test_setup/mod.rs:84:26
|
84 | .set(&Energy::new(
| __________________________^
85 | | BigInt::from(managed_biguint!(USER_ENERGY)),
86 | | 0,
87 | | managed_biguint!(0),
88 | | ));
| |_____________________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#needless_borrows_for_generic_args
= note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default
help: change this to
|
84 ~ .set(Energy::new(
85 + BigInt::from(managed_biguint!(USER_ENERGY)),
86 + 0,
87 + managed_biguint!(0),
88 ~ ));
|
|
|
[clippy] energy-integration/governance-v2/tests/gov_test_setup/mod.rs#L90:
energy-integration/governance-v2/tests/gov_test_setup/mod.rs#L90
warning: the borrowed expression implements the required traits
--> energy-integration/governance-v2/tests/gov_test_setup/mod.rs:90:26
|
90 | .set(&Energy::new(
| __________________________^
91 | | BigInt::from(managed_biguint!(USER_ENERGY)),
92 | | 0,
93 | | managed_biguint!(0),
94 | | ));
| |_____________________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#needless_borrows_for_generic_args
help: change this to
|
90 ~ .set(Energy::new(
91 + BigInt::from(managed_biguint!(USER_ENERGY)),
92 + 0,
93 + managed_biguint!(0),
94 ~ ));
|
|
|
[clippy] energy-integration/governance-v2/tests/gov_test_setup/mod.rs#L96:
energy-integration/governance-v2/tests/gov_test_setup/mod.rs#L96
warning: the borrowed expression implements the required traits
--> energy-integration/governance-v2/tests/gov_test_setup/mod.rs:96:26
|
96 | .set(&Energy::new(
| __________________________^
97 | | BigInt::from(managed_biguint!(USER_ENERGY + 210_000)),
98 | | 0,
99 | | managed_biguint!(0),
100 | | ));
| |_____________________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#needless_borrows_for_generic_args
help: change this to
|
96 ~ .set(Energy::new(
97 + BigInt::from(managed_biguint!(USER_ENERGY + 210_000)),
98 + 0,
99 + managed_biguint!(0),
100 ~ ));
|
|
|
[clippy] energy-integration/governance-v2/tests/gov_test_setup/mod.rs#L102:
energy-integration/governance-v2/tests/gov_test_setup/mod.rs#L102
warning: the borrowed expression implements the required traits
--> energy-integration/governance-v2/tests/gov_test_setup/mod.rs:102:26
|
102 | .set(&Energy::new(
| __________________________^
103 | | BigInt::from(managed_biguint!(0)),
104 | | 0,
105 | | managed_biguint!(0),
106 | | ));
| |_____________________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#needless_borrows_for_generic_args
help: change this to
|
102 ~ .set(Energy::new(
103 + BigInt::from(managed_biguint!(0)),
104 + 0,
105 + managed_biguint!(0),
106 ~ ));
|
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
coverage
|
4.95 KB |
sha256:59a474e5660942a10a8bfcba5d190bfe8e99ef472136408fc014201e732ee59e
|
|
|
mx-scenario-go
Expired
|
12.7 MB |
sha256:c59726c2f9a3141e7f4162135f32a059adc1f7737a4ef7f73bf5ad1953fd36cb
|
|
|
report
|
702 Bytes |
sha256:12ab3594742876629501a9f9ce4eca503b6affc91bb42295e86922a83e660ca2
|
|
|
sc-meta
Expired
|
14.2 MB |
sha256:8b0ede8f85f63720d9e6ddb47045a64b0f860fbe661edc76d4a55a4c7b978f23
|
|