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

BlockTx Stores all Txids rather than just the ones it has been sent directly #49

Closed
sirdeggen opened this issue Sep 5, 2023 · 3 comments

Comments

@sirdeggen
Copy link
Collaborator

The service is supposed to store all txids from a block so that when a submission comes in with a tx which has already been mined the correct status can be reported. However, there is no requirement in general for txids to be stored beyond those which the service has received from counterparties. This is a workaround for ensuring ARC's retry logic doesn't keep these submissions in an infinite retry loop just because the other nodes are ignoring the attmpted broadcast.

@sirdeggen
Copy link
Collaborator Author

Known issues include the fact that not all txids are actually stored when it comes to large blocks.

@boecklim
Copy link
Collaborator

Hello @sirdeggen
This issue would be addressed by this open PR: #254

The feature of ARC to report MINED status which have been submitted not through that ARC instance will be lost for now, but is planned to be added again at a later stage with a new service.

@boecklim
Copy link
Collaborator

boecklim commented Feb 6, 2024

This issue has been addressed. Closing it.

@boecklim boecklim closed this as completed Feb 6, 2024
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

No branches or pull requests

3 participants
@sirdeggen @boecklim and others