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 malicious client can send a lot of ClientTransactions that are invalid, but that will nevertheless be included in the chain. This makes it very easy to flood the chain with useless data.
Before a ClientTransaction is sent to the leader, there should be more checks:
does it apply to the current state?
Caution must be taken when multiple ClientTransactions arrive that depend on each other, so as not to refuse valid transactions.
The text was updated successfully, but these errors were encountered:
A malicious client can send a lot of ClientTransactions that are invalid, but that will nevertheless be included in the chain. This makes it very easy to flood the chain with useless data.
Before a ClientTransaction is sent to the leader, there should be more checks:
Caution must be taken when multiple ClientTransactions arrive that depend on each other, so as not to refuse valid transactions.
The text was updated successfully, but these errors were encountered: