Ross Savage
5b69c7beb2
BOLT12 receive ( #882 )
...
* 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
2025-04-29 11:43:45 +00:00
Ross Savage
3f94fd970a
Fix clippy test issues ( #850 )
...
* Fix clippy test issues
* Address review feedback
2025-04-03 10:21:27 +00:00
Ross Savage
15a0c46f76
Improve development guides ( #809 )
...
* Improve development guides
* Apply suggestions from code review
Co-authored-by: Erdem Yerebasmaz <erdem@yerebasmaz.com >
* Add Firefox prerequisites
---------
Co-authored-by: Erdem Yerebasmaz <erdem@yerebasmaz.com >
2025-03-25 17:23:04 +01:00
Daniel Granhão
9fd9f96acb
WASM: run core crate tests on wasm ( #799 )
2025-03-23 22:59:13 +00:00
Ross Savage
6d72fdce57
WASM: Interface ( #757 )
...
* Define common types
* Define sdk types
* Add SDK methods
* Add LiquidSdkBuilder
* Add callback interfaces
* Update CI for WASM
* Replace async and test macros
* Update sdk-common/macros dependencies
2025-03-11 06:21:46 +01:00
Ross Savage
423b2a8598
Add contribution guide ( #739 )
...
* Add contribution guide
* Apply suggestions from code review
Co-authored-by: Daniel Granhão <32176319+danielgranhao@users.noreply.github.com >
* Clean up generating code section
---------
Co-authored-by: Daniel Granhão <32176319+danielgranhao@users.noreply.github.com >
2025-02-21 06:55:05 +01:00