Thomas Eizinger
Thomas Eizinger
> In any case it seems to me that we do need a `Database` trait and making it `Sync` makes sense and would fix the problem at hand. I think...
> Thoughts? If we can make this work then I believe this would be a really clean way of resolving the async/sync duality of blockchain operations. Pre-condition for that is...
Feature flags really should never change APIs because they are evaluated additively by cargo. Assume the following situation: - crate A depends on bdk without `async-interface` - crate B depends...
Can you run this in a Windows terminal? ``` dig +short txt _dnsaddr.rendezvous.coblox.tech dig +short txt _dnsaddr.swap.sethforprivacy.com ``` You may need to install `dig` first. Based on your report, I...
Can you run with `--debug` and post the output of that?
> Both on BTC side and XMR side, there does not seem to be a way to specify RPC login details. There is nothing to specify on the BTC side,...
> Here is what I would do given my current knowledge: > * Run Monero wallet RPC without the `--disable-rpc-login` parameter. This will create login file (e.g. `monero-wallet-rpc.38083.login`) in the...
Agreed, would definitely accept a PR for this. Don't actually need an automated test for this, some manual testing will be sufficient.
Yes sounds like a good idea! Would definitely accept a PR that implements this. As for the actual implementation, doing as much as possible in pure Rust would be preferable,...
> If a zpub is provided it is assumed to belong to a wallet controlled by the asb user. The zpub is used for deriving bitcoin receive addresses and pubkeys...