Mohan
Mohan
Closes https://github.com/comit-network/xmr-btc-swap/issues/1743 - [ ] Attach peer id of Alice to reserve proof (message) - [ ] Warn if reserve proof is missing - [ ] Abort if reserve proof...
This is a significant undertaking but we want to stay up to date with the latest libp2p version. Our current version is outdated by almost 1.5 years.
We can allow Alice to include a Monero [reserve proof](https://www.getmonero.org/resources/developer-guides/wallet-rpc.html#get_reserve_proof) in her quote which she sends to Bob. This way Bob can verify if Alice does possess the funds she...
We should implement a RPC server for the asb (similiar to the one for the CLI implemented in https://github.com/comit-network/xmr-btc-swap/pull/1276). The server should allow users to: - Dynamically set spread and...
We should consider using a DHT (Distributed Hash Table) in addition to the rendezvous protocol for: 1. Peer discovery (specifically discovery of asbs) using Bootstrap 2. Content routing. We can...
I think we should increase the refund time window from 12 hours to 24 hours. My reasoning is: 1. Being punished as an end user is very unpleasant 2. The...
We shouldn't even attempt to dial a loopback address (e.g `127.0.0.1`) because this cannot be successfull. We should do something along the line of: https://github.com/UnstoppableSwap/core/blob/d0108fd857c559ea7b2667c05598a55e45cb63a4/swap/src/network/tor_transport.rs#L159-L166
## Feature Expose cuprate as a library to allow it to be embedded within other Rust projects. ## Why This could be useful for a variety of projects: 1. Wallets...
FYI: We are maintaining a fork of this crate inside our mono repository. https://github.com/eigenwallet/core/tree/master/libp2p-tor