* Add BOLT12 receive payment handling
* Handle BOLT12 invoice requests via WS
* Fix invoice request subscription on stream initialisation
* Store the BOLT12 offer used to receive a payment
* Address review feedback
* Separate into create BOLT12 invoice fn
* Update all BOLT12 offers when webhook URL changes
* Deprecate Lightning for Bolt11Invoice
* Handle send swap minimal_batched
* Simplify batch handling
* Update recoverer handling of batched send swap
* Use the preimage to determine if the swap is complete
* Use the preimage endpoint when the swap is batched
* Try cooperative claim before fetching preimage
* Add regtest end-to-end tests
* Check that regtest environment is set up
* Add todo comment
* Add missing gloo-timers feature
* Link GH issues
* Update DEVELOPMENT.md
* Update boltz submodule
* Fix after rebase