Consensys / bela

Besu Lanterna tool, visualize, interrogate and manage besu storage db offline
Apache License 2.0
2 stars 1 forks source link

Support BFT blocks in block browser #2

Closed jframe closed 2 years ago

jframe commented 2 years ago

Add support for IBFT2 and QBFT blocks in the block browser.

QBFT and IBFT2 calculate the hash differently so need to detect what consensus mechanism is being used and pass through the appropriate hashing function.