Ross Savage
6b78919df8
Add sign_message and check_message ( #443 )
...
* Add sign and check message methods
* Use lightning message_signing module to verify the message signature
* Use hash engine
2024-08-29 08:42:16 +02:00
Ross Savage
34774647bf
Integrate webhooks ( #410 )
...
* Integrate webhooks
* Make hash_swap_id optional
* Hash and store the swap id
* Add webhook status include lists
* Remove superfluous webhook statuses
* Verify and fetch user_lockup_tx_id if missing
* Fix tests
* Use bitcoin sha256
* Fix flutter CI
2024-08-29 08:03:50 +02:00
yse
1a89bcd6c1
feat: add BIP21 support ( #414 )
...
Co-authored-by: Erdem Yerebasmaz <erdem@yerebasmaz.com >
Co-authored-by: ok300 <106775972+ok300@users.noreply.github.com >
2024-08-22 12:23:36 +02:00
Ross Savage
baa8096852
Update boltz-rust and add receive payment description ( #409 )
...
* Update boltz-rust
* Store description and add to Payment struct
* Fix examples
2024-07-25 12:46:40 +02:00
yse
a8613eca49
test: complete chain swap tests ( #392 )
...
Co-authored-by: Ross Savage <hello@satimoto.com >
2024-07-23 13:58:10 +02:00
Ross Savage
bfeb785221
Buy Bitcoin ( #398 )
...
* Add fiat on-ramp service
* Use sdk-common MoonpayProvider
* Bump flutter qr dependency
* Bump sdk-common dependency
2024-07-19 14:57:51 +02:00
Ross Savage
0da35259fe
Allow custom pay_onchain claim fees ( #391 )
...
* Allow optional fee rate for pay onchain BTC claim
* Add recommended_fees method
* Fix example Config
* Address review comments
2024-07-15 17:38:10 +02:00
Ross Savage
da43f7ff78
Rename namespace ( #345 )
...
* Rename namespace
* Fix flutter build
* Fix kotlin-multiplatform CI
* Rename repositories
2024-07-09 17:25:05 +02:00
ok300
08b2e5a6e2
Add fetch_onchain_limits service method ( #343 )
...
* Add pay_onchain_limits service method
* Add receive_onchain_limits service method
* Merge pay/receive_onchain_limits
* Update field names
* Split swapper method in get_chain_pair and get_chain_pairs
* Fix test
* Introduce and re-use Limits model
* Add fetch_lightning_limits SDK method
* Fix CI: propagate latest sdk-common changes
2024-07-03 09:22:29 +00:00
yse
709c6dfa4a
tests: Add unit tests for primary SDK methods ( #346 )
2024-07-01 17:24:22 +02:00