Mohan

Results 155 comments of Mohan

Any ETA on when this is going to be merged? We are building a FFI Rust library on top of this branch: https://github.com/UnstoppableSwap/core/tree/bbcc20eb58a98e1dd06980c7fac342e9e7064781/monero-sys

Support for https://github.com/monero-project/monero/pull/8861/ would be very useful in wallet2_api as well! Minimal patch: ```patch diff --git a/src/wallet/api/wallet.cpp b/src/wallet/api/wallet.cpp index 96393eaaa..f2f8e7fbb 100644 --- a/src/wallet/api/wallet.cpp +++ b/src/wallet/api/wallet.cpp @@ -1777,7 +1777,7 @@ PendingTransaction*...

A `getTxKey()` function on the `PendingTransaction` would be useful too.

Closes https://github.com/comit-network/xmr-btc-swap/issues/1743

What is the current workaround for this currently? ```rust // Inside namespace named "Monero" struct WalletManagerFactory { // logging levels for underlying library enum LogLevel { LogLevel_Silent = -1, LogLevel_0...

This is due to our default testnet bitcoin electrum node experiencing downtime / timeouts.

Yes, that's exactly what I imagined! Making the duration variable can be added at a later point. But unfortunately this is not backwards compatible is it? If it's not possible...

Have you tested manually if this works?

> With this repository no longer being the canonical repo, should I rebase this change on UnstoppableSwap/core? Yes, that'd be awesome