Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 2dd4456

Browse files
committed
Merge branch 'master' into sw/charge-fee
2 parents 7cfae90 + f8b0e7d commit 2dd4456

File tree

28 files changed

+1890
-653
lines changed

28 files changed

+1890
-653
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ members = [
5252
"core/transaction-pool",
5353
"core/transaction-pool/graph",
5454
"core/inherents",
55+
"core/util/fork-tree",
5556
"srml/support",
5657
"srml/support/procedural",
5758
"srml/support/procedural/tools",

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,9 @@ cargo run --release \-- \
278278

279279
Additional Substate CLI usage options are available and may be shown by running `cargo run \-- --help`.
280280

281-
=== Joining the Charred Cherry Testnet
281+
=== Joining the Dried Danta Testnet
282282

283-
Charred Cherry is the new testnet for Substrate 1.0 beta. Please note that 1.0 beta is not compatible with the BBQ-Birch testnet. Ensure you have the dependencies listed above before compiling.
283+
Dried Danta is the new testnet for Substrate 1.0 gamma. Please note that 1.0 gamma is not compatible with the BBQ-Birch or Charred-Cherry testnets. Ensure you have the dependencies listed above before compiling.
284284

285285
[source, shell]
286286
----
@@ -308,7 +308,7 @@ For example, you can choose a custom node name:
308308
[source, shell]
309309
cargo run --release \-- --name my_custom_name
310310

311-
If you are successful, you will see your node syncing at https://telemetry.polkadot.io/#/Charred%20Cherry
311+
If you are successful, you will see your node syncing at https://telemetry.polkadot.io/#/Dried%20Danta
312312

313313

314314
== Documentation

core/finality-grandpa/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66

77
[dependencies]
8+
fork-tree = { path = "../../core/util/fork-tree" }
89
futures = "0.1"
910
log = "0.4"
1011
parking_lot = "0.7.1"

0 commit comments

Comments
 (0)