mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 12:11:09 +00:00
More emoji (#5556)
This commit is contained in:
@@ -74,7 +74,7 @@ pub(crate) fn load_epoch_changes<Block: BlockT, B: AuxStore>(
|
|||||||
|
|
||||||
let epoch_changes = Arc::new(Mutex::new(maybe_epoch_changes.unwrap_or_else(|| {
|
let epoch_changes = Arc::new(Mutex::new(maybe_epoch_changes.unwrap_or_else(|| {
|
||||||
info!(target: "babe",
|
info!(target: "babe",
|
||||||
"Creating empty BABE epoch changes on what appears to be first startup."
|
"👶 Creating empty BABE epoch changes on what appears to be first startup."
|
||||||
);
|
);
|
||||||
EpochChangesFor::<Block, Epoch>::default()
|
EpochChangesFor::<Block, Epoch>::default()
|
||||||
})));
|
})));
|
||||||
|
|||||||
@@ -466,7 +466,7 @@ impl<T: Clone> SlotDuration<T> {
|
|||||||
cb(client.runtime_api(), &BlockId::number(Zero::zero()))?;
|
cb(client.runtime_api(), &BlockId::number(Zero::zero()))?;
|
||||||
|
|
||||||
info!(
|
info!(
|
||||||
"Loaded block-time = {:?} milliseconds from genesis on first-launch",
|
"⏱ Loaded block-time = {:?} milliseconds from genesis on first-launch",
|
||||||
genesis_slot_duration
|
genesis_slot_duration
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -330,7 +330,7 @@ pub(crate) fn load_persistent<Block: BlockT, B, G>(
|
|||||||
}
|
}
|
||||||
|
|
||||||
// genesis.
|
// genesis.
|
||||||
info!(target: "afg", "Loading GRANDPA authority set \
|
info!(target: "afg", "👴 Loading GRANDPA authority set \
|
||||||
from genesis on what appears to be first startup.");
|
from genesis on what appears to be first startup.");
|
||||||
|
|
||||||
let genesis_authorities = genesis_authorities()?;
|
let genesis_authorities = genesis_authorities()?;
|
||||||
|
|||||||
@@ -1069,7 +1069,7 @@ impl<B: BlockT + 'static, H: ExHashT> Future for NetworkWorker<B, H> {
|
|||||||
&& error.contains("Peer ID mismatch")
|
&& error.contains("Peer ID mismatch")
|
||||||
{
|
{
|
||||||
error!(
|
error!(
|
||||||
"Connecting to bootnode with peer id `{}` and address `{}` failed \
|
"💔 Connecting to bootnode with peer id `{}` and address `{}` failed \
|
||||||
because it returned a different peer id!",
|
because it returned a different peer id!",
|
||||||
peer_id,
|
peer_id,
|
||||||
address,
|
address,
|
||||||
|
|||||||
Reference in New Issue
Block a user