feat(): upgrade WsStore to latest iteration #292
Annotations
8 errors and 1 warning
Build & Test:
src/util/websockets/websocket-util.ts#L3
Cannot find module '../types' or its corresponding type declarations.
|
Build & Test:
src/util/websockets/websocket-util.ts#L4
Cannot find module './logger' or its corresponding type declarations.
|
Build & Test:
src/util/websockets/websocket-util.ts#L32
Type '{ inverse: { public: { livenet: string; testnet: string; }; private: { livenet: string; testnet: string; }; }; linear: { public: { livenet: string; livenet2: string; testnet: string; }; private: { livenet: string; livenet2: string; testnet: string; }; }; ... 14 more ...; v5OptionPublic: { ...; }; }' is not assignable to type 'Record<APIMarket, Record<PublicPrivateNetwork, NetworkMapV3>> & Record<PublicOnlyWsKeys, Record<"public", NetworkMapV3>>'.
|
Build & Test:
src/util/websockets/websocket-util.ts#L387
Argument of type 'any' is not assignable to parameter of type 'never'.
|
Build & Test:
src/util/websockets/websocket-util.ts#L394
Argument of type 'APIMarket' is not assignable to parameter of type 'never'.
|
Build & Test:
src/util/websockets/websocket-util.ts#L497
Argument of type 'WsKey' is not assignable to parameter of type 'never'.
|
Build & Test:
src/util/websockets/websocket-util.ts#L527
Argument of type 'APIMarket' is not assignable to parameter of type 'never'.
|
Build & Test
Process completed with exit code 1.
|
Build & Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|