norwnd
norwnd
Just something I noticed when [fiddling with multisigs](https://github.com/decred/dcrwallet/issues/2273#issuecomment-1651445777), if that change makes sense (after feedback) I'll finish this draft. ### All Submissions: * [ ] Submission follows the [Code Contribution...
I've been playing with `redeemmultisigout` (and multi-sigs in general), when I'm trying to broadcast 2 of 2 signed transaction via https://testnet.dcrdata.org/decodetx I get: ``` Error: -1: rejected transaction 602702108225c89e5e9d050c4766858adc1cd53d42ebdefa77a3ea7c058b74dd: regular...
Noticed there is some bug with displaying DCR amount when hovering over balance breakdown on `/address` chart (the amount shown in popup-view specified as Balance is much higher than it...
I've started experimenting with Encore recently and couldn't find a way to expose my API docs for **public** endpoints, Admin/Member can access them in [dashboard](https://app.encore.dev/flight-router-c9fi/envs/staging/api/flight): and the API itself is...
Currently user needs to have some non-0 MATIC amount in his wallet to trade on DEX against Polygon pairs (even if he wants to buy MATIC with his DCR/BTC/...). However...
Based on https://github.com/decred/dcrdex/pull/2456, blocked by https://github.com/decred/dexweb/issues/41 (hence PR is a draft). See [rendered version](https://github.com/norwnd/dcrdex/tree/docs-download-link-for-standalone-app). It will probably be useful to have the https://dex.decred.org/#downloads link in setup section(s), once it's ready...
I'm observing this issue pretty consistently when restarting **dexc** mid-trade (right after Taker swap): https://github.com/decred/dcrdex/pull/2042#discussion_r1168188798 I've looked a bit into it and think it more likely has to do with...
If I log in while my network is down (wifi off) I see depth chart & candles loading animation that doesn't resolve to anything after network is back up (wifi...
Similar to https://github.com/decred/dcrdex/issues/2168, much less critical, but I'd like to investigate it further still. In https://github.com/decred/dcrdex/pull/2195#issuecomment-1451186456 I described what looks like "a noticiable delay in candle cache sync (between dexc...
This failure is coming from the same pipeline as the one reported in https://github.com/decred/dcrdex/issues/2228, but since these are independent tests (seemingly sharing no global state) I'll just call it a...