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
xdai-1 | 20 Dec 12:41:04 [JsonRpc.JsonRpcService] Error during method execution, request: Id:0x0, eth_call([{"data":"0x<...>dfb8b"]) System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
xdai-1 | ---> System.InvalidOperationException: Operation is not valid due to the current state of the object.
xdai-1 | at Nethermind.Consensus.Processing.OverridableTxProcessingEnv.Nethermind.Evm.TransactionProcessing.IOverridableTxProcessorSource.BuildAndOverride(BlockHeader header, Dictionary`2 stateOverride) in /src/Nethermind/Nethermind.Consensus/Processing/OverridableTxProcessingEnv.cs:line 56
xdai-1 | at Nethermind.Facade.BlockchainBridge.Call(BlockHeader header, Transaction tx, Dictionary`2 stateOverride, CancellationToken cancellationToken) in /src/Nethermind/Nethermind.Facade/BlockchainBridge.cs:line 153
xdai-1 | at Nethermind.JsonRpc.Modules.Eth.ExecutorBase`3.Execute(TRequest call, BlockParameter blockParameter, Dictionary`2 stateOverride) in /src/Nethermind/Nethermind.JsonRpc/Modules/Eth/ExecutorBase.cs:line 31
xdai-1 | at Nethermind.JsonRpc.Modules.Eth.EthRpcModule.eth_call(TransactionForRpc transactionCall, BlockParameter blockParameter, Dictionary`2 stateOverride) in /src/Nethermind/Nethermind.JsonRpc/Modules/Eth/EthRpcModule.cs:line 331
xdai-1 | at InvokeStub_IEthRpcModule.eth_call(Object, Span`1)
xdai-1 | at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
xdai-1 | --- End of inner exception stack trace ---
xdai-1 | at System.Reflection.MethodBaseInvoker.InvokeWithFewArgs(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
xdai-1 | at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
xdai-1 | at Nethermind.JsonRpc.JsonRpcService.ExecuteAsync(JsonRpcRequest request, String methodName, ResolvedMethodInfo method, JsonRpcContext context) in /src/Nethermind/Nethermind.JsonRpc/JsonRpcService.cs:line 176
The text was updated successfully, but these errors were encountered:
Description
eth_call
fails with exception.Steps to Reproduce
Don't have a good deterministic repro here.
Expected behavior
No error on an
eth_call
.Desktop (please complete the following information):
Additional context
See also #4002
Logs
The text was updated successfully, but these errors were encountered: