mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 13:51:11 +00:00
* Adding `MaxAuthorities` to pallet grandpa This is neede after changes to substrate * Adding `MaxAuthorities` to granda in test-runtime * Missed one `MaxAuthorities` * update Substrate Co-authored-by: parity-processbot <>
This commit is contained in:
Generated
+154
-154
File diff suppressed because it is too large
Load Diff
@@ -353,6 +353,7 @@ impl pallet_grandpa::Config for Runtime {
|
|||||||
type HandleEquivocation = ();
|
type HandleEquivocation = ();
|
||||||
// TODO: update me (https://github.com/paritytech/parity-bridges-common/issues/78)
|
// TODO: update me (https://github.com/paritytech/parity-bridges-common/issues/78)
|
||||||
type WeightInfo = ();
|
type WeightInfo = ();
|
||||||
|
type MaxAuthorities = MaxAuthorities;
|
||||||
}
|
}
|
||||||
|
|
||||||
parameter_types! {
|
parameter_types! {
|
||||||
|
|||||||
@@ -803,6 +803,7 @@ impl pallet_grandpa::Config for Runtime {
|
|||||||
>;
|
>;
|
||||||
|
|
||||||
type WeightInfo = ();
|
type WeightInfo = ();
|
||||||
|
type MaxAuthorities = MaxAuthorities;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Submits transaction with the node's public and signature type. Adheres to the signed extension
|
/// Submits transaction with the node's public and signature type. Adheres to the signed extension
|
||||||
|
|||||||
@@ -789,6 +789,7 @@ impl pallet_grandpa::Config for Runtime {
|
|||||||
>;
|
>;
|
||||||
|
|
||||||
type WeightInfo = ();
|
type WeightInfo = ();
|
||||||
|
type MaxAuthorities = MaxAuthorities;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Submits a transaction with the node's public and signature type. Adheres to the signed extension
|
/// Submits a transaction with the node's public and signature type. Adheres to the signed extension
|
||||||
|
|||||||
@@ -551,6 +551,7 @@ impl pallet_grandpa::Config for Runtime {
|
|||||||
>;
|
>;
|
||||||
|
|
||||||
type WeightInfo = ();
|
type WeightInfo = ();
|
||||||
|
type MaxAuthorities = MaxAuthorities;
|
||||||
}
|
}
|
||||||
|
|
||||||
parameter_types! {
|
parameter_types! {
|
||||||
|
|||||||
@@ -363,6 +363,7 @@ impl pallet_grandpa::Config for Runtime {
|
|||||||
type HandleEquivocation = ();
|
type HandleEquivocation = ();
|
||||||
|
|
||||||
type WeightInfo = ();
|
type WeightInfo = ();
|
||||||
|
type MaxAuthorities = MaxAuthorities;
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<LocalCall> frame_system::offchain::CreateSignedTransaction<LocalCall> for Runtime
|
impl<LocalCall> frame_system::offchain::CreateSignedTransaction<LocalCall> for Runtime
|
||||||
|
|||||||
@@ -522,6 +522,7 @@ impl pallet_grandpa::Config for Runtime {
|
|||||||
>;
|
>;
|
||||||
|
|
||||||
type WeightInfo = ();
|
type WeightInfo = ();
|
||||||
|
type MaxAuthorities = MaxAuthorities;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Submits a transaction with the node's public and signature type. Adheres to the signed extension
|
/// Submits a transaction with the node's public and signature type. Adheres to the signed extension
|
||||||
|
|||||||
Reference in New Issue
Block a user