-
Notifications
You must be signed in to change notification settings - Fork 129
Harden accept_bid_and_fund versus accept_bid state parity #705
Copy link
Copy link
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programbiddingDesign / UX backlog: biddingDesign / UX backlog: biddingescrowDesign / UX backlog: escrowDesign / UX backlog: escrowpriority-highAuto label for contract issues: priority-highAuto label for contract issues: priority-highsmart-contractsAuto label for contract issues: smart-contractsAuto label for contract issues: smart-contractstestingAuto label for contract issues: testingAuto label for contract issues: testing
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programbiddingDesign / UX backlog: biddingDesign / UX backlog: biddingescrowDesign / UX backlog: escrowDesign / UX backlog: escrowpriority-highAuto label for contract issues: priority-highAuto label for contract issues: priority-highsmart-contractsAuto label for contract issues: smart-contractsAuto label for contract issues: smart-contractstestingAuto label for contract issues: testingAuto label for contract issues: testing
Description
Develop parity tests and documentation so funded-invoice paths behave consistently whether funding uses
accept_bid_and_fundoraccept_bid.Requirements and context
quicklendx-contractsSuggested execution
git checkout -b feature/accept-bid-path-paritysrc/lib.rssrc/test_escrow.rs,src/test_bid.rsdocs/contracts/escrow.mdTest and commit
Example commit message
feat: align accept_bid and accept_bid_and_fund behavior
Guidelines