mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 12:11:02 +00:00
Bump substrate/polkadot/cumulus (#1962)
* Bump substrate/polkadot/cumulus * sp_finality_grandpa - >sp_consensus_grandpa * sp_beefy -> sp_consensus_beefy * pallet_randomness_collective_flip -> pallet_insecure_randomness_collective_flip * fix * Cumulus parachain stuff * Cumulus parachain stuff one more * Millau/Rialto runtimes * Removed pallet_insecure_randomness_collective_flip * Millau node * Removed session historial * TMP: just try disable all fetches * Docs in gitlab.yml
This commit is contained in:
committed by
Bastian Köcher
parent
a1c6502d9a
commit
874ab44e00
@@ -7034,7 +7034,7 @@ pub mod api {
|
||||
)]
|
||||
pub struct StoredAuthoritySet {
|
||||
pub authorities: runtime_types::sp_core::bounded::bounded_vec::BoundedVec<(
|
||||
runtime_types::sp_finality_grandpa::app::Public,
|
||||
runtime_types::sp_consensus_grandpa::app::Public,
|
||||
::core::primitive::u64,
|
||||
)>,
|
||||
pub set_id: ::core::primitive::u64,
|
||||
@@ -8115,7 +8115,7 @@ pub mod api {
|
||||
pub struct Signature(pub [::core::primitive::u8; 64usize]);
|
||||
}
|
||||
}
|
||||
pub mod sp_finality_grandpa {
|
||||
pub mod sp_consensus_grandpa {
|
||||
use super::runtime_types;
|
||||
pub mod app {
|
||||
use super::runtime_types;
|
||||
|
||||
Reference in New Issue
Block a user