Commit 72dc168
committed
fix(sdk): restore wallet_address/signer and wire websocket config
- Restore wallet_address and signer parameters in Python generator
- Pass websocket config to SidecarWsClient in Python and TypeScript
- Store websocket config on Exchange class
- Add config parameter to SidecarWsClient constructor
This fixes the hosted wallet regression and ensures websocket
config is actually consumed by the transport layer.
Fixes #1052
Fixes #10531 parent 072572a commit 72dc168
5 files changed
Lines changed: 181 additions & 12 deletions
File tree
- core/scripts
- sdks
- python/pmxt
- typescript/pmxt
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
176 | 179 | | |
177 | 180 | | |
178 | 181 | | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
179 | 185 | | |
180 | 186 | | |
181 | 187 | | |
| |||
192 | 198 | | |
193 | 199 | | |
194 | 200 | | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
195 | 204 | | |
196 | 205 | | |
197 | 206 | | |
| |||
0 commit comments