Skip to content
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

Version 3.0.0 calls deprecated engine_exchangeTransitionConfigurationV1 #11364

Closed
porktonkatsu opened this issue Aug 30, 2022 · 5 comments
Closed

Comments

@porktonkatsu
Copy link

Here is the beacon log

beacon-chain[540]: time="2022-08-30 22:05:33" level=error msg="Could not check configuration values between execution and consensus client" error="method not found" prefix=powchain

on the geth side

WARN [08-30|22:05:33.069] Served engine_exchangeTransitionConfigurationV1 conn=127.0.0.1:34024 reqid=10 duration="19.906µs" err="the method engine_exchangeTransitionConfigurationV1 does not exist/is not available"

Versions:

/usr/local/bin/beacon-chain --version
beacon-chain version Prysm/v3.0.0/1c6fa65f7b8bb7fea54fd82d0ef07960b460c45a. Built at: 2022-08-22 20:39:30+00:00
geth version
Geth
Version: 1.10.23-stable
Git Commit: d901d85377c2c2f05f09f423c7d739c0feecd90a
Architecture: arm64
Go Version: go1.18.5
Operating System: linux
GOPATH=
GOROOT=go

Happy to provide anything else as necessary to help debug.

@porktonkatsu
Copy link
Author

porktonkatsu commented Aug 30, 2022

This might actually be an issue in geth

ethereum/go-ethereum#25464

@nisdas
Copy link
Member

nisdas commented Aug 30, 2022

Its not an issue in geth, it means your node isnt correctly configured for the merge:
https://docs.prylabs.network/docs/prepare-for-merge

@porktonkatsu
Copy link
Author

Ah yea, this is the step that was missing https://docs.prylabs.network/docs/execution-node/authentication

Closing then. Thx

@eightfourseventwo
Copy link

eightfourseventwo commented Sep 6, 2022

Just leaving this here in case anyone else runs into this. I got this error when running geth on goerli with syncmode=light . The error message on both ends is cryptic, but switching geth to syncmode=snap solved it for me.

@SLoeuillet
Copy link

geth light client missed that function
has been fixed upstream in current geth master :

ethereum/go-ethereum#25752
ethereum/go-ethereum@1d2f5cf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants