Support for metadata hash and upgrade to 1.7 #2550
ci.yml
on: pull_request
try-runtime-prepare
9m 42s
json-lints
15s
lints
4m 38s
test-runtime
12m 47s
tests-with-linecoverage
3m 59s
try-runtime-paradis-execute
0s
try-runtime-eden-execute
0s
Annotations
6 errors and 4 warnings
tests-with-linecoverage:
pallets/grants/src/mock.rs#L91
type `MaxHolds` is not a member of trait `pallet_balances::Config`
|
tests-with-linecoverage
Process completed with exit code 1.
|
failed to resolve: use of undeclared crate or module `docify`:
runtimes/eden/build.rs#L20
error[E0433]: failed to resolve: use of undeclared crate or module `docify`
--> runtimes/eden/build.rs:20:3
|
20 | #[docify::export(template_enable_metadata_hash)]
| ^^^^^^ use of undeclared crate or module `docify`
|
lints
Clippy had exited with the 101 exit code
|
try-runtime-prepare
Process completed with exit code 101.
|
test-runtime
Process completed with exit code 101.
|
tests-with-linecoverage:
pallets/sponsorship/src/mock.rs#L26
use of deprecated struct `pallet_transaction_payment::CurrencyAdapter`: Please use the fungible trait and FungibleAdapter. This struct will be removed some time after March 2024.
|
tests-with-linecoverage:
pallets/sponsorship/src/mock.rs#L103
use of deprecated struct `pallet_transaction_payment::CurrencyAdapter`: Please use the fungible trait and FungibleAdapter. This struct will be removed some time after March 2024.
|
duplicated attribute:
pallets/allocations/src/benchmarking.rs#L19
warning: duplicated attribute
--> pallets/allocations/src/benchmarking.rs:19:8
|
19 | #![cfg(feature = "runtime-benchmarks")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
note: first defined here
--> pallets/allocations/src/lib.rs:20:7
|
20 | #[cfg(feature = "runtime-benchmarks")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
help: remove this attribute
--> pallets/allocations/src/benchmarking.rs:19:8
|
19 | #![cfg(feature = "runtime-benchmarks")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#duplicated_attributes
= note: `#[warn(clippy::duplicated_attributes)]` on by default
|
duplicated attribute:
pallets/sponsorship/src/benchmarking.rs#L20
warning: duplicated attribute
--> pallets/sponsorship/src/benchmarking.rs:20:8
|
20 | #![cfg(feature = "runtime-benchmarks")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
note: first defined here
--> pallets/sponsorship/src/lib.rs:55:7
|
55 | #[cfg(feature = "runtime-benchmarks")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
help: remove this attribute
--> pallets/sponsorship/src/benchmarking.rs:20:8
|
20 | #![cfg(feature = "runtime-benchmarks")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#duplicated_attributes
= note: `#[warn(clippy::duplicated_attributes)]` on by default
|