Skip to content

v2.5.29

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Jul 12:18
0606b19
fix: register payouts without task_id (#240)

* fix: register payouts without task_id
- Add Payout.register_from_mkpayout() to centralize payout recording from mkpayout responses (dict success, dict error, string error)
- Add Payout.add_failed() and _format_mkpayout_error() to persist failed payouts with a normalized error message
- Route Wallet.do_payout() and PayoutService.single_payout() through register_from_mkpayout() instead of duplicating task_id/txids handling

* review(copilot): use payout_amount except balance
- Add use payout_amount not balance