docs: document add-bond-invoice action for bond payout flow#44
Conversation
Document Action::AddBondInvoice introduced in mostro-core 0.11.2 — the counterparty-direction dual of pay-bond-invoice that requests a payout invoice from the non-slashed side after a solver-directed bond slash. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
src/add_bond_invoice.mddocumentingAction::AddBondInvoice(introduced inmostro-core0.11.2) — the bi-directional bond-payout invoice flow that fires after a solver-directed slash viabond_resolutiononadmin-settle/admin-cancel.add-bond-invoice(bond payout) andadd-invoice(trade payout) must be dispatched on the action discriminator alone, not collapsed via status / memo heuristics.pay_bond_invoice.md,admin_settle_order.md, andadmin_cancel_order.mdinto the new page; TOC entry inSUMMARY.md; user-facing message suggestion inmessage_suggestions_for_actions.md.Test plan
just buildsucceeds (mdBook compiles cleanly).book/add_bond_invoice.htmlrenders with all internal links resolving.mostro-core0.11.2 (Payload::PaymentRequestfor the reply,Payload::Order(SmallOrder)for the request).slash_node_share_pct = 1.0vs< 1.0behaviour and forfeit-deadline anchor (slashed_at + payout_claim_window_days * 86_400) match mostrod PR #738.🤖 Generated with Claude Code