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: packages/stackflow-agent/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,5 +135,5 @@ const result = await agent.acceptIncomingTransfer({
135
135
4. Watcher retries are idempotent for already-disputed closures (same closure txid is skipped on later polls).
136
136
5. Read-only polling isolates per-pipe failures (`getPipeState` errors on one pipe do not stop others).
137
137
6. Event scan mode intentionally holds the cursor when any dispute submission errors occur, so failed disputes are retried on next run.
138
-
7. Incoming transfer validation enforces tracked contract/principals/token consistency; mismatched token payloads are rejected.
138
+
7. Incoming transfer validation enforces tracked contract/pipe/principals/token consistency; mismatched`pipeId`, `pipeKey`, or token payloads are rejected.
139
139
8. For production hardening, add alerting, signer balance checks, and idempotency audit logs.
0 commit comments