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

Remove stale hashes from transaction list for address #25

Open
C-Otto opened this issue Apr 11, 2021 · 1 comment
Open

Remove stale hashes from transaction list for address #25

C-Otto opened this issue Apr 11, 2021 · 1 comment
Labels
enhancement New feature or request p3-nice-to-have Nice to have

Comments

@C-Otto
Copy link
Owner

C-Otto commented Apr 11, 2021

It may happen that a transaction hash is persisted for an address, but never confirmed in the blockchain. Try to identify such transaction hashes and remove them when updating the address.

@C-Otto
Copy link
Owner Author

C-Otto commented Apr 11, 2021

Maybe add database migration scripts first, in case a schema update is necessary for this.
EDIT: I just added Flyway support.

@C-Otto C-Otto changed the title Remove stale hashes from transaction list Remove stale hashes from transaction database table Apr 13, 2021
@C-Otto C-Otto changed the title Remove stale hashes from transaction database table Remove stale hashes from transaction list for address Apr 13, 2021
@C-Otto C-Otto added enhancement New feature or request p3-nice-to-have Nice to have labels Apr 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request p3-nice-to-have Nice to have
Projects
None yet
Development

No branches or pull requests

1 participant