Felix Lange
Felix Lange
Sorry for the wait, I'm on leave until next year.
This should be ready now!
@s1na has an alternative implementation of this idea in #26782
@qinglin89 It would be nice to see a unit test for this case.
Main issue where people have reported these cases: https://github.com/ethereum/go-ethereum/issues/22374 There, I asked a while ago whether `Truncating dangling xxx` log message was printed, but nobody replied. Good to see we...
I think the idea to add this method is good, but we need to propose this method in the API spec before including it in geth. The spec is here:...
During a discussion today, it came up that this could possibly be done with `eth_getProof`. If this is possible, we might want to abandon this effort to add a new...
I think it's not necessary to actually pass the blobs all the way to the external signer. Signing the tx does not require the blob data, only submitting the tx...
We could also add support for `"blobs"`, etc. in the transaction JSON decoder.
> Changing that to not pass blobs makes a bit less data traverse the http/ipc connection, but doesn't markedly change anything. I think there is also an argument to be...