Nishant Das
Nishant Das
Do you know which slot/block you have checkpoint synced from ? Also is your node fully synced
@0xARK Did you checkpoint sync your node ?
This is your arbitrum command @0xARK , can you paste your prysm command ?
In that case that is an issue, as you are asking for blobs from a block before your checkpoint. You can add these 2 flags: ``` --enable-experimental-backfill ``` ``` --backfill-oldest-slot=slotToBackfillTill...
Is there any reason you can't use gossipsub for this ? Not against this PR, but the gossipsub router tracks all connected peers and their subscribed topics. So once you...
> Also, are duplicate roots allowed? For example, should a request for [A, B, C, B] return [A, B, C]? There was nothing in the spec disallowing this, so duplicate...
@Brindrajsinh-Chauhan Can you try using `v5.1.0` and see if it improves
> The metric is a float, not an int right? > If so; instead of 1400ms, we should have 1.4s, not 1s. Metric is a float but the time is...
> Attacks can then target peers via client - Maybe not a zero-day, but things like DoS all nodes of one client. If there is a vulnerability in one client,...
Perfect, assigned to you !