0.2.3
Protocol Devnet Release | Client @ 1.1.4
| Admin Client @ 0.2.1
#35
Closed
druspencer
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Yesterday we deployed version
0.2.3
of the protocol todevnet
Protocol
0.2.3
initializing
The primary change in this release was the addition of a the market status
initializing
. When a market is created, its status will be set asinitializing
- only when a market is in this state can outcomes be added to it. Once your market has outcomes added to it, you can then transition it toopen
with the admin endpointopenMarket(program, marketPk)
.This release also fixes an issue whereby you could not filter markets by status if you were using a client newer than
1.1.2
.If you are a market creator, you will want to add
openMarket
into your market creation workflows.Client
1.1.4
initializing
Admin Client
0.2.1
open
-openMarket(program, marketPk)
Beta Was this translation helpful? Give feedback.
All reactions