We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a transaction was not included yet in the mempool, the app/coordinator should try to rebroadcast the transaction, e.g. on restart.
Alternatively, we could store all broadcasted transactions in the DB and do it manually when needed.
The text was updated successfully, but these errors were encountered:
Critical because if we do not do this yet we might lose the posibility to broadcast old transactions. Our logs get pruned after 30 days.
Sorry, something went wrong.
@bonomat is this really fixed? your change only stores the raw transaction but does not try to re-broadcast them, or does it?
Correct. I descoped this part and only focused on storing it so that we can manually re-broadcast when needed.
bonomat
Successfully merging a pull request may close this issue.
If a transaction was not included yet in the mempool, the app/coordinator should try to rebroadcast the transaction, e.g. on restart.
Alternatively, we could store all broadcasted transactions in the DB and do it manually when needed.
The text was updated successfully, but these errors were encountered: