Skip to content

Mainnet Besu v22.7.0 API Execution Engine and Lighthouse v2.5.1 TTD override values do not match #4220

Closed
@Summerside-sys

Description

In order to get it to match needed:

--override-genesis-config="terminalTotalDifficulty=115792089237316195423570985008687907853269984665640564039457584007913129638912"

Currently:
Lighthouse value is: 115792089237316195423570985008687907853269984665640564039457584007913129638912
Besu value is: 115792089237316195423570985008687907853269984665640564039457584007913129638911

or
Lighthouse value: 0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc00
Besu value: 0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbff

Besu Log:
Aug 04 19:50:18 server besu[475192]: 2022-08-04 19:50:18.298+00:00 | vert.x-worker-thread-0 | WARN | EngineExchangeTransitionConfiguration | Configured terminal total difficulty 0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffbff does not match value of consensus client 0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc00

Lighthouse Beacon Log:
38912, terminal_block_hash: 0x0000000000000000000000000000000000000000000000000000000000000000, terminal_block_number: 0 }, remote: TransitionConfigurationV1 { terminal_total_difficulty: 115792089237316195423570985008687907853269984665640564039457584007913129638911, terminal_block_hash: 0x0000000000000000000000000000000000000000000000000000000000000000, terminal_block_number: 0 }, msg: ensure lighthouse and the execution client are up-to-date and configured consistently, service: exec

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

bugSomething isn't workingmainnet

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions