Commit Graph

7 Commits

Author SHA1 Message Date
Daniel Granhão
ca23206ae8 WASM: end-to-end-test support (#846)
* Wasm: end-to-end-test support

* Update testing dev docs

* Expose Arc in prelude

* Switch to waterfalls fork

* Set node version
2025-04-24 09:43:55 +01:00
Ross Savage
004ce24a81 Handle send swap minimal_batched (#863)
* 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
2025-04-09 09:45:57 +00:00
Daniel Granhão
f437c9194e Add regtest end-to-end tests (#816)
* 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
2025-04-03 01:26:21 +01:00
yse
10e3ab71e0 feat: add Esplora client to chain services (#761)
Co-authored-by: Daniel Granhão <32176319+danielgranhao@users.noreply.github.com>
2025-03-27 10:40:10 +01:00
Daniel Granhão
b6af36780c regtest: improve README.md (#811) 2025-03-26 00:30:41 +00:00
Daniel Granhão
8645a6bc08 Include boltz regtest as submodule (#774)
* Include boltz regtest as submodule

* Address feedback
2025-03-24 13:59:22 +00:00
Daniel Granhão
99d8765681 Support regtest (#707)
* Support regtest

* Fix bindings, print and switch boltz client crate

* Remove stop-grace-period

* Fix docker compose issues

* feat: add rt-sync to regtest setup

* Configure local rtsync instance on default regtest config

* Bump sdk-common rev

* Fix compose restart missing quotation

* Specify platform only in base configurations

* Fix after rebase

---------

Co-authored-by: yse <hydra_yse@proton.me>
2025-02-07 16:00:59 +00:00