You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are in the process to test cross beacon <> validator client compatibility, and found a bug when testing Grandine CL with lodestar VC.
Lodestar reports:
Apr-05 11:27:04.125[] error: Error proposing block slot=1, validator=0xa158…501f - Failed to produce block: validator.produceBlockV3 - Bad Request: invalid query string: unknown field `fee_recipient`, expected one of `randao_reveal`, `graffiti`, `skip_randao_verification` - Failed to produce block
Error: Failed to produce block: validator.produceBlockV3 - Bad Request: invalid query string: unknown field `fee_recipient`, expected one of `randao_reveal`, `graffiti`, `skip_randao_verification` - Failed to produce block
at Function.assert (file:///usr/app/packages/api/src/utils/client/httpClient.ts:44:13)
at BlockProposingService.produceBlockWrapper (file:///usr/app/packages/validator/src/services/block.ts:212:14)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at BlockProposingService.createAndPublishBlock (file:///usr/app/packages/validator/src/services/block.ts:144:29)
at async Promise.all (index 0)
Grandine reports:
nothing out of the ordinary
Snooper between cl <> vc reports:
nothing out of the ordinary
Expected behavior
I would expect all client combinations would work.
Describe the bug
We are in the process to test cross beacon <> validator client compatibility, and found a bug when testing Grandine CL with lodestar VC.
Lodestar reports:
Grandine reports:
Snooper between cl <> vc reports:
Expected behavior
I would expect all client combinations would work.
Steps to reproduce
config.yaml:
kurtosis run github.com/kurtosis-tech/ethereum-package --args-file config.yaml
Additional context
Current BN <> VC Compatibility list tracker
Operating system
Linux
Lodestar version or commit hash
next - sha256:c046598ea7a7e9523fb5108005626ed8dfa0bf2df71e0d79ed531aa8b4e7d88b
cc: @pk910
The text was updated successfully, but these errors were encountered: