Felix Lange
Felix Lange
Please let us know in more detail why you need to send requests larger than 5MB.
There is an internal prediction process that attempts to figure out the node's own address based on statements from other nodes. We have this process in order to guess the...
I think it's a good idea, and probably also fine with the additional flag. But we need to test this quite a bit more to make sure the HTTP/WS port...
It was already submitted to the bug bounty program, and then got sent here.
The attack is mostly a theoretical one. However, it would still be nice to fix it. @lyciumlee if you have a fix in mind, I am open to discuss it!
One problem with your solution suggestion is the existence of syncing nodes. While the node is syncing, it cannot relay transactions.
I think we should just add a system where we disconnect a random peer every so often. It doesn't need any score/rules.
Prototype implementation is here: https://github.com/ethereum/hive/pull/735
I cannot reproduce the original issue, my machine is too fast. I use this command to test: ``` ./hive --sim eth2/testnet --client teku-bn,teku-vc,besu --sim.loglevel 5 ``` The testnet participation is...
Closing because this test was fixed in another way.