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

Countermeasure against replay attack #152

Closed
Lbird opened this issue Oct 25, 2019 · 2 comments
Closed

Countermeasure against replay attack #152

Lbird opened this issue Oct 25, 2019 · 2 comments
Assignees
Labels
feature New feature or request
Milestone

Comments

@Lbird
Copy link
Contributor

Lbird commented Oct 25, 2019

to implement:

  • record txs included in blocks
  • ignore(or remove) too old tx
  • in checkTx(), check if tx is already included in block

to consider:

  • how to bind tx to block height
  • how to prevent malicious users abusing binding txs
@Lbird Lbird added the feature New feature or request label Oct 25, 2019
@Lbird Lbird added this to the v1.3 milestone Nov 12, 2019
@Lbird
Copy link
Contributor Author

Lbird commented Nov 14, 2019

This is necessary due to the tendermint issue tendermint/tendermint#3865. The issue harms overall performance.

@h0n9
Copy link
Contributor

h0n9 commented Nov 18, 2019

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

No branches or pull requests

2 participants