Skip to content

Clarify ACs for long block auction #2312

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

Draft
wants to merge 1 commit into
base: genbutemple
Choose a base branch
from
Draft
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/0094-PRAC-protective_auctions.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ The default settings should be:

## Acceptance criteria

- When the network resumes after a crash (irrespective of how that was achieved) no trades get generated. All markets go into an auction of the same duration. Trades may only be generated in any market once the network-wide auction ends. (<a name="0094-PRAC-001" href="#0094-PRAC-001">0094-PRAC-001</a>)
- When the network resumes after a crash (irrespective of how that was achieved) which lasted longer than the shortest long-block auction threshold, no trades get generated. All markets go into an auction of the same duration. Trades may only be generated in any market once the network-wide auction ends. (<a name="0094-PRAC-001" href="#0094-PRAC-001">0094-PRAC-001</a>)

- When the network resumes after a [protocol upgrade](./0075-PLUP-protocol_upgrades.md) no trades get generated. All markets go into an auction of the same duration. Trades may only be generated in any market once the network-wide auction ends. (<a name="0094-PRAC-002" href="#0094-PRAC-002">0094-PRAC-002</a>)
- When the network resumes after a [protocol upgrade](./0075-PLUP-protocol_upgrades.md) which lasted longer than the shortest long-block auction threshold, no trades get generated. All markets go into an auction of the same duration. Trades may only be generated in any market once the network-wide auction ends. (<a name="0094-PRAC-002" href="#0094-PRAC-002">0094-PRAC-002</a>)

- When the lookup table for the network-wide auction is specified as:

Expand Down
Loading