Mohan
Mohan
I looked into this and think it's because GitHub Actions recently migrated the `ubuntu-latest` runner from `18.04` to `20.04`. (https://github.com/actions/virtual-environments/issues/1816) I believe this can be fixed by just changing the...
This is our backend (https://unstoppableswap.net/) retrieving the latest `BidQuote` from your server. See: https://github.com/comit-network/xmr-btc-swap/issues/827
Probably related to https://github.com/comit-network/xmr-btc-swap/issues/835
Can you do a `ps | grep monero-wallet-rpc` before starting the asb a second time?
Please watch your language. All active contributors are unpaid volunteers. No one owes you anything.
Yeah, you're right. This is probably what's happening here. Is it fixed by restarting the rpc?
I'm increasing the bounty to 1 XMR because I believe this will provide some major benefits in terms of usability! @lescuer97 @delta1 @all
This is still an issue. I think we can fix this by making sure Bob doesn't not acknowledge transfer proofs for swaps that are not currently running. https://github.com/comit-network/xmr-btc-swap/blob/a57c53434d7018189abeaad265f82c9df2ffeb27/swap/src/network/transfer_proof.rs#L62-L75
I'd propose that we add a libp2p protocol over which Bob can connect to Alice after Bob has been punished to request Alice to reveal the Monero secret share. Bob...
Some more discussion can found here: https://github.com/comit-network/xmr-btc-swap/discussions/713