Raised as an issue against the SDK, MarketStatus contains a value of Locked which is not currently used. Market also has marketLockTimestamp which is used.
The confusion comes when querying for Open markets and some of the returned markets will error when attempting to create orders for them as the lock time might have past.
We should probably deprecate that status or understand how to update markets to that status once their lock time has past.
Raised as an issue against the SDK,
MarketStatuscontains a value ofLockedwhich is not currently used.Marketalso hasmarketLockTimestampwhich is used.The confusion comes when querying for
Openmarkets and some of the returned markets will error when attempting to create orders for them as the lock time might have past.We should probably deprecate that status or understand how to update markets to that status once their lock time has past.