feat Time-Locked Dispute Resolution Defaulting#245
Open
Vibeofkd wants to merge 34 commits into
Open
Conversation
…yLitCodes#213) lib.rs: - Add ensure_not_paused() guard to refund_expired (first check, before any state reads). Rationale: paused state = platform under review; blocking refunds prevents fund drains during incident response. Depositors can retry once unpaused. test.rs: - test_refund_expired_deadline_not_reached: asserts DeadlineNotReached at deadline and one second before (strict > enforced) - test_refund_expired_blocked_when_disputed: asserts InvalidStatusForRefund when escrow is in Disputed state - test_refund_expired_blocked_when_fully_released: asserts refund is rejected (InvalidStatusForRefund or NoFundsToRefund) after all milestones released (Completed escrow) - test_refund_expired_blocked_when_paused: asserts ContractPaused when contract is paused, then asserts success after unpause All 67 tests pass.
…contract-roles feat(onchain): harden contract role rotation
…ive-layout Closes StayLitCodes#187: Mobile responsive audits and fixes
Contributor
|
Please fix conflicts |
Collapse multi-line return type and let bindings for setup_funded_escrow_for_refund to satisfy cargo fmt --check.
…crow, dispute, expiration, and error flows
Updated project files
- Step-by-step Rust toolchain and Soroban CLI installation - Friendbot testnet account funding - Full .env configuration for backend and frontend - Full stack run instructions (turbo + separate terminals) - Contract build, test, and deploy steps - Troubleshooting section for common Soroban/RPC issues Closes StayLitCodes#250
…nboarding-stellar-testnet docs: add contributor onboarding guide for Stellar/Soroban local setup
…d-pause-and-spec-parity fix(contract): deadline/expiry spec parity + pause-mode behavior (StayLitCodes#213)
…cle-fix Feat/escrow lifecycle fix
…and corresponding e2e test suites
…rt--Custom-Stellar-Tokens-and-USDC feat: implement escrow-stellar integration services, event tracking, and corresponding e2e test suites
Component Directory Consolidation
Dispute Evidence Upload with IPFS Integration
API Key Management UI: Create, List, Revoke Keys
Transaction History Page with CSV Export
Author
|
Kindly Mark as completed on the wave and merge pull requestOn 28 Apr 2026, at 23:57, Cedarich ***@***.***> wrote:Cedarich left a comment (StayLitCodes/Vaultix#245)
Please fix conflicts
—Reply to this email directly, view it on GitHub, or unsubscribe.Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
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.
Close issue #136