mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +00:00
Runtime: Kusama gets Society v2 (#7356)
* Remove println * Kusama gets the new society * Integrate migration * Formatting * Add Society weights * Remive diener * Fixes * Update Cargo.toml Co-authored-by: Liam Aharon <liam.aharon@hotmail.com> * Add real historical payment info for Society. * Fixes * Bump Substrate --------- Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
This commit is contained in:
@@ -17,7 +17,7 @@ sp-core = { git = "https://github.com/paritytech/substrate", branch = "master",
|
||||
frame-support = { git = "https://github.com/paritytech/substrate", branch = "master", default-features = false }
|
||||
polkadot-core-primitives = { path = "../core-primitives", default-features = false }
|
||||
derive_more = "0.99.11"
|
||||
bounded-collections = { version = "0.1.7", default-features = false, features = ["serde"] }
|
||||
bounded-collections = { version = "0.1.8", default-features = false, features = ["serde"] }
|
||||
|
||||
# all optional crates.
|
||||
serde = { version = "1.0.163", default-features = false, features = ["derive", "alloc"] }
|
||||
|
||||
Reference in New Issue
Block a user