peterzen

Results 38 comments of peterzen

~Thanks for flagging this @exitus1, this was addressed earlier and the fix will roll out in the next release.~ Apologies, that is not actually correct. I just tested in the...

Umbrel runs the 0.6.3 dexc docker image on the usual port 5758, there's no difference to how it runs standalone. https://github.com/decred/umbrel-app-store/blob/729a80f651cdcf12e09596e41457e78c9c550460/decred-dcrdex/docker-compose.yml#L12C12-L12C104 I can't reproduce the issue on this. @exitus1 @artikozel...

Happy to take this on if noone is interested/working on it.

I've nuked the wallet since then. I'll try to reproduce it. This happened on testnet - had an incoming tx (~0.0001) from a faucet and then sent it on choosing...

Bitvavo has unauthenticated WS support https://docs.bitvavo.com/

Beeep on Windows also doesn't display the application name. Filing it here instead of opening a separate issue as this is related to beeep as well. ![image](https://github.com/decred/dcrdex/assets/5878500/822086e4-2b87-438a-bb5b-2d356ad47fff)

What would be a reliable way to detect out-of-sync chains? Is there a better method than calling a well-known chain explorer service to obtain the chain tip?

Would this logic be safe and robust enough? In the asset config there would be 3 values, e.g. `softMaxBlockInterval`, `tolerance`, `hardMaxBlockInterval` ``` if timeSinceLastBlock > hardMaxBlockInterval suspendMarket else if timeSinceLastBlock...

What's the `hardMaxBlockInterval` value for DCR and BTC?