Support for state overrides on eth_call and trace_call
It would be great to get the ability to do state overrides with nethermind.
State overrides are supported in geth for eth_call and trace_call.
Here's an example snippet (from geth):
debug.traceCall({from: addr, to: zero, value: '0x1'}, 'latest', {'stateOverrides': {[addr]: {'balance': '0x0'}}})
This blog post explains the use case for state overrides quite well: https://www.libevm.com/2022/01/12/advance-geth-pt-2-stateoverrides/
after the merge @raster21 but the request is reasonable
@kristofgazso ?
https://twitter.com/koeppelmann/status/1564541835615379456
+1 for this feature
Any updates on that ?
Will post similar functionality in 5530 PR soon.