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

["research"] timestamp dependence / transaction-ordering dependence #20

Open
quinn-dougherty opened this issue Oct 3, 2021 · 3 comments

Comments

@quinn-dougherty
Copy link
Contributor

Description

Can dishonest miners game the order in which transactions are processed?

Deliverable

  • yes/no
  • if yes we may want to have an audit section detailing what this attack would look like on Danaswap.

Notes

See book by Ma-Gorzny-Zulkoski-Bak-Mack for information on timestamp dependence attacks

@morganthomas
Copy link

Maybe relevant: https://eprint.iacr.org/2016/889.pdf

@quinn-dougherty
Copy link
Contributor Author

discussed in #16 (comment)

The Cardano mempool is designed to be "fair". Transactions are processed in a FIFO order regardless or how much in fees they pay (the ledger spec does support a fee market, but cardano-node doesn't take this into account)

source: IntersectMBO/cardano-node#3247

@quinn-dougherty
Copy link
Contributor Author

This is currently listed in I.3. Insufficient literature because cardano-node commenter SebastienGllmt is the only source I've found, and subsequent commenters on that thread called into question some of their assumptions.

@quinn-dougherty quinn-dougherty changed the title ["research"] timestamp dependence ["research"] timestamp dependence / transaction-ordering dependence Nov 1, 2021
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

2 participants