-
Notifications
You must be signed in to change notification settings - Fork 13
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
Poet Operator Manual. #391
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #391 +/- ##
=======================================
Coverage 74.8% 74.8%
=======================================
Files 23 23
Lines 1906 1906
=======================================
Hits 1426 1426
Misses 360 360
Partials 120 120 |
docs/poet_operator_manual.md
Outdated
* https://POET_URL/v1/pow_params | ||
nodes will query that URL to get the POW challenge parameters. | ||
it will change every round, safe to cache in all other moments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It could also change if the poet had been restarted with a different pow-difficulty
, in which case the cache should be invalidated.
> [!NOTE] | ||
> PoET will *not* start generating tree when it will detect that the round should be already in progress but the state of the round is empty. This is to prevent the situation when PoET is doing work for nothing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's not entirely true.
It will execute a round without any members. It's not optimal and could be improved.
But it will NOT create and execute an empty round when it is started in the middle of a round.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah but that's what I mean by "empty state of the round" not that it has no members but that it has not run yet etc. Could try to think how to make it more obvious.
cc39840
to
54914d9
Compare
No description provided.