2020-09-04
One new API endpoint allows cancelling multiple orders simultaneously, either all orders by market, a single order in a specific market, or just all open orders.
Other than that it's mainly bugfixes, many of which fix subtly incorrect API output.
New:
- #2107 Support for cancelling multiple orders at once
- #2186 Add per-party rate-limit of 50 requests over 3 blocks
Improvements:
- #2177 GraphQL: Add Governance proposal metadata
- #2098 Fix crashed in event bus
- #2041 Fix a rounding error in the output of Positions API
- #1934 Improve API documentation
- #2110 Send Infrastructure fees to the correct account
- #2117 Prevent creation of withdrawal requests for more than the available balance
- #2136 gRPC: Fetch all accounts for a market did not return all accounts
- #2151 Prevent wasteful event bus subscriptions
- #2167 Ensure events in the event bus maintain their order
- #2178 Fix API returning incorrectly formatted orders when a party has no collateral