dcrdex
dcrdex copied to clipboard
The Decred Decentralized Exchange (DEX), powered by atomic-swaps.
> I had started looking at asset-specific settings to be **used by Core but not the wallets**, such as a min swap conf setting, but didn't find an nice solution....
The market page could use a epoch progress indicator somewhere. Maybe one of those very very thin lines that perpetually cycles. I'd suggest below the "Place order to Buy/Sell Asset"...
It's unfortunate, but tokens can be "paused". This is part of the some token interfaces. It is separate from the [erc20 interface](https://ethereum.org/en/developers/docs/standards/tokens/erc-20/) which means tokens may not implement it, but...
All of the harnesses are equipped to perform reorgs, but none of our live tests are using the functionality yet. Also, a btc testnet reorg appears to be responsible for...
To change market config, the dcrdex operator would issue a suspend, probably with a book purge, shutdown the process, edit the config, and restart dcrdex. The clients that were connected...
Consider TakerSwapCast, where the maker fails to redeem by inaction timeout, but the maker still wants to redeem. Client currently will not do this if the match is revoked, instead...
This PR adds the `txfee` pkg that provided external fee estimates for `tatanka`. To test this PR, please change the demo client network to `testnet` or `mainnet`. Chains with `mainnet`...
Makes Decred SPV wallet an `asset.Rescanner`
Closes https://github.com/decred/dcrdex/issues/2779