Update trading branch#28
Conversation
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
There was a problem hiding this comment.
Bug: Misleading Optional Properties Initialization
Type inconsistency: The cowShed, trading, and composable properties are declared as optional (?) but are always initialized in the constructor. This makes their optional typing misleading, as they will never be undefined at runtime.
packages/sdk/src/CowSdk.ts#L32-L38
cow-sdk/packages/sdk/src/CowSdk.ts
Lines 32 to 38 in e05e377
Was this report helpful? Give feedback by reacting with 👍 or 👎
11d31e1
into
jefferson/cow-430-create-cow-trading-package
This PR updates the trading package, which is currently open on the CoW side.