More comprehensive identity system (#4326)

* Initial prototype

* Work on test harness.

* Minor removal

* Add some tests

* Fix tests

* More tests

* Final tests

* General documentation

* Function-level docs.

* Function-level docs.

* Identity fields.

* Fix dependency

* Docs

* Spelling nits

* Address grumbles.
This commit is contained in:
Gavin Wood
2019-12-09 16:28:20 +01:00
committed by GitHub
parent 8e4b40278c
commit 697b480bac
5 changed files with 1111 additions and 1 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ system = { package = "frame-system", path = "../system", default-features = fals
[dev-dependencies]
primitives = { package = "sp-core", path = "../../primitives/core" }
balances = { package = "pallet-balances", path = "../balances", default-features = false }
balances = { package = "pallet-balances", path = "../balances" }
[features]
default = ["std"]