Skip to content

WIP: update jsonrpsee #46

WIP: update jsonrpsee

WIP: update jsonrpsee #46

Triggered via push November 22, 2024 18:45
Status Failure
Total duration 12m 56s
Artifacts

tests.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
checks-and-tests
Process completed with exit code 101.
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!() }`
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/