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

Validation round oracle #3175

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Validation round oracle #3175

wants to merge 1 commit into from

Conversation

afck
Copy link
Contributor

@afck afck commented Jan 23, 2025

Motivation

For most uses of permissionless rounds (#3162), applications need to have access to the round number.

Proposal

Expose the round in which the block is being validated to the contract.

This should only be used in multi-leader rounds. The client cannot yet handle all cases where this oracle is consulted in single-leader rounds. (See #3172.)

Test Plan

An example application using this will be added in a separate PR.

Release Plan

  • Nothing to do / These changes follow the usual release cycle.

Links

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.

Round-number oracle App-based permissionless consensus rounds
1 participant