Skip to content

Commit

Permalink
Update registries & entries
Browse files Browse the repository at this point in the history
Signed-off-by: Shreevatsa N <[email protected]>
  • Loading branch information
vatsa287 committed Sep 19, 2024
1 parent 0390611 commit 5cf1f20
Show file tree
Hide file tree
Showing 16 changed files with 2,411 additions and 1,904 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion pallets/entries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ sp-std = { workspace = true }
sp-io = { workspace = true }
sp-core = { workspace = true }
identifier = { workspace = true }
cord-primitives = { workspace = true }
cord-utilities = { features = ["mock"], workspace = true }
log = { workspace = true }
serde_json = { workspace = true }
Expand All @@ -37,16 +38,20 @@ pallet-registries = { workspace = true }
[dev-dependencies]
sp-core = { workspace = true }
cord-utilities = { workspace = true }
identifier = { workspace = true }
sp-keystore = { workspace = true }
serde_json = { workspace = true }
pallet-registries = { workspace = true }

cord-primitives = { workspace = true }
identifier = { workspace = true }

[features]
default = ["std"]

std = [
"codec/std",
"identifier/std",
"cord-primitives/std",
"enumflags2/std",
"frame-benchmarking?/std",
"frame-support/std",
Expand Down Expand Up @@ -75,6 +80,7 @@ try-runtime = [
"cord-utilities/try-runtime",
"identifier/try-runtime",
"sp-runtime/try-runtime",
"identifier/try-runtime",
]

# Disable doctest when running `cargo test`
Expand Down
Loading

0 comments on commit 5cf1f20

Please sign in to comment.