solana-accountsdb-connector/service-mango-fills
Riordan Panayides 05f42c7352 Filter fill updates on subscription 2022-12-27 15:03:18 +00:00
..
src Filter fill updates on subscription 2022-12-27 15:03:18 +00:00
Cargo.toml Add Serum support for orderbook, fix pnl main 2022-12-24 12:49:17 +00:00
README.md
example-config.toml Auto discover markets in fills feed 2022-12-16 11:03:21 +00:00
template-config.toml

README.md

connector-fills

This module parses event queues and exposes individual fills on a websocket.

TODO:

  • [] early filter out all account writes we dont care about
  • [] startup logic, dont accept websockets before first snapshot
  • [] failover logic, kill all websockets when we receive a later snapshot, more frequent when running on home connections
  • [] track websocket connect / disconnect
  • [] track latency accountwrite -> websocket
  • [] track queue length