Indexer v1.0.2 Release Notes
v1.0.2
contains improvements to speed up ingestion of on-chain data from the full-node and 2 bug fixes for order related data from websockets.
Improvements
- (ender) Updated handlers for stateful orders, perpetuals, clob pairs, assets, liquidity tiers, transfers, liquidation orders to use SQL scripts to reduce latency
Bugfixes
- (vulcan, ender) Fixed bug where orders that are fully-filled from the full-node’s in-memory state but are not fully-filled in network state do not have terminal statuses sent in websocket messages (
CANCELED
,FILLED
orBEST_EFFORT_CANCELED
) - (vulcan, ender) Fixed bug where order statuses could transition from
CANCELED
toBEST_EFFORT_CANCELED