Skip to content

Add test snapshot for split config change proposal expiration#451

Open
TheDEV111 wants to merge 13 commits intoRemitwise-Org:mainfrom
TheDEV111:test/family-wallet-proposal-expiry
Open

Add test snapshot for split config change proposal expiration#451
TheDEV111 wants to merge 13 commits intoRemitwise-Org:mainfrom
TheDEV111:test/family-wallet-proposal-expiry

Conversation

@TheDEV111
Copy link
Copy Markdown
Contributor

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.

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.
- 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)
@Baskarayelu
Copy link
Copy Markdown
Contributor

@TheDEV111 Please resolve the conflicts

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.

Add proposal expiration tests for pending multisig transactions

2 participants