-
Notifications
You must be signed in to change notification settings - Fork 312
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
Sqlite - allow persisting anchor without tx #1736
base: master
Are you sure you want to change the base?
Sqlite - allow persisting anchor without tx #1736
Conversation
@ValuedMammal feel free to take this one over. I'm assuming this will fix the problem, but needs tests. |
Tests from #961 could be useful. |
0aa1f24
to
4a71cf4
Compare
Previously, we may error when we insert an anchor where the txid being anchored has no corresponding tx.
4a71cf4
to
18f5f3f
Compare
@ValuedMammal I forced pushed to rebase on master. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 18f5f3f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 18f5f3f
Description
Previously, we may error when we insert an anchor where the txid being anchored has no corresponding tx.
closes #1712
replaces #961
Notes to the reviewers
Changelog notice
Checklists
All Submissions:
cargo fmt
andcargo clippy
before committingNew Features:
Bugfixes: