Felix Lange
Felix Lange
> But after this PR, specifying only ip6 and tcp doesn't make any sense? the node is supposed to specify ip6 and tcp6 instead. @ppopth if "tcp6" is unspecified, but...
I think we have all of this in already.
Please ensure there is no data race. You can try with `go build -race ./cmd/geth` and `go test -race`.
Damn, we merged it to the wrong branch.
The reason why this limit exists is because we want to limit the summary file size for quick load. If we index all runs, it takes a lot longer to...
I've checked this, and it appears the upstream fixtures have a totally different format now that isn't supported by the test runner.
They are developing a new version of the pyspec simulator over in execution-spec-tests, so maybe no point in trying to fix up the existing one...
I think if it's possible to remove state read access from tracers, we should do it. Full state access will become impossible later with stateless clients, so it will have...
Notes: - wrap the StateDB deeper into the processing call stack, that way we can avoid the extra methods like `IntermediateRoot` - pass logger + statedb in `ApplyTransactionWithEVM` and wrap...
@MariusVanDerWijden PTAL