Skip to content

2.2.2

Compare
Choose a tag to compare
@diamondhands0 diamondhands0 released this 14 May 05:50
· 232 commits to main since this release

Fix bug in limit order logic around small orders

We discovered a minor bug whereby limit orders could be submitted that are so
small that they can be filled without the other side of the trade paying
anything. While this is generally harmless, some error-checking logic
made it so that new orders would be rejected if the order at the top of
the book had this issue. This change resolves this issue and adds
thorough testing around it.

Full Changelog: v2.2.1...v2.2.2