-
Notifications
You must be signed in to change notification settings - Fork 149
networkconfig: make hardcoded values configurable #2164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
MatusKysel
merged 57 commits into
networkconfig-extract-beacon-params
from
networkconfig-make-hardcoded-configurable
May 27, 2025
Merged
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
fca0876
beacon/goclient: get beacon config from beacon node
nkryuchkov 5253cca
Merge branch 'networkconfig-extract-beacon-params' into networkconfig…
nkryuchkov c3f3527
use beacon config obtained from beacon node
nkryuchkov e57ef03
log config as JSON
nkryuchkov 3cdda27
networkconfig: CLI for custom SSV config generation
nkryuchkov 17eb427
implement JSON marshaling and YAML marshaling/unmarshaling
nkryuchkov cf5db78
remove TotalEthereumValidators
nkryuchkov 72f4d8d
simplify marshaling/unmarshaling logic
nkryuchkov 1337765
fix markdown formatting
nkryuchkov e226819
use yaml@v3
nkryuchkov b91c135
add tests
nkryuchkov a286f15
simplify unmarshaling
nkryuchkov 65acd9b
delete a comment
nkryuchkov 7dd8ea4
Merge branch 'networkconfig-extract-beacon-params' into networkconfig…
nkryuchkov d5dea5a
use Stringer to log node
nkryuchkov 4fc30f2
guard beacon config reads with mutex
nkryuchkov c04d2b9
add a timeout log
nkryuchkov c2e2f8f
delete hardcoded beacon configs
nkryuchkov be8fbb7
Revert "delete hardcoded beacon configs"
nkryuchkov b43d3e5
networkconfig: make hardcoded values configurable
nkryuchkov ae1a6cb
Merge branch 'networkconfig-generate-ssv' into networkconfig-make-har…
nkryuchkov b1d22f0
Merge branch 'networkconfig-extract-beacon-params' into networkconfig…
nkryuchkov e8d1fa2
fix issues after merging
nkryuchkov 301fe46
code review comments
nkryuchkov c93cc43
Merge branch 'networkconfig-from-beacon-node' into networkconfig-gene…
nkryuchkov 7be669a
Merge branch 'networkconfig-generate-ssv' into networkconfig-make-har…
nkryuchkov ebde306
fix issues after merging
nkryuchkov bec420c
delete outer metrics for genesisForClient
nkryuchkov d1fd692
rewrite modulo calculation
nkryuchkov 9947640
code review comments
nkryuchkov a22b256
unexport supportedSSVConfigs
nkryuchkov 34f8fc0
revert the modulo calculation
nkryuchkov 06d5f8a
add EpochDuration mock
nkryuchkov 5f8dd7e
G115
nkryuchkov 36a7a31
fill missing fields in configs
nkryuchkov 70ce02e
add a comment about eth spec
nkryuchkov 5ccf73e
fix error text
nkryuchkov 94aec3b
use genesis validators root from config in computeVoluntaryExitDomain
nkryuchkov f8af8b0
Merge branch 'networkconfig-extract-beacon-params' into networkconfig…
nkryuchkov aa5d378
Merge branch 'networkconfig-from-beacon-node' into networkconfig-gene…
nkryuchkov 53cc7c3
Merge branch 'networkconfig-generate-ssv' into networkconfig-make-har…
nkryuchkov 144e380
fix linter
nkryuchkov 95279d0
Merge branch 'networkconfig-generate-ssv' into networkconfig-make-har…
nkryuchkov a04d173
Merge branch 'networkconfig-extract-beacon-params' into networkconfig…
nkryuchkov 5183f8b
fix a typo
nkryuchkov 8b4d726
remove redundant comments
nkryuchkov a91171b
Merge branch 'networkconfig-extract-beacon-params' into networkconfig…
nkryuchkov 74167bd
Merge branch 'networkconfig-from-beacon-node' into networkconfig-gene…
nkryuchkov 3ec364e
fix a context bug
nkryuchkov 180db70
Merge branch 'networkconfig-from-beacon-node' into networkconfig-gene…
nkryuchkov 3a1cc0d
Merge branch 'networkconfig-generate-ssv' into networkconfig-make-har…
nkryuchkov 5478ec1
fix issues after merging
nkryuchkov f790d99
pass network config name
nkryuchkov ae9dde4
Merge branch 'networkconfig-extract-beacon-params' into networkconfig…
nkryuchkov 6d720fe
Merge branch 'networkconfig-from-beacon-node' into networkconfig-gene…
nkryuchkov 1eaef3d
Merge branch 'networkconfig-generate-ssv' into networkconfig-make-har…
nkryuchkov 28bf5ce
Merge branch 'networkconfig-extract-beacon-params' into networkconfig…
nkryuchkov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.