Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update warning tests
Signed-off-by: Alexandru Gheorghe <[email protected]>
  • Loading branch information
alexggh committed Aug 14, 2024
commit 48f3d0f54e5c44dc9afcd67aaa5bb9884668532a
5 changes: 3 additions & 2 deletions polkadot/node/service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1091,8 +1091,9 @@ pub fn new_full<
.any(|failure| matches!(failure.metric, Metric::Blake2256Parallel { .. }))
{
log::info!(
"⚠️ The hardware will fail the minimal physical CPU cores requirements {} for role 'Authority', find out more when this will become mandatory at:\n\
https://wiki.polkadot.network/docs/maintain-guides-how-to-validate-polkadot#reference-hardware",
"⚠️ Starting January 2025 the hardware will fail the minimal physical CPU cores requirements {} for role 'Authority',\n\
find out more when this will become mandatory at:\n\
https://wiki.polkadot.network/docs/maintain-guides-how-to-validate-polkadot#reference-hardware",
err
);
}
Expand Down