norwnd

Results 46 issues of norwnd

I've noticed that DCR SPV wallet transaction history doesn't convert Mempool transaction into Mined one, or at least doesn't always do that not sure if it affects Send transactions only,...

When Client is unable to place a trade due to Server rejecting it, for example: ``` 2025-01-19 14:07:09.195 [ERR] CORE: notify: |ERROR| (order) In-Flight Order Error - In-Flight order with...

I've noticed when I have Bison wallet running, close browser and re-open it again - UI shows some stale data (especially noticeable on `/markets` page), specifically I observe this with...

Occasionally `/mm` page won't load for me (robot-icon won't stop spinning), and I see the following error in console: Relevant piece of code is [here](https://github.com/decred/dcrdex/blob/333e9f638b412b6e5818475f49aee526a8d95155/client/webserver/site/src/js/mmutil.ts#L504), it seems the reason has...

Based on report from Matrix (creating issue so it's not lost, cause it's pretty big UX concern) **bond-view** suggests "misleading" amount your Bison wallet should have to function successfully:

I've noticed swap funds are counted twice in Total wallet balance displayed in UI (and likely bond-locked as well?). Digging through the relevant code a bit I think the following...

I've noticed there is a typo with displaying "old fee" in UI when user action to bump fees shows up, I wrote some code to address that - https://github.com/norwnd/dcrdex/pull/25/commits/adb94384a8e0d00f56b6a5b79b3acdd744b3289e -...

When I'm sending USDC out of my Polygon wallet it shows me fee estimate which looks reasonable in POL terms but not in USD: Also, I would say using `POL`...

It seems when `maxbuy/maxsell` is calculated only **swap** fee is taken into account (but not **redemption** fee) as a "limiting factor", namely when I try to place limit order of...

I've noticed I never once used (or even payed attention to) lock/unlock wallet feature in UI, it just seems to unlock automatically whenever it needs to (as it should 👍...