decred / dcrdex

The Decred Decentralized Exchange (DEX), powered by atomic-swaps.
Other
187 stars 96 forks source link

handle lock time expire before swapConf reached #659

Closed chappjc closed 1 year ago

chappjc commented 4 years ago

If the lock time on a contract expires before the swap txn reaches swapConf (or even gets mined), special handling is needed. This should be quite rare to have a txn with the required mining fees to sit in mempool for 8 or more hours, but it could happen.

Server:

Client:

chappjc commented 1 year ago

Resolved by: https://github.com/decred/dcrdex/pull/1866 and https://github.com/decred/dcrdex/pull/1548 and https://github.com/decred/dcrdex/pull/1541 and others.