Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: couple nice to have acs #2250

Merged
merged 1 commit into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions protocol/0074-BTCH-batch-market-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ After entering or exiting an auction mid-batch, the full batch must be processed
- Funds released by cancellations or amendments within the batch should be immediately available for later instructions (<a name="0074-BTCH-009" href="#0074-BTCH-009">0074-BTCH-009</a>). For product spot: (<a name="0074-BTCH-019" href="#0074-BTCH-019">0074-BTCH-019</a>)
- If an instruction within a batch causes another party to become distressed, position resolution should be attempted before further instructions within the batch are executed (<a name="0074-BTCH-010" href="#0074-BTCH-010">0074-BTCH-010</a>)
- Instructions within the same category within a batch should be executed in the order they are received. For example, if two Cancellations instructions are submitted in a batch: [C1, C2], then C1 should be executed before C2. (<a name="0074-BTCH-011" href="#0074-BTCH-011">0074-BTCH-011</a>)
- If the margin mode update transaction fails all transactions in the batch referring to the same market are Stopped. (<a name="0074-BTCH-020" href="#0074-BTCH-020">0074-BTCH-020</a>)
- If the margin mode update transaction fails all transactions in the batch referring to a different market are attempted as usual. (<a name="0074-BTCH-021" href="#0074-BTCH-021">0074-BTCH-021</a>)
- If the margin mode update transaction fails all transactions in the batch referring to the same market are Stopped. (<a name="0074-BTCH-020" href="#0074-BTCH-020">0074-BTCH-020</a>). For product spot (<a name="0074-BTCH-022" href="#0074-BTCH-022">0074-BTCH-022</a>)
- If the margin mode update transaction fails all transactions in the batch referring to a different market are attempted as usual. (<a name="0074-BTCH-021" href="#0074-BTCH-021">0074-BTCH-021</a>). For product spot (<a name="0074-BTCH-023" href="#0074-BTCH-023">0074-BTCH-023</a>)
4 changes: 3 additions & 1 deletion protocol/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,9 @@
"0044-LIME-116",
"0044-LIME-117",
"0044-LIME-118",
"0044-LIME-119"
"0044-LIME-119",
"0074-BTCH-022",
"0074-BTCH-023"
]
},
"Spot stretch": {
Expand Down
Loading