WIP: #35
base_checks.yaml
on: push
compile-and-check
18m 38s
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-38.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-38.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!() }`
|
compile-and-check
Process completed with exit code 101.
|
compile-and-check
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/
|