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

Commit 1ce7d40

Browse files
committed
Merge branch 'master' into rh-grandpa-offline-fallback: bump node version again.
2 parents a631a8d + 3f0c601 commit 1ce7d40

File tree

28 files changed

+715
-530
lines changed

28 files changed

+715
-530
lines changed

Cargo.lock

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

core/cli/src/informant.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pub fn start<C>(service: &Service<C>, exit: ::exit_future::Exit, handle: TaskExe
6868
let bandwidth_upload = network.average_upload_per_sec();
6969
info!(
7070
target: "substrate",
71-
"{}{} ({} peers), best: #{} ({}), finalized #{} ({}), {} {}",
71+
"{}{} ({} peers), best: #{} ({}), finalized #{} ({}), {} {}",
7272
Colour::White.bold().paint(&status),
7373
target,
7474
Colour::White.bold().paint(format!("{}", sync_status.num_peers)),

core/client/db/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ trie = { package = "substrate-trie", path = "../../trie" }
2626
kvdb-memorydb = { git = "https://github.com/paritytech/parity-common", rev="b0317f649ab2c665b7987b8475878fc4d2e1f81d" }
2727
substrate-keyring = { path = "../../keyring" }
2828
test-client = { package = "substrate-test-client", path = "../../test-client" }
29+
env_logger = { version = "0.6" }

0 commit comments

Comments
 (0)