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:
Gavin Wood
2023-06-18 18:54:31 +02:00
committed by GitHub
parent ced77b3d30
commit a846d00866
12 changed files with 972 additions and 265 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ version.workspace = true
[dependencies]
bounded-collections = { version = "0.1.7", default-features = false }
bounded-collections = { version = "0.1.8", default-features = false }
codec = { package = "parity-scale-codec", version = "3.4.0", default-features = false, features = ["derive"] }
scale-info = { version = "2.5.0", default-features = false, features = ["derive"] }
serde = { version = "1.0.163", optional = true, features = ["derive"] }