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

Implement Countermeasure for TX Malleability #51

Open
goergch opened this issue May 29, 2017 · 4 comments
Open

Implement Countermeasure for TX Malleability #51

goergch opened this issue May 29, 2017 · 4 comments

Comments

@goergch
Copy link
Member

goergch commented May 29, 2017

TX Malleability can lead to sitauations where Txs stay in pending state forever. Detect this and react.
Track the state of transactions and allow a maximum count of pending transactions.

@goergch goergch added this to the M7: After INTECH milestone May 29, 2017
@goergch
Copy link
Member Author

goergch commented May 29, 2017

Track the pending transactions per user. If the total amount of bitcoin in this tx is greater than a limit, we deny any new orders.

@goergch
Copy link
Member Author

goergch commented May 29, 2017

additionaly we can send machines a list of pending tx and orders

@goergch
Copy link
Member Author

goergch commented May 29, 2017

additionally we can implement a timeout for a warning on invoice basis if they stay pending

@bockha
Copy link
Member

bockha commented Mar 6, 2018

I would love to see the credit one marketplace customer has being tracked instead of just taking the number of pending or dead transactions into account.

@bockha bockha added this to the M11: Aftermath milestone Apr 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants