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
{"jsonrpc":"2.0","error":{"code":-32603,"message":"Internal error","data":"System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.\n ---\u003E System.InvalidOperationException: Operation is not valid due to the current state of the object.\n at Nethermind.Consensus.Processing.OverridableTxProcessingEnv.Nethermind.Evm.TransactionProcessing.IOverridableTxProcessorSource.BuildAndOverride(BlockHeader header, Dictionary\u00602 stateOverride) in /src/Nethermind/Nethermind.Consensus/Processing/OverridableTxProcessingEnv.cs:line 56\n at Nethermind.Facade.BlockchainBridge.Call(BlockHeader header, Transaction tx, Dictionary\u00602 stateOverride, CancellationToken cancellationToken) in /src/Nethermind/Nethermind.Facade/BlockchainBridge.cs:line 153\n at Nethermind.JsonRpc.Modules.Eth.ExecutorBase\u00603.Execute(TRequest call, BlockParameter blockParameter, Dictionary\u00602 stateOverride) in /src/Nethermind/Nethermind.JsonRpc/Modules/Eth/ExecutorBase.cs:line 31\n at Nethermind.JsonRpc.Modules.Eth.EthRpcModule.eth_call(TransactionForRpc transactionCall, BlockParameter blockParameter, Dictionary\u00602 stateOverride) in /src/Nethermind/Nethermind.JsonRpc/Modules/Eth/EthRpcModule.cs:line 331\n at InvokeStub_IEthRpcModule.eth_call(Object, Span\u00601)\n at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)\n --- End of inner exception stack trace ---\n at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)\n at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)\n at Nethermind.JsonRpc.JsonRpcService.ExecuteAsync(JsonRpcRequest request, String methodName, ResolvedMethodInfo method, JsonRpcContext context) in /src/Nethermind/Nethermind.JsonRpc/JsonRpcService.cs:line 176"},"id":1}
Expected behavior
Not crash with -32603 internal error
Desktop (please complete the following information):
Please provide the following information regarding your setup:
Operating System: [Linux]
Version: [Ubuntu 22.04.5 LTS]
Installation Method: [Docker]
Consensus Client: [Lighthouse v6.0.1]
Execution Client : [Nethermind v1.30.1]
The text was updated successfully, but these errors were encountered:
Description
Gnosis mainnet :
eth_call
crashes with -32603 error on Nethermind v1.30.1Steps to Reproduce
Actual behavior
Expected behavior
Not crash with -32603 internal error
Desktop (please complete the following information):
Please provide the following information regarding your setup:
The text was updated successfully, but these errors were encountered: