makerdao / pyexchange

Python API for some cryptocurrency exchanges
GNU Affero General Public License v3.0
72 stars 62 forks source link

Fix ErisX order cancellation monopolization #185

Closed MikeHathaway closed 4 years ago

MikeHathaway commented 4 years ago

mismatch between TAG_ORIGCLORDID and TAG_CLORDID caused new entries to be added in the orderbook, as opposed to the cancellation of existing orders. This PR fixes the issue, and enables orders to be cancelled without restarting the keeper.