Michael Morrell
Michael Morrell
- Add Zeta markets support - WIP
**Background:** The app is susceptible to downtime if the RPC server goes down or falls behind slots. **Feature Idea:** - Fallback to a 2nd RPC server if the first one...
We need a solution to view all requests coming through via HTTP, and their whole stack trace and all methods called with timestamps/details, etc. I've done this with Splunk in...
Add Spring metrics to our library so it reports to JMX. Add custom metrics for JMX, to see marketIds hit (possibly). (Maybe just access to the cache map via JMX)...
Display dataset in a table: - Rows: Owner - Columns: "Notional $ quoted on bid/ask" (aggregate for owner) - Sorted by: agg. notional, descending
Extrapolate price and quantity for concentrated liquidity on Orca, display on order book, labeled for Orca.
Using Geyser (assuming it is validated), index the event queue account of every market on Serum simultaneously (depending on how Geyser works). Diff the new event queue data to determine...
Take periodic snapshots of the order book objects and store them in postgres every 12 hours. (optimal interval TBD) Allow querying of the snapshots.
## Abstract Rank each trader in order book by "activity" (# of quotes in book, or event queue). This numerical value will be indicated on the GUI through either a...
Research how we can rank or quantify the age of a quote in the order book. Some possibilities: - Diff-ing the order book and recording timestamps. - Investigate on-chain Slab...