Skip to content

Commit 8ab2380

Browse files
authored
schema-accounts: Add pallet for accounts based schema management (#514)
* adds a new pallet called schema-accounts for account based schema accounts. * removes dependency of chain-space. And does not require a authId for creation. * identifier updates. * update runtime to 0.9.3-1 or 9310. Signed-off-by: Shreevatsa N <vatsa@dhiway.com>
1 parent 2dcd559 commit 8ab2380

File tree

15 files changed

+766
-38
lines changed

15 files changed

+766
-38
lines changed

Cargo.lock

Lines changed: 57 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
[workspace.package]
3-
version = "0.9.3"
3+
version = "0.9.3-1"
44
authors = ['Dhiway Networks <info@dhiway.com>']
55
edition = "2021"
66
homepage = "https://cord.network"
@@ -154,6 +154,8 @@ pallet-did-runtime-api = { path = "runtimes/common/api/did", default-features =
154154
pallet-transaction-weight-runtime-api = { path = "runtimes/common/api/weight", default-features = false }
155155
pallet-registries = { path = "pallets/registries", default-features = false }
156156
pallet-entries = { path = "pallets/entries", default-features = false }
157+
pallet-schema-accounts = { path = "pallets/schema-accounts", default-features = false }
158+
157159

158160
# substrate dependencies
159161
frame-benchmarking = { git = "https://github.com/dhiway/substrate-sdk", default-features = false, branch = "release-v1.15.0" }

0 commit comments

Comments
 (0)