Jie Zhang
Jie Zhang
Can you also clarify how Erigon conveys the tracing error? For geth, the trace struct may [contain an error field](https://github.com/ethereum/go-ethereum/blob/f67e54c92fb7edcc44fa3739dfbc5d59790cc6f8/eth/tracers/api.go#L900), e.g. ``` [ {"result": {"type": "CALL", ...}}, {"result": {"type": "CALL",...
@vbouzon An "empty" item is not a valid JSON. Can you change it to `{}` or `null`? i.e. ``` [ {"type": "CALL"}, {}, {"type": "CALL"} ] or [ {"type": "CALL"},...
I don't think that's a valid JSON in any programming language: - JS: https://playcode.io/944128 - Golang: https://go.dev/play/p/lJ8KyptxYp5
@AskAlexSharov Any updates?
We have internally released Ethereum Beacon as a "sidechain". One of the goals is to use ChainStorage as the long-term storage for the new "blobs" being persisted in the beacon...
`make functional` is basically the e2e tests you're referring to. For that to work, we need to inject some secrets for the EndpointGroup config.