dcrdex icon indicating copy to clipboard operation
dcrdex copied to clipboard

The Decred Decentralized Exchange (DEX), powered by atomic-swaps.

Results 215 dcrdex issues
Sort by recently updated
recently updated
newest added

See #2444, from which I'll copy some critical info here. There is an issue given: - taker's swap tx is DCR - you shutdown dexc after the (taker) DCR swap...

1. Create SPV wallet 2. Fund wallet and purchase ticket(s) 3. Reconfigure wallet to alpha RPC ``` [ERR] CORE[dcr][SPV][VSP]: ticket ...: reconcile payment: wallet.AgendaChoices: invalid operation: database not open ```

The Litecoin Electrum wallet is not passing simnet-trade-tests consistently, especially **makerghost**, which is critical. It will fail to find the counterparty's unreported swap. Occasionally, it will fail at an earlier...

> @buck54321: // coinpaprika has two options. /tickers is for the top 2500 assets all in // one request. /ticker/[slug] is for a single ticker. From testing // Single ticker...

I wonder if we need to somehow account for the ability of the exchange operator to change market parameters, e.g. max fee rate or lot size. _Originally posted by @buck54321...

I've seen this a number of times now. The Bitcoin Cash simnet harness will run fine for a while, but then later I'll notice everything is running very hard. It...

I've seen a handful of times where `TestRotateBonds` fails with `Mergeable bond was not merged`. Almost certainly related to github actions running slowly. How do we fix?

Chains sync is currently monitored only at market startup as a check before epoch processing begins. If a chain goes out of sync later though, the market will still match...

Automatically sending replacement transactions for failed execution redemptions is not always a good idea. During testing, we had an instance where our gas limits were too low. The redemptions were...

I just observed two matches go by, a buy and then a sell, they both landed with a huge age ![image](https://user-images.githubusercontent.com/9373513/231780827-d502cf5f-c0fa-4fc6-9852-b4739fecf3ff.png) Then they moved into the present. ![image](https://user-images.githubusercontent.com/9373513/231780973-1b947cec-ff52-4624-ac0c-0285a2720e0d.png) This feels...