You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Kami should cache responses to compute bunch proposal in some way urgently
There is a method that computes a bunch proposal. It should only do that from the next start block number instead of any random one. This can prevent lot of possibilities of computation. Like it could be triggered for every block.
Make fetch blocks RPC method private if it isn't
Store the cache in storage later on.
These precautions majorly reduce DoS attack damage, but past this, there is still some scope that can be seen later on as it requires more thought.
The text was updated successfully, but these errors were encountered:
These precautions majorly reduce DoS attack damage, but past this, there is still some scope that can be seen later on as it requires more thought.
The text was updated successfully, but these errors were encountered: