Hello,
I have a question related to the calculation of the global stale rate in the 1mb segwit version.
p2pool/p2pool/web.py, lines 94-102:
stale_prop = p2pool_data.get_average_stale_prop(node.tracker, node.best_share_var.value, lookbehind)
So to calculate the stale_prop the function "get ...