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

wire, main, indexers: remove unconfirmed marker #189

Merged

Conversation

kcalvinalvin
Copy link
Contributor

The unconfirmed marker created a discrepancy between the proof sent out
for blocks and transactions. It was used for marking if a referenced tx
that was being spent was unconfirmed or not but it's removed in favor of
the node checking locally for the referenced tx. If the node is unable
to find all the referenced txs, the tx is put into the orphan pool.

The unconfirmed marker created a discrepancy between the proof sent out
for blocks and transactions. It was used for marking if a referenced tx
that was being spent was unconfirmed or not but it's removed in favor of
the node checking locally for the referenced tx. If the node is unable
to find all the referenced txs, the tx is put into the orphan pool.
@kcalvinalvin kcalvinalvin force-pushed the 2024-06-19-no-unconfirmed-marker branch from 6d5d407 to 24f29d8 Compare June 26, 2024 05:12
@kcalvinalvin kcalvinalvin merged commit 496c40a into utreexo:main Jun 27, 2024
4 checks passed
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.

None yet

1 participant