Commit Graph

175 Commits

Author SHA1 Message Date
wphan
3d4cf24296 add auction anchoring in v2 2025-10-21 16:33:30 -07:00
Nour Alharithi
f6fc7ede42 update sdk to use mm oracle 2025-08-18 09:27:00 -07:00
Nick Caradonna
cb9d4a142a add markPrice to response 2025-08-07 15:24:37 -04:00
lowkeynicc
7f679d826d impl max leverage to endpoint (#488) 2025-08-06 15:58:48 -04:00
Nour Alharithi
22d8270ab1 prettify + use getMMOracleData for dlob oracle data 2025-08-04 16:21:36 -07:00
Nick Caradonna
b47335476f fix slippage tolerance change 2025-08-04 19:13:20 -04:00
Nick Caradonna
5d4651e1a1 use env var for both orderbook update intervals 2025-07-31 17:48:29 -04:00
Nick Caradonna
3f04ab0723 lower to once per slot and lower long tail slippage 2025-07-30 19:59:53 -04:00
Nick Caradonna
f234ad208a speed up dlob publisher messages 2025-07-30 19:59:38 -04:00
Nick Caradonna
f0cefe9a69 add oracle price to params response 2025-07-24 15:21:16 -04:00
Nick Caradonna
be7ab05eee auctionParams: add forceUpToSlippage 2025-07-23 19:39:12 -04:00
wphan
74eb54c164 refactor metrics, fix deps 2025-07-15 11:56:56 -07:00
wphan
d19e33e840 refactor health checks and prettify/lint 2025-07-15 10:19:55 -07:00
lowkeynicc
7483704d09 Auction Params Endpoint (#442)
* move auction endpoint changes to fresh branch

* final cleanup and add testing for util functions

* fix tests

* fix quote amount conversion
2025-07-14 19:13:43 -04:00
moosecat
b4ed7cc31c indicative quotes v2 (#420)
* indicative quotes v2

* bump common
2025-06-16 09:38:31 -07:00
Nick Caradonna
4d3f990782 add internal auth bypass to new endpoints 2025-05-28 14:29:25 -04:00
lowkeynicc
5ba8728add add pyth crank endpoints (#404)
* add pyth crank endpoints

* add pyth lazer endpoint as env var
2025-05-27 19:17:32 -04:00
Jack Waller
a34dd1716e chore: fix null check on batch call also 2025-05-02 12:35:58 +10:00
Jack Waller
677de70372 fix: null check on switchboard oracles 2025-05-02 12:16:36 +10:00
Nour Alharithi
865f3f63c1 bump common and remove logging 2025-04-16 13:25:34 -07:00
Nour Alharithi
dcb8257c49 add more console logging for debugging 2025-04-16 13:02:04 -07:00
Nour Alharithi
2d886a1605 add indicative in l2 queries 2025-04-16 12:52:33 -07:00
lowkeynicc
0690be72bd Nick/fix topmakers error (#362)
* add fallback account fetch to topMakers

* remove accidental inclusion
2025-03-27 12:22:54 -04:00
wphan
3c7a934214 pmm dlob server 2025-01-30 14:43:12 -08:00
Nour Alharithi
176f2a9a9c fix 2024-12-10 12:12:44 -08:00
Nour Alharithi
551fc34217 no market fix for l2/batchL2 2024-12-10 12:00:34 -08:00
Jack Waller
06158b81d4 fix: serialisation of batch l2 endpoint 2024-12-09 13:36:35 +10:00
Nour Alharithi
6d0b73ff00 remove blockchain mode 2024-12-06 09:32:22 -08:00
Nour Alharithi
97509c7e60 remove unnecessary logging 2024-12-03 16:39:43 -08:00
Nour Alharithi
3c8ca58975 add back returning after cache hit 2024-12-03 16:35:42 -08:00
Nour Alharithi
bae6bfef80 fix return types 2024-12-03 14:46:18 -08:00
moosecat
2a6899384c Nour/improved rotation (#290)
* improved rotation

* fix bugs

* only parse slot if necessary

* add metrics for ws source

* add select by recent slot to utils

* fix solana web3.js version

---------

Co-authored-by: wphan <william@drift.trade>
2024-12-03 13:47:02 -08:00
wphan
fa8fd24fd4 reduce dlob publisher health check grace period, clean up logs 2024-11-27 11:00:34 -08:00
Jack Waller
e4a78db770 chore: null checks 2024-11-21 13:04:06 -05:00
Jack Waller
4b9b337a60 chore: update clients to be env vars 2024-11-21 12:22:47 -05:00
Nour Alharithi
2aaa6a50c6 bump to new drift common 2024-10-24 13:43:17 -07:00
Nour Alharithi
3743899810 invalidate delisted markets 2024-10-07 12:55:57 -07:00
Jack Waller
f0269e5352 chore: decouple usermap in dlob 2024-09-18 15:51:16 +10:00
Nour Alharithi
e66de3fed7 use paused operation 2024-08-13 14:36:43 -07:00
Nour Alharithi
2115adf603 update non-cached to use safeguards for include vamm 2024-08-13 14:12:47 -07:00
lowkeynicc
f121de521e always use dlob redis client for unsettled (#233) 2024-08-12 22:33:51 -04:00
lowkeynicc
0f9521af30 Nick/usermap pnl script (#223)
* WIP unsettled pnl script

* update

* add commented out debugging stuff

* update script and create endpoint

* finalize

* rm test file

* try to fix package diff

* add marketIndex + fix logger

* fix package

* remove runningLocal logic
2024-08-07 17:39:24 -04:00
frank
bb83b4789b openbook integration (#208) 2024-08-07 09:47:25 -07:00
wphan
8aa31d03b1 limit the endpoints to measure response times for 2024-08-04 14:25:30 +02:00
Nour Alharithi
8b6598c0d6 remove serum from spot markets 2024-07-31 08:55:19 -07:00
Nour Alharithi
3de6dc8f55 revamp server lite 2024-07-26 15:29:16 -07:00
Nour Alharithi
064f596f61 add undefined guard 2024-07-10 16:16:45 -07:00
Nour Alharithi
ea50319a69 global cache 2024-06-26 21:24:58 -07:00
Jack Waller
1bad77478f chore: add a cached endpoint for polling 2024-06-25 13:14:29 +10:00
Luke Steyn
ba79d7dbf2 Updated topMakers to return user accounts in buffer format 2024-05-24 16:21:07 +08:00