Add test snapshot for split config change proposal expiration#451
Open
TheDEV111 wants to merge 13 commits intoRemitwise-Org:mainfrom
Open
Add test snapshot for split config change proposal expiration#451TheDEV111 wants to merge 13 commits intoRemitwise-Org:mainfrom
TheDEV111 wants to merge 13 commits intoRemitwise-Org:mainfrom
Conversation
This commit introduces a new test snapshot JSON file that captures the state and events related to a split configuration change proposal expiration. The snapshot includes detailed information about contract invocations, ledger entries, and events, ensuring comprehensive testing of the proposal expiration logic.
- Adjusted function call formatting in stress tests for better clarity. - Enhanced readability by aligning parameters in function calls across various test files. - Standardized import statements in integration tests and other modules. - Improved error handling and assertions in tests for better debugging. - Cleaned up unnecessary whitespace and ensured consistent formatting in the orchestrator and remittance split modules. - Updated comments for clarity and consistency in the reporting and savings goals modules.
…ansaction cancellation methods
…_split and savings_goals
- Switch all jobs from macos-latest to ubuntu-latest for faster execution - Replace actions/cache@v4 with Swatinem/rust-cache@v2 for more efficient caching - Remove redundant Soroban CLI install logic - Use apt-get for jq installation instead of brew (faster on Linux) - Remove verbose output from unnecessary steps - Increase gas-benchmarks timeout to 20min for better reliability - This fixes the 'Failing after 1m' issue caused by slow macOS runners
- Fix family_wallet_example: import FamilyRole from remitwise_common, handle Result from add_member - Fix remittance_split_example: add usdc_contract parameter to initialize_split - Fix bill_payments_example: add external_ref parameter to create_bill call - Fix insurance_example: add external_ref parameter, use CoverageType::Hmo instead of String - Fix savings_goals_example: remove String debug output to avoid Display impl issues - Fix reporting_example: import from remitwise_common, fix contract/client naming - Fix scenarios::setup_env: add missing soroban_sdk::Env import Note: Examples have deprecatedimport issues from root crate (not primary issue)
…nitialization in reporting example
…rflow handling in bill payments
Contributor
|
@TheDEV111 Please resolve the conflicts |
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.
closes #290
This commit introduces a new test snapshot JSON file that captures the state and events related to a split configuration change proposal expiration. The snapshot includes detailed information about contract invocations, ledger entries, and events, ensuring comprehensive testing of the proposal expiration logic.