Merged
Conversation
Contributor
Author
Contributor
|
fix the pipeline |
Contributor
|
@Anuoluwapo25 fix the pipeline |
Contributor
- Fix unclosed proptest! block in insurance/src/lib.rs - Update BillPaymentsTrait to use paginated get_unpaid_bills/get_all_bills_for_owner - Update InsuranceTrait to use paginated get_active_policies - Add BillPage and PolicyPage structs to reporting contract - Update mock implementations in reporting/src/tests.rs - Use mock_all_auths_allowing_non_root_auth in scenario setup for cross-contract auth - Fix doc comment indentation in data_migration Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Contributor
|
Can you please resolve the conflicts? |
Contributor
Author
|
@Baskarayelu done |
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.
##PR Description:
Added property-based tests for time-dependent logic in multiple contracts using proptest. Ensures behaviors like overdue detection and time-based state updates are consistently correct, with constraints to control flakiness.
closes #167