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

feat: store raw transaction in db #1168

Merged
merged 1 commit into from
Aug 28, 2023

Conversation

bonomat
Copy link
Contributor

@bonomat bonomat commented Aug 28, 2023

for transactions we are broadcasting we should store the raw transaction so that we can re-broadcast it in the future if needed.

Manually extracting it is a a lot of work and only doable for the past 30 days.

Resolves #1139 by storing the raw tx in the database

for transactions we are broadcasting we should store the raw transaction so that we can re-broadcast it in the future if needed.
@bonomat bonomat requested review from holzeis and klochowicz August 28, 2023 09:03
@bonomat bonomat enabled auto-merge August 28, 2023 09:49
Copy link
Contributor

@holzeis holzeis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👍

@bonomat bonomat added this pull request to the merge queue Aug 28, 2023
Merged via the queue into get10101:main with commit c3aaedf Aug 28, 2023
7 checks passed
@bonomat bonomat deleted the feat/store-transactions branch August 28, 2023 10:09
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

Successfully merging this pull request may close these issues.

Ensure that we can re-broadcast transactions
2 participants