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

New sqlite release has undocumented breaking change: v_tx_outputs.to_address is NULL for transparent inputs #1525

Closed
AArnott opened this issue Aug 31, 2024 · 2 comments · Fixed by #1547

Comments

@AArnott
Copy link
Contributor

AArnott commented Aug 31, 2024

The rewrite of utxos to transparent_received_outputs seems to have broken the v_tx_outputs view, in that to_address is now NULL for the transparent ones.
In fact it seems the to_address is hard-wired in that view now to always be NULL for inputs, where before it was only null for shielded inputs but set to utxos.address for transparent inputs.

@AArnott
Copy link
Contributor Author

AArnott commented Aug 31, 2024

I rely on the old behavior, and will have to workaround this by creating a new view.

AArnott added a commit to nerdcash/Nerdbank.Cryptocurrencies that referenced this issue Sep 2, 2024
@str4d str4d closed this as completed in 0936abd Sep 23, 2024
@str4d
Copy link
Contributor

str4d commented Sep 23, 2024

#1547 added the missing information to the changelog. As requested previously, if there isn't a Rust API already for accessing this, and you have a use case for accessing it, please open an issue for creating such an API that describes the use case.

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 a pull request may close this issue.

2 participants