Merge pull request #1063 from multiversx/framework-upgrade-0.63 #4585
actions.yml
on: push
Contracts
/
Setup Environment
3m 33s
Contracts
/
Rust tests
1m 38s
Contracts
/
Clippy linter check
55s
Contracts
/
Wasm tests
3m 53s
Contracts
/
Interactor tests
0s
Contracts
/
Test Coverage
2m 2s
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:4a3c426c21864516e23394a57a58de04ff585abf914858731be217cec65a9fc1
|
|
|
mx-scenario-go
Expired
|
12.7 MB |
sha256:f908cfc05f07386a6b3c527df82ece4b093c39d9532fbb6e8c2ce4f33a9c4e27
|
|
|
report
|
702 Bytes |
sha256:6d512de7f7c74782ec146995d82566af54c29e4760079d97a62be1e3da22ce2c
|
|
|
sc-meta
Expired
|
14.2 MB |
sha256:aa09817ae667565e1a268377ba7d57d9093e666df51c1fef0651afba39b0fcaa
|
|