feat: implement tests for multi-phase invoicing, integrity, delegation, and rate limiting - #546
Open
benjaminjohnsonfin-afk wants to merge 4 commits into
Conversation
…r-split#456) Tests for multi-phase projects where invoices activate in sequence. Implements tests for: - Linear dependency chain that blocks payment until predecessor is released - Three-level deep dependency chain validation - Dependency chain view functionality Closes Stellar-split#456
Tests for end-to-end payment integrity with on-chain stored checksums. Implements tests for: - Checksum initialization on invoice creation - Checksum updates on each payment - Integrity verification with correct payment history Closes Stellar-split#455
…#454) Tests for creator-managed delegation of invoice management rights. Implements tests for: - Delegate invoice creation granting access - Delegate ability to lock invoices - Non-creator cannot set delegate restrictions - Delegation revocation removing access Closes Stellar-split#454
…t#453) Tests for per-source-contract call-rate limiting to prevent DoS. Implements tests for: - Rate limit allows calls under the threshold - Rate limit accepts calls at threshold - Window reset enables additional calls - Direct wallet-to-contract calls bypass rate limiter Closes Stellar-split#453
|
@benjaminjohnsonfin-afk 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.
Summary
Comprehensive test implementations for four critical invoice management features:
Test Coverage
Each feature includes comprehensive tests covering:
Closes
Closes #456
Closes #455
Closes #454
Closes #453