You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -364,9 +364,9 @@ Persistent entries on Soroban expire unless their TTL is extended. The contract
364
364
365
365
## Current Implementation Notes
366
366
367
-
The current public flows are `create_escrow`, `fund_escrow`, `release_escrow`, `resolve_dispute`, pause/unpause, fee updates, fee-collector rotation, storage rent estimation, and `bump_escrow`.
367
+
The current public flows are `create_escrow`, `fund_escrow`, `release_escrow`, `release_partial`, `release_item`, `refund_escrow`, `resolve_dispute`, pause/unpause, fee updates, fee-collector rotation, storage rent estimation, and `bump_escrow`.
368
368
369
-
`release_partial`, `refund_escrow`, and broader pending-state transitions are still placeholders and should not yet be treated as production-ready flows.
369
+
`release_partial` supports arbitrary releases only for non-itemized funded escrows. Itemized escrows must use `release_item`; the contract rejects attempts to mix these release paths. `refund_escrow` is implemented and persists refund requests for dispute resolution.
0 commit comments