-
Notifications
You must be signed in to change notification settings - Fork 3
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
Price delayed publications for proving and modify the ProverMarket #68
Labels
prover incentives
A feature related to the prover incentive mechanism
Comments
This is our thinking so far(I'll try to create a PR for this soon)
|
After starting to work on this I realized we still needed the prover to prove how many were non delayed publications(since we were using that for calculating the fees). Because of that I believe it makes more sense to treat the delayed publications as part of the fees, and just differentiate them when calling |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As part of the ahead of time auction design, we have the idea of pricing delayed publications differently.
If we go down this path, calculating rewards when there are delayed publications becomes more tricky, at least with the current proposed implementation. This is because we are currently not storing in the
Period
struct wether a publication is delayed or not.Once we decide if we want to price them differently, we should implement a mechanism to do so in the
ProverManager
The text was updated successfully, but these errors were encountered: