Thomas Eizinger

Results 1887 comments of Thomas Eizinger

Thanks for reporting. This seems to be an issue with `monero-wallet-rpc` from what I can see. I guess a meaningful thing to address here would be to allow for `monero-wallet-rpc`...

> `Failed to get transaction from daemon` That is an error message from `monero-wallet-rpc`. Some quick web searching reveals that this just happens occasionally. I don't think there is anything...

> What we can do is what I suggested above: Make it possible to restart `monero-wallet-rpc` without having to restart the ASB. I've opened a PR that should allow this:...

Thanks for the report. I have a feeling this may have to do with how we configure DNS.

Can you try the binaries attached to the CI run from [this](https://github.com/comit-network/xmr-btc-swap/pull/678) PR and see if that fixes the issue? I am hesitant to merge that fix though because it...

> I wonder whether moving to `parking_lot` has any implications on this crate's support for WASM. > > Gathering the WASM experts here. Do you have any opinions on this?...

If WASM support is something we want to guarantee, I think we should make a separate PR that adds the target in the CI cross-compile config, merge that first and...

> @mxinden and @thomaseizinger , I am a new contributor to this project, I am interested in knowing why we should or shouldn't support WASM ? Why WASM for a...

> If WASM support is something we want to guarantee, I think we should make a separate PR that adds the target in the CI cross-compile config, merge that first...

Unfortunately, there are limitations to that if your field is not directly a `StatusCode` but for example an `Option`. To my knowledge, you then have to fallback to wrapping `StatusCode`...