After #269 this seems quite obvious. The pool and oracle health are independent, meaning that oracle can be healthy and posting, but the pool might be down due to lack of consensus, etc.
The metric to determine the pool's health is that the pool box is fresh enough. The first solution that comes to mind is to check if the height of the pool box height >= (current height - epoch length).
After #269 this seems quite obvious. The pool and oracle health are independent, meaning that oracle can be healthy and posting, but the pool might be down due to lack of consensus, etc. The metric to determine the pool's health is that the pool box is fresh enough. The first solution that comes to mind is to check if the height of the
pool box height >= (current height - epoch length)
.