fix: repair corrupted test files and update call signatures - #338
Merged
misrasamuelisiguzor-oss merged 3 commits intoJul 27, 2026
Conversation
- Reconstruct invoice_test.rs: remove interleaved/duplicated content, fix test_release_escrow_transitions_paid_to_released body, deduplicate test_mark_paid_blocked_when_paused, fix test_invoice_create_to_* - Add &0 merchant_nonce arg to all create_invoice calls in invoice_id_boundary_test, invoice_invalid_amount_test, invoice_amount_invariant_test, and invoice_status_settlement_proposal_integration_test - Add MaybeBytes import to tests that now use it - Fix execute_settlement calls in treasury_threshold_rejection_test to include missing signer argument - Fix task1_tests event_symbol: use TryFromVal::try_from_val(env, &val) instead of .try_into() which has no Env context - Update property test cases to use amounts >= 10_000_000 (1 USDC min) to satisfy the require_usdc_precision guardrail added in WHEELBACK#57 - Fix test_amount_matrix: remove (1, 1, true) case now rejected by USDC precision check - Fix u64 boundary tests to use try_ variants to avoid non-unwinding host aborts at u64::MAX - Create abis/invoice.json ABI snapshot with all 13 functions and 8 events to satisfy test_abi_snapshot_matches_contract
|
@Ayilojay Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Related Issue
Closes #[issue_id]
Checklist
just checkpassing locallyCloses #84: Integration test — compliance block between proposal and execution #275
Closes #85: Extend pause-blocking integration coverage to the full lifecycle #276