-
Notifications
You must be signed in to change notification settings - Fork 455
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
method handler crashed error occuring after upgrade #2332
Comments
Same issue running the Both nodes pointing to a Relayer instance running
|
Same issue offchainlabs/nitro-node:v2.3.4-b4cc111
|
Came across the same issue |
Seems to also happen when an invalid tx hash is passed : Eg : 0xca84899dc9e562be229fc3188ee324038F84c5170b866b34c638a892c703ca83.
Version : |
This will be fixed in the next release #2336 |
@Tristan-Wilson -- any ETA on the next release? 😄 |
Describe the bug
User reported
method handler crashed
on methodeth_getTransactionByHash
response for tx (0xc2cf7b3e7caa73a73014579a1aa6d84a3903d03af7d978c3df524cda07e3cb2e) Request: Unexpected error code (-32603): {"jsonrpc":"2.0","id":0,"error":{"code":-32603,"message":"method handler crashed"}}
we are running against tip:
We make these calls within 2 seconds from the timestamp shown here : https://arbiscan.io/tx/0x707d9b93699d015fbb53c1308fe541e9c332fd7a54d00d11f6a129c5913f1495
To Reproduce
Poll for new transactions and this error is happening pretty frequent since new upgrade:
Looking at our node logs, we can see this is happening within the node:
Additional context
Client Version:
The text was updated successfully, but these errors were encountered: