solana/entry
mergify[bot] 20b76501ad
v2.0: Cleanup PoH speed check error (backport of #2400) (#2458)
* Cleanup PoH speed check logs and error

The current logging and error message from the Poh speed check are
confusing. If the node fails, the error message states that the node is
too slow. But, the reported numbers are slot durations in nanoseconds
where a slower node will have a larger number. Lastly, the reported
numbers aren't labeled with a unit so it is hard to make sense of this
without looking at the actual code.

The check now computes and reports hashes per second.

(cherry picked from commit ecc05c50b8)

# Conflicts:
#	core/src/validator.rs

* merge conflicts

---------

Co-authored-by: steviez <steven@anza.xyz>
2024-08-06 14:34:55 -05:00
..
benches Use reserved account keys list to restrict tx write locks (#541) 2024-04-13 09:37:58 +08:00
src v2.0: Cleanup PoH speed check error (backport of #2400) (#2458) 2024-08-06 14:34:55 -05:00
Cargo.toml removes outdated matches crate from dependencies (#33172) 2023-09-07 12:52:57 +00:00