Mohan
Mohan
The standard log output of the CLI has changed since the API RPC update. We should try to revert that change. The logs look quite confusing. Vital information is missing...
See https://github.com/comit-network/xmr-btc-swap/pull/1662 If the current offer expires, the CLI should request a new one. The ASB should also return a proper reason for the timeout (offer expired)
We should allow clients connected to the RPC server to subscribe to certain updates. This avoid clients having to fetch the same information over and over again expecting a change....
If the Bitcoin lock transaction is not getting confirmed due to the fee being too low, it can be challenging to refund the swap. If the transaction has not been...
The offer sent from the ASB to the CLI is only valid for a default duration of a few minutes. The ASB should transmit that duration alongside with the quote.
**Describe the bug** ``` {"timestamp":"2024-05-24T17:06:24.842041Z","level":"INFO","fields":{"message":"Waiting for Alice to lock Monero"},"span":{"log_reference_id":"\"67f6b7d1-cea9-4e7b-955e-65fbe46aaedd\"","method_name":"Resume","swap_id":"f65608cd-bdf3-4fdc-bfb6-4733a805b352","name":"method"},"spans":[{"log_reference_id":"\"67f6b7d1-cea9-4e7b-955e-65fbe46aaedd\"","method_name":"Resume","swap_id":"f65608cd-bdf3-4fdc-bfb6-4733a805b352","name":"method"}]} ``` The `log_reference_id` is wrapped in quotes which should not be the case. **Lost/trapped Funds** No
We should allow users to bump up the feerate if the mempool is too clogged up otherwise some transactions (e.g refund, cancel) might never be confirmed. However, there are a...
The `autoSave` has the wrong type in the typescript definitions. ``` export type StoreOptions = { /** * Auto save on modification with debounce duration in milliseconds */ autoSave?: boolean;...
### Summary When using the identity::ed25519::SecretKey::from_bytes function from rust-libp2p in a release build on Linux (Ubuntu 24), a segmentation fault occurs. This happens during the process of deriving a libp2p...
Over time as an asb performs swaps the Bitcoin wallet takes longer to sync. This becomes quite significant. Our testnet asb Bitcoin wallet takes around 10 minutes to sync. I...