-
Notifications
You must be signed in to change notification settings - Fork 105
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
feat(network/config): pass custom ssv config & get beacon config from node & remove hardcoded network values #1308
base: stage
Are you sure you want to change the base?
Conversation
02bff36
to
2ac7d3d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mostly small comments and questions :)
# Conflicts: # beacon/goclient/genesisgoclient/adapter.go # beacon/goclient/goclient.go # beacon/goclient/signing.go # cli/operator/node.go # cli/operator/node_test.go # ekm/eth_key_manager_signer.go # ekm/signer_key_manager_test.go # eth/eventhandler/event_handler.go # message/validation/genesis/consensus_validation.go # message/validation/genesis/validation.go # message/validation/genesis/validation_test.go # message/validation/validation_test.go # network/discovery/dv5_service.go # network/discovery/dv5_service_test.go # network/discovery/forking_dv5_listener.go # network/discovery/util_test.go # network/p2p/p2p_test.go # network/peers/connections/helpers_test.go # network/topics/controller_test.go # network/topics/msg_validator_test.go # network/topics/pubsub.go # network/topics/scoring.go # networkconfig/config.go # networkconfig/holesky-e2e.go # networkconfig/holesky-stage.go # networkconfig/holesky.go # networkconfig/local-testnet.go # networkconfig/mainnet.go # networkconfig/test-network.go # operator/duties/attester.go # operator/duties/attester_genesis_test.go # operator/duties/committee.go # operator/duties/committee_test.go # operator/duties/proposer_genesis_test.go # operator/duties/scheduler.go # operator/duties/scheduler_test.go # operator/duties/sync_committee.go # operator/duties/sync_committee_genesis_test.go # operator/duties/sync_committee_test.go # operator/duties/voluntary_exit.go # operator/duties/voluntary_exit_genesis_test.go # operator/node.go # operator/validator/controller.go # operator/validator/controller_test.go # operator/validator/router_test.go # operator/validator/task_executor.go # operator/validator/task_executor_test.go # protocol/genesis/qbft/roundtimer/timer.go # protocol/genesis/qbft/roundtimer/timer_test.go # protocol/genesis/ssv/runner/proposer.go # protocol/genesis/ssv/spectest/ssv_mapping_test.go # protocol/genesis/ssv/testing/runner.go # protocol/genesis/ssv/testing/validator.go # protocol/genesis/ssv/validator/opts.go # protocol/genesis/types/domain.go # protocol/v2/blockchain/beacon/client.go # protocol/v2/ssv/runner/committee.go # protocol/v2/ssv/spectest/ssv_mapping_test.go # protocol/v2/ssv/testing/runner.go # protocol/v2/ssv/validator/opts.go # registry/storage/shares_test.go # utils/boot_node/node.go # utils/testutils.go
Codecov ReportAttention: Patch coverage is
Additional details and impacted files☔ View full report in Codecov by Sentry. |
# Conflicts: # cli/operator/node.go # exporter/api/query_handlers_test.go # operator/node.go # protocol/v2/ssv/spectest/ssv_mapping_test.go # protocol/v2/ssv/validator/non_committee_validator.go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@y0sher sorry for the delay
@nkryuchkov just some minor comment suggestions
Note: this review is only for the message_rate.go
Closes #1687, #1865
Changes:
networkconfig.NetworkConfig
intonetworkconfig.SSV
andnetworkconfig.Beacon
networkconfig.SSV
) in yamlnetworkconfig.Beacon
) from beacon nodenetworkconfig.SSV
) config generationnetworkconfig
packageBeaconNetwork
interface as it's hard to work with