vegaprotocol / data-node

A rich API server for Vega Protocol
https://vega.xyz
Other
3 stars 1 forks source link

fix: order events with vega time should implement party and market filterable interface #739

Closed ettec closed 2 years ago

ettec commented 2 years ago

closes #730 The bus event stream dynamically checks to see if an event implements the party and market filterable interfaces, the fix for #719 (market depth in v1 incorrect due to race condition) changed the type of the order event such that it no longer implemented these interfaces (no code break as check is dynamic), this prevented the event bus from sending events using the party and market filters.