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

Reject invalid epoch requests #16

Closed
rillian opened this issue Jun 27, 2022 · 1 comment
Closed

Reject invalid epoch requests #16

rillian opened this issue Jun 27, 2022 · 1 comment
Labels
good first issue Good for newcomers

Comments

@rillian
Copy link
Contributor

rillian commented Jun 27, 2022

#15 allows the client to request a specific epoch, which I think is appropriate, since it must coordinate that with its submission preparation. It also adds error propagation if the randomness evalutation fails, e.g. if the epoch has already been punctured.

The server should also reject requests for epochs that are part of the ppoprf object config, but not yet "in service" to limit the time window available for sybil attacks. It might as well also reject known-expired epochs in the request validator instead of relying on the slower randomness_server_eval() call.

@rillian rillian added the good first issue Good for newcomers label Jun 27, 2022
@rillian
Copy link
Contributor Author

rillian commented May 8, 2023

This was resolved by #50.

@rillian rillian closed this as completed May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant