-
Notifications
You must be signed in to change notification settings - Fork 837
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge Interop Milestone Tracking #2830
Comments
Hi there 👋 I'm working on Besu interop with Lighthouse and I came across the following error:
This error was raised when Lighthouse sent a forkchoice update with the finalized block hash as 0x00..00:
I had a seemingly similar issue with Geth where they couldn't process the 0x00..00 finalized block hash. Perhaps that is the issue here too? |
Sorry for the slow reply. Yes, that was it exactly, and we are playing nicely now 👍 |
Tracking issue for Merge Interop Milestones
Milestones
Building and Running Besu in Interop Mode
--Xmerge-support=true
git clone --recursive https://github.com/hyperledger/besu git checkout merge ./gradlew --parallel installDist && build/install/besu/bin/besu --config-file=besu-config.toml
besu-config.toml
--miner-enabled
ethash{}
to config block.The text was updated successfully, but these errors were encountered: