Coco RC31 has been released! This new RC includes a bunch of bug fixes, as well as the long awaited send API.
Sending tokens was fully refactored to use a saga under the hood, allowing for much better error handling and safety. It also allows users to preview transaction details before executing a send. If something goes wrong Coco will do it's best to recover the operation (and the sats).
A nice side effect of the saga is that we now got real time updates for send operations as well! New send state events were added to the event hub and the History API now exposes "state" for send operations.
The full explanation of the SendAPI can be read here: https://cashubtc.github.io/coco/pages/send-operations.html
