Skip to content

WIP: no errors in code #31

WIP: no errors in code

WIP: no errors in code #31

Triggered via push October 23, 2024 20:12
Status Failure
Total duration 13m 38s
Artifacts

tests.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
not all trait items implemented, missing: `migrate_to_direct_staker`: /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pallet-staking-37.0.0/src/pallet/impls.rs#L1920
error[E0046]: not all trait items implemented, missing: `migrate_to_direct_staker` --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pallet-staking-37.0.0/src/pallet/impls.rs:1920:1 | 1920 | impl<T: Config> sp_staking::StakingUnchecked for Pallet<T> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `migrate_to_direct_staker` in implementation | = help: implement the missing item: `fn migrate_to_direct_staker(_: &<Self as sp_staking::StakingInterface>::AccountId) { todo!() }`
checks-and-tests
Process completed with exit code 101.
checks-and-tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/