subnet-evm icon indicating copy to clipboard operation
subnet-evm copied to clipboard

add pausable uptime manager

Open ceyonur opened this issue 1 year ago • 0 comments

Why this should be merged

Adds pausable uptime manager interface for uptime tracking

How this works

Pausable uptime manager extends the avalanchego uptime manager by introducing callback listeners for validators state (under plugin/evm/validators). The idea is to pause a node's uptime and then can continue whenever it's resumed. It also modifies Connect, Disconnect, StartTracking` accordingly.

How this was tested

Added tests

How is this documented

Comments in code

ceyonur avatar Sep 12 '24 16:09 ceyonur