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

Oracle: support "fast lane" member subset #563

Merged
merged 7 commits into from
Feb 7, 2023

Conversation

skozin
Copy link
Member

@skozin skozin commented Feb 6, 2023

The fast lane subset is a subset consisting of quorum oracles that changes on each frame. Fast lane members can, and are expected to, submit a report during the first part of the frame. Non-fast-lane members are only allowed to submit a report after the "fast-lane" part of the frame passes.

This is done to encourage each oracle from the full set to participate in reporting on a regular basis, and identify any malfunctioning members.

The subset selection is implemented as a sliding window of the quorum width over member indices (mod total members). The window advances by one index each reporting frame.

@skozin skozin merged commit a0a200b into feature/shapella-upgrade Feb 7, 2023
@skozin skozin deleted the feature/oracle-fast-lane branch February 7, 2023 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants