Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: auction smart contract #9

Open
quiet-node opened this issue Apr 9, 2023 · 0 comments
Open

feat: auction smart contract #9

quiet-node opened this issue Apr 9, 2023 · 0 comments

Comments

@quiet-node
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant