bruwbird

Results 58 comments of bruwbird

Defalut electrs backend needs to perform a tls connection. I confirm that peerswap is initialised and `peerswap-listswaps` can be done by the commit. https://github.com/ElementsProject/peerswap/pull/288/commits/1bfe02c63c32fdca4f487a72916521eab2c1e40e Can you please confirm this?

I have confirmed that the following in my environment: https://github.com/ElementsProject/peerswap/pull/288/commits/aa9550b8740d5dab29a638dc43af028052092b9e ```sh bin/clncli peerswap-swap-out $CLNSHORTCHANID 1000000 lbtc { "message": "liquid_unavailable", "code": -1 } ``` The log details are as follows: ```sh...

This is not expected behavior. I will investigate.

Could not reproduce. But, in my environment, I have confirmed that sometimes the following is displayed > lightning-cli: Reading enable response: Bad address It seems to be a bug related...

Summarise the problems that have occurred when the backend is down and the measures taken to deal with them. For verification, I use https://github.com/YusukeShimizu/peerswap-playground/tree/master/lnd_lwk. ## hung in `State_SwapOutSender_ClaimSwap`. Transition from...

After the start of swapout; if lwk is assumed to be stopped After about 10 minutes of back-off, the priv key is sent and the coop closed. log ```sh 2024-06-26...

Thank you for your review. Can you please confirm that I have made the following corrections? * Migrated nix to nix flake and update lwk version to use `wallet_set_tx_memo`. https://github.com/ElementsProject/peerswap/pull/288/commits/45fb41479ebb6a66b92fdd6dc162cc35...

Thank you for reporting the issue. Based on your suggestion, I think it is appropriate to check in advance when receiving a swap out request. A `GetOnchainBalance` check is performed...

Thank you for the proposal. I agree with your suggestion. To ensure transparent validation, using an interceptor for the validation process seems like the best approach. In that case, the...

Thanks for opening the issue. Your point about the risk of mis-configuring the premium rate is well taken, and the concrete examples you provided make the potential impact very clear....