Ng Wei Han
Ng Wei Han
Was your node able to continue syncing?
`sig[64]` implies the recovery ID, which only has possible values of `0`, `1`, `2` or `3`. Hence, if the recovery ID is greater than or equal to 4, then it's...
> I can see how this flag would be useful when running multiple local nodes on the same host. Because the main use-case for this is for testing, I would...
If an honest geth node connects to a malicious node and attempts to sync with it, it will be dropped as the malicious node couldn't provide the correct data, referring...
I'm curious why hasn't this occur a long time ago, if the attack cost is relatively low. Btw, just in case you missed it, I'd suggest to submit this to...
> > I'm curious why hasn't this occur a long time ago, if the attack cost is relatively low. > > This problem may be first proposed around 2014 or...
> I think we should just add a system where we disconnect a random peer every so often. It doesn't need any score/rules. But the peer can/would just retry the...
Apologies, I missed the notification. > Is it really so annoying to configure a couple ports? I do not think that port configuration is annoying until the point that it's...
Closing this, see https://github.com/NethermindEth/juno/pull/2322
Latest changes [here](https://github.com/NethermindEth/juno/pull/2535)