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

tapfreighter: don't attempt to send burns with courier #600

Merged
merged 1 commit into from
Oct 18, 2023
Merged

Conversation

guggero
Copy link
Member

@guggero guggero commented Oct 18, 2023

We forgot to exclude burn outputs when it comes to burns, which then resulted in the invalid proof courier URI address: parse "": empty url error, failing to confirm burns.
So the transfer was pending forever.

Fixes #599.

We forgot to exclude burn outputs when it comes to burns, which then
resulted in the `invalid proof courier URI address: parse "": empty url`
error, failing to confirm burns.
So the transfer was pending forever.
Copy link
Collaborator

@jharveyb jharveyb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 🚀

Can add to itest in follow up.

Copy link
Collaborator

@dstadulis dstadulis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the catch

@guggero guggero added this pull request to the merge queue Oct 18, 2023
Merged via the queue into main with commit a3783b0 Oct 18, 2023
14 checks passed
@guggero guggero deleted the fix-burn branch October 18, 2023 14:13
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.

[bug]: Unable to burn asset and at the same time I lose all units of that asset
3 participants