sigp / lighthouse

Ethereum consensus client in Rust
https://lighthouse.sigmaprime.io/
Apache License 2.0
2.82k stars 699 forks source link

Show `blst` hardware support in `lighthouse --version` #5918

Open michaelsproul opened 3 weeks ago

michaelsproul commented 3 weeks ago

Description

Now that we're using portable blst everywhere, we could show the hardware acceleration support dynamically in lighthouse --version, like we do for SHA256.

Something like:

Lighthouse v5.2.0-f1d88ba
BLS library: blst-portable
BLS hardware acceleration: true
SHA256 hardware acceleration: false
Allocator: jemalloc
Profile: maxperf
Specs: mainnet (true), minimal (true), gnosis (true)
scafe3 commented 2 days ago

I would like to have a try.

michaelsproul commented 2 days ago

Great, thanks @scafe3