Stefan Bratanov

Results 15 comments of Stefan Bratanov

Hi, saw the build was failing because of using html tags in the javadoc. Fixed.

Hi, has this change been reviewed by someone if it makes sense to be included or not?

> Hi @StefanBratanov, the team bandwidth is currently limited and it may take some time before we can look into it. > > Thanks for your patience 🙏 No worries....

I guess this issue is equivalent to https://github.com/jaegertracing/jaeger/issues/3330? However, I am not sure what the appropriate fix/workaround is?

Hi, i had same issue, try starting the jar with` java -Dfile.encoding=UTF-8 -jar`

> > question: should the local execution client build a block in parallel so it is ready in case the relay fails? > > there is currently a 1 second...

> > I am wondering shouldn't there be a timeout in the builder spec similar to BUILDER_PROPOSAL_DELAY_TOLERANCE (1s) for getting the payload from the builders? That way worst case scenario,...

> > mitigating any malicious delays when requesting the payload > > I don't see how an additional timeout on the BN would help here. mev-boost tries to get the...

When there is an error with external signing, our errors logs are like this: ``` tech.pegasys.teku.validator.client.signer.ExternalSignerException: External signer (http://10.6.3.4:9100) failed to sign due to java.net.http.HttpTimeoutException: request timed out ``` They...