Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EvoMap/evolver
/ resetBackoff
Function
resetBackoff
src/gep/validator/stakeBootstrap.js:164–167 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
162
}
163
164
function
resetBackoff() {
165
_state.transientFailures = 0;
166
_state.fundsFailures = 0;
167
}
168
169
function
pickDelay(kind) {
170
if
(kind ===
'transient'
) {
Callers
1
ensureValidatorStake
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected