Replies: 1 comment 1 reply
-
Agreed. It's just the service manager directly interfacing with Eigenlayer, so functions in that may have a lock. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Most functions in
PreconfRegistry
,PreconfServiceManager
, andPreconfTaskManager
don't have reentrancy checks. I think for those functions that call third-party contracts (EigenLayer AVS), reentrancy checks should be added.Beta Was this translation helpful? Give feedback.
All reactions