Skip to content

Commit ff397a3

Browse files
author
Joshua Mir
committed
fixed crate descriptions/names
1 parent 7dea97e commit ff397a3

File tree

2 files changed

+7
-29
lines changed

2 files changed

+7
-29
lines changed

datdot-node/node/Cargo.toml

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
name = "datdot-node"
33
version = "2.0.0-rc3"
44
edition = "2018"
5-
authors = ['Joshy Orndorff', '4meta5', 'Jimmy Chu']
6-
repository = 'https://github.com/substrate-developer-hub/recipes'
7-
description = 'An instant-sealing Substrate node for datdot. Based on the substrate kitchen-node.'
5+
authors = ['datdot authors']
6+
repository = 'https://github.com/playproject-io/datdot-substrate'
7+
description = 'An instant-sealing Substrate node for datdot. Based on the substrate kitchen-node found at https://github.com/substrate-developer-hub/recipes.'
88
license = "GPL-3.0-or-later"
99

1010
compatibility_version = "2.0.0-rc3"
@@ -40,23 +40,8 @@ sp-io = '2.0.0-rc3'
4040
sp-runtime = '2.0.0-rc3'
4141
sp-timestamp = '2.0.0-rc3'
4242
sp-transaction-pool = '2.0.0-rc3'
43-
44-
# This node is compatible with any of the runtimes below
45-
# ---
46-
# Common runtime configured with most Recipes pallets.
4743
runtime = { package = "datdot-runtime", path = "../runtime" }
4844

49-
# Runtime with custom weight and fee calculation.
50-
# runtime = { package = "weight-fee-runtime", path = "../../runtimes/weight-fee-runtime"}
51-
52-
# Runtime with off-chain worker enabled.
53-
# To use this runtime, compile the node with `ocw` feature enabled,
54-
# `cargo build --release --features ocw`.
55-
# runtime = { package = "ocw-runtime", path = "../../runtimes/ocw-runtime" }
56-
57-
# Runtime with custom runtime-api (custom API only used in rpc-node)
58-
# runtime = { package = "api-runtime", path = "../../runtimes/api-runtime" }
59-
# ---
6045

6146
[build-dependencies]
6247
vergen = "3.0.4"

datdot-node/runtime/Cargo.toml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
11
[package]
22
name = "datdot-runtime"
33
version = "2.0.0-rc3"
4-
authors = ["Anonymous"]
5-
repository = 'https://github.com/substrate-developer-hub/recipes'
4+
authors = ["datdot authors"]
5+
repository = 'https://github.com/playproject-io/datdot-substrate'
66
edition = "2018"
77
license = "GPL-3.0-or-later"
8-
description = "A runtime that demonstrate converting weights to fees and charging fees in multiple assets"
8+
description = "A super-minimal runtime to demonstrate pallet-datdot, based on https://github.com/substrate-developer-hub/recipes/tree/master/runtimes/weight-fee-runtime"
99

1010
[package.metadata.substrate]
11-
categories = [
12-
"runtime",
13-
"Weights",
14-
"fees",
15-
"Assets",
16-
"tutorial",
17-
"recipe",
18-
]
11+
categories = []
1912
compatibility_version = "2.0.0-rc3"
2013

2114
[dependencies]

0 commit comments

Comments
 (0)