Skip to content

Commit

Permalink
Add missing implementations of PckCertVerifyier
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Oct 3, 2024
1 parent d0663b7 commit eda8bf0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pallets/attestation/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ impl pallet_staking_extension::Config for Test {
type Randomness = TestPastRandomness;
type RuntimeEvent = RuntimeEvent;
type WeightInfo = ();
type PckCertChainVerifier = pallet_staking_extension::pck::MockPckCertChainVerifyer;
}

parameter_types! {
Expand Down
1 change: 1 addition & 0 deletions pallets/propagation/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ impl pallet_staking_extension::Config for Test {
type Randomness = TestPastRandomness;
type RuntimeEvent = RuntimeEvent;
type WeightInfo = ();
type PckCertChainVerifier = pallet_staking_extension::pck::MockPckCertChainVerifyer;
}

parameter_types! {
Expand Down
1 change: 1 addition & 0 deletions pallets/registry/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ impl pallet_staking_extension::Config for Test {
type Randomness = TestPastRandomness;
type RuntimeEvent = RuntimeEvent;
type WeightInfo = ();
type PckCertChainVerifier = pallet_staking_extension::pck::MockPckCertChainVerifyer;
}

parameter_types! {
Expand Down

0 comments on commit eda8bf0

Please sign in to comment.