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

Rebroadcast unconfirmed transactions #129

Open
chill117 opened this issue Feb 15, 2018 · 0 comments
Open

Rebroadcast unconfirmed transactions #129

chill117 opened this issue Feb 15, 2018 · 0 comments

Comments

@chill117
Copy link
Member

chill117 commented Feb 15, 2018

It happens sometimes that transactions will sit in the mempool for a long time. Eventually these transactions are removed from the mempool and never confirm. To solve this problem, we can download and store the unconfirmed transaction (raw tx data) and store it with its payment request. Then, periodically, check to see if the transaction was confirmed (or lost from the mempool). If lost from the mempool, the app should rebroadcast the transaction.

https://github.com/bitpay/insight-api#transaction-broadcasting

@chill117 chill117 added this to the Phase 3 milestone Feb 15, 2018
@chill117 chill117 removed this from the Phase 3 milestone Jan 3, 2019
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

1 participant