• Javed Khan's avatar
    pkg driver: use derive error types to optionally retry with backoff (#3130) · faf2e493
    Javed Khan authored
    * pkg derive: wrap errors by severity
    
    * pkg derive: wrap errors by severity
    
    * pkg derive: fix call with 2 return values
    
    * ci: fix golangci-lint warnings
    
    * ci: fix attributes test
    
    * pkg derive: update tests, restore err types
    
    * driver: update to use err severity from derive
    
    * op-node: fix retry callers
    
    * pkg derive: reimplement the custom error type
    
    * pkg derive: error - nits
    
    * pkg driver: update Step in event loop to backoff
    
    * pkg derive: match epoch hash with l1 block hash
    
    * pkg driver: handle backoff error
    
    * pkg driver: handle temporary errs with backoff
    
    also include additional if / else statements to log errors
    
    * op-node: req next step, with backoff, without blocking other events
    
    * pkg derive: update error types
    
    * pkg derive: typo
    Co-authored-by: default avatarprotolambda <proto@protolambda.com>
    faf2e493
Name
Last commit
Last update
..
backoff Loading commit data...
client Loading commit data...
cmd Loading commit data...
eth Loading commit data...
flags Loading commit data...
l1 Loading commit data...
l2 Loading commit data...
metrics Loading commit data...
node Loading commit data...
p2p Loading commit data...
rollup Loading commit data...
testlog Loading commit data...
testutils Loading commit data...
version Loading commit data...
withdrawals Loading commit data...
.gitignore Loading commit data...
Dockerfile Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
docker.go.work Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...
service.go Loading commit data...