-
Notifications
You must be signed in to change notification settings - Fork 24
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
Verify chainntfs in case of disapproved blocks #69
Comments
Findings so far (based on the future v0.3 with PR #74 applied):
Alternatives for handling disapproved blocks: For confirmation ntfn requests:
For spend ntfn requests:
|
The upstream chainntf package doesn't care about transactions that were reversed due to being in disapproved blocks, due to this mechanic not existing in bitcoin.
Generally we need to verify that the chainnfs package is behaving correctly when disapproved blocks are encountered. And more specifically:
The text was updated successfully, but these errors were encountered: