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
Optimize auction smart contract by applying either commit reveal schemes or time-based batching to mitigate Front-running attacks
Commit reveal scheme is a technique that allows users to commit a desired actions into a hash and save it for later reveal in a separate revealing session to make sure attacker cannot predict the actions content.
Time-based or block-based batching is a technique that batches a set of action requests, and later process after the current session is complete.
The text was updated successfully, but these errors were encountered:
Optimize auction smart contract by applying either
commit reveal schemes
ortime-based batching
to mitigateFront-running attacks
Commit reveal scheme is a technique that allows users to commit a desired actions into a hash and save it for later reveal in a separate revealing session to make sure attacker cannot predict the actions content.
Time-based or block-based batching is a technique that batches a set of action requests, and later process after the current session is complete.
The text was updated successfully, but these errors were encountered: