-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor exits logic. There is no change in the logic anywhere. The main differences are: - fetching the validator index and validator pub key are in separate functions, which makes it more readable what is the flow - `ExpertMode` is renamed to `SkipBeaconNodeCheck` as this is essentially what it does If others agree, I'm in favour of completely removing the `SkipBeaconNodeCheck` config, as it is unnecessary. category: refactor ticket: none
- Loading branch information
1 parent
92ce181
commit 3d6c2f0
Showing
3 changed files
with
86 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters