mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 12:51:02 +00:00
* Prepare for wasmtime 0.29 * update Substrate * Use Pallet Co-authored-by: parity-processbot <>
This commit is contained in:
Generated
+233
-253
File diff suppressed because it is too large
Load Diff
@@ -22,7 +22,7 @@ thiserror = "1.0.26"
|
|||||||
serde = { version = "1.0.130", features = ["derive"] }
|
serde = { version = "1.0.130", features = ["derive"] }
|
||||||
|
|
||||||
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
||||||
zstd = "0.6.0"
|
zstd = "0.9.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
polkadot-erasure-coding = { path = "../../erasure-coding" }
|
polkadot-erasure-coding = { path = "../../erasure-coding" }
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ use frame_support::{decl_error, decl_event, decl_module, decl_storage, traits::E
|
|||||||
use sp_staking::SessionIndex;
|
use sp_staking::SessionIndex;
|
||||||
use sp_std::vec::Vec;
|
use sp_std::vec::Vec;
|
||||||
|
|
||||||
type Session<T> = pallet_session::Module<T>;
|
type Session<T> = pallet_session::Pallet<T>;
|
||||||
|
|
||||||
/// Configuration for the parachain proposer.
|
/// Configuration for the parachain proposer.
|
||||||
pub trait Config: pallet_session::Config {
|
pub trait Config: pallet_session::Config {
|
||||||
|
|||||||
Reference in New Issue
Block a user