Commit 9b35551
lukas/websocket improvements (#1807)
* feat: initial implementation for users and markets WS improvements
* lukas/gill websocket sub (#1781)
* websockets gill temp
* feat: feature parity between gill version ws acct sub and reg one + optional passing into driftClient
* fix: post rebase bugs and cleanup
* chore: websocket account subscriber export
* feat: logging string update on ws acct v2
* rm: useless logging
* chore: cleanup ws subscriber v2 docs
* chore: specific name on custom ws acct sub param
* fix: post rebase again cleanup
* fix: prettier fixed
* feat: initial implementation for users and markets WS improvements
* feat: polling check on websocket acct subscriber v2 + naming
* fix: lint
* fix: non-hanging WS subscription async loop handling
* fix: bugs with program ws subs hanging on asynciter
* fix: goofy self imports
* feat: initial batch fetching temp
* temp: sub second WS subscribe time
* fix: ws program account subscriber v2 bugs and optimizations
* feat: chunk stuff account requests
* feat: more subscribe optimizations ws driftclient sub v2
* chore: cleanup ws sub v2 logs
* feat: conditional check on using ws account subscriber + unused
* fix: bad import
* chore: add export of WebSocketProgramAccountSubscriberV2
* fix: unneeded drift idl export messing up common build
* fix: consolidate rpc ws subscriptions for oracles
* feat: docs for ws v2 and cleanup
* chore: more docs on ws acct susbcriber v2
* feat: PR feedback round 2
* fix: default timeout for ws v2 susbcribers
* feat: PR feedback on resubOpts and simplify logic
* fix: prettier1 parent e4e5820 commit 9b35551
File tree
14 files changed
+2228
-662
lines changed- sdk/src
- accounts
- oracles
14 files changed
+2228
-662
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
34 | 74 | | |
35 | 75 | | |
36 | 76 | | |
| |||
52 | 92 | | |
53 | 93 | | |
54 | 94 | | |
| 95 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
205 | 208 | | |
206 | 209 | | |
207 | 210 | | |
| |||
0 commit comments