Skip to content

Fix spurious test failures due to accidental zero token transfers#2083

Merged
ImplOfAnImpl merged 1 commit into
masterfrom
fix_spurious_test_failures_due_to_zero_token_transfers
Jun 19, 2026
Merged

Fix spurious test failures due to accidental zero token transfers#2083
ImplOfAnImpl merged 1 commit into
masterfrom
fix_spurious_test_failures_due_to_zero_token_transfers

Conversation

@ImplOfAnImpl

Copy link
Copy Markdown
Contributor

Tests by default use the latest chainstate upgrades, where zero token transfers are no longer allowed. And currently some tests may accidentally create zero token outputs and fail because of this.
Here I fix an actual failure that I got on CI plus all other places that I could find that can potentially produce a zero token output.

Base automatically changed from mempool_return_txs_in_insertion_order to master June 19, 2026 08:39
@ImplOfAnImpl ImplOfAnImpl merged commit ce3b047 into master Jun 19, 2026
20 checks passed
@ImplOfAnImpl ImplOfAnImpl deleted the fix_spurious_test_failures_due_to_zero_token_transfers branch June 19, 2026 08:39
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.

2 participants