Skip to content

Commit

Permalink
chore: Add AC for vega issue #10973 (#2221)
Browse files Browse the repository at this point in the history
* chore: Add AC for vega issue #10973

Adds and AC for the vegaprotocol/vega#10973 issue seen on testnet

* fix: add to features.json

* fix: json syntax
  • Loading branch information
gordsport authored Mar 22, 2024
1 parent fa68d3d commit ded1d2a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions protocol/0043-MKTL-market_lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,3 +365,8 @@ After `market.liquidity.successorLaunchWindowLength` has passed since market set
1. Once the governance proposal to resumed the market gets enacted the market can now leave the auction.
1. If no other auction triggers are active the market goes back into its default trading mode immediately (auction gets uncrossed and trades get generated).
1. If other auction triggers are active the market remains in auction mode until these allow it to leave it.

### Market gets suspended and resumed before it has been enacted (<a name="0043-MKTL-011" href="#0043-MKTL-011">0043-MKTL-011</a>)

1. A market is proposed and then suspended before it is enacted.
1. The market is resumed and should now be able to leave opening auction.
4 changes: 4 additions & 0 deletions protocol/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,10 @@
"milestone": "colosseo",
"acs": ["0083-RFPR-068"]
},
"Market suspended/resumed before enactment": {
"milestone": "colosseo",
"acs": ["0043-MKTL-011"]
},
"Unknown": {
"milestone": "unknown",
"acs": []
Expand Down

0 comments on commit ded1d2a

Please sign in to comment.