-
Notifications
You must be signed in to change notification settings - Fork 39
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
Seeing "Unknown error when simulating validation on entry point" during eth_estimateUserOperationGas #225
Comments
Hmm, seems there can be some problems with using erigon client. Stackup bundler had to add something to support it: stackup-wallet/stackup-bundler#299 |
The error: {"jsonrpc":"2.0","error":{"code":-32603,"message":"Unknown error when simulating validation on entry point. Error message: UnknownErr(\"Unknown middleware error: HTTPError(reqwest::Error { kind: Request, url: Url { scheme: \\\"http\\\", cannot_be_a_base: false, username: \\\"\\\", password: None, host: Some(Ipv4(127.0.0.1)), port: Some(8545), path: \\\"/\\\", query: None, fragment: None }, source: hyper::Error(Connect, ConnectError(\\\"tcp connect error\\\", Os { code: 111, kind: ConnectionRefused, message: \\\"Connection refused\\\" })) })\")"},"id":1} is no longer reproducible after a system restart. |
Great. Then we can close this issue since we tracking the client compatibility problem in #227 |
I am trying to estimate gas on entry point address '0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789". It is returning:
I am using a paid plan of quicknode provider and it supports debug_traceCall.
I am starting the bundler using:
I have an erigon node running on the same machine (OS: Ubuntu 23.04) with the following config in
config.toml
file:When I turn of erigon sync, I see a different error:
curl:
The text was updated successfully, but these errors were encountered: