Pawan Dhananjay

Results 62 comments of Pawan Dhananjay

Can you share your beacon node logs? You can send on our discord, I'm `@pawan` on the sigp discord

We haven't done the following which I think we should come back to when we have more time: - Modify syncing batches to allow them to stay in the `AwaitingDownload`...

Closing this as the advantages don't seem that great and we'll loose some nice testing setups

I did a little bit of testing with this branch. Some of the incompatibilities I noticed. I'm not totally against having new behaviour, but would like to find solutions for...

@arnetheduck Why not just allow a single stream per protocol at a time? It seems easier to implement. Greater than 1 isn't significantly more complex but wanted to understand the...

@michaelsproul Made a shot at removing `empty_uninitialized` in 0cd263f. The only place where we required `empty_uninitialized` was when we were fetching blobs from the db by root. In the cases...

Nice, this looks much cleaner.

@jimmygchen Nice catch. I moved the check from the rpc_methods to the decoding of the request. Also threaded the chainspec and current_fork to the `max_responses` function. Its not ideal but...