Pawan Dhananjay

Results 62 comments of Pawan Dhananjay

Hi @GeemoCandama , I had a look at this over the weekend. It's looking good. I'm gonna spend some time this week to see if the `MockRpcHandler` can be simplified....

Just checked the testnet scripts with a single testnet node and it failed for me too. I think the issue is that the networking code doesn't set the `SyncStatus` to...

So this is mainly an issue because the syncing status before genesis is undefined and the `eth/v1/node/syncing` endpoint therefore returns a 500 server error. This won't cause any actual issues...

Yeah this definitely looks like a self rate limiting issue. I think we aren't making enough requests. We are only allowing 768 blobs to be downloaded every 10 seconds, so...

Could you give me some basic pointers as to how to go about doing that? My idea is to send a periodic `OwnedMessage::Ping` message in the `writer` future within `with_event_loop`...

Strongly agree with Sean. However, I think making the `builder-boost-factor` flag required on the `builder` flag should be combined with having docs to help users choose a good value based...

Strong agree on extending V1. We can implement the V2 method but its unnecessarily complex and gains us nothing imo.

> Even if we set the limiter to be based only on the number of concurrent requests, we still make a concurrent request that breaks the rate limit. I did...

I'm in favour of getting this in as well. Will test this for a bit and report back