-
Notifications
You must be signed in to change notification settings - Fork 955
Enable reconstruction for nodes custodying more than 50% of columns and instrument tracing #8052
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
Conversation
commit a209f72 Author: Eitan Seri- Levi <[email protected]> Date: Mon Sep 15 20:18:40 2025 -0700 remove publish flag commit a4044a9 Author: Eitan Seri- Levi <[email protected]> Date: Mon Sep 15 20:14:34 2025 -0700 remove publish flag commit eab7693 Author: Eitan Seri- Levi <[email protected]> Date: Mon Sep 15 18:56:19 2025 -0700 linting commit a3e0aec Author: Eitan Seri- Levi <[email protected]> Date: Mon Sep 15 18:53:23 2025 -0700 Delete reconstruction when processesing column rpc requests
|
Some required checks have failed. Could you please take a look @jimmygchen? 🙏 |
…e trigger to attempt reconstruction if column count is >= 50%.
|
This pull request has merge conflicts. Could you please resolve them @jimmygchen? 🙏 |
# Conflicts: # beacon_node/network/src/network_beacon_processor/gossip_methods.rs # beacon_node/network/src/network_beacon_processor/mod.rs
| if !self | ||
| .chain | ||
| .data_availability_checker | ||
| .custody_context() | ||
| .should_attempt_reconstruction( | ||
| slot.epoch(T::EthSpec::slots_per_epoch()), | ||
| &self.chain.spec, | ||
| ) |
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.
| if !self | |
| .chain | |
| .data_availability_checker | |
| .custody_context() | |
| .should_attempt_reconstruction( | |
| slot.epoch(T::EthSpec::slots_per_epoch()), | |
| &self.chain.spec, | |
| ) | |
| if self | |
| .chain | |
| .data_availability_checker | |
| .custody_context() | |
| .should_attempt_reconstruction( | |
| slot.epoch(T::EthSpec::slots_per_epoch()), | |
| &self.chain.spec, | |
| ) |
|
other than my comment, this looks good to me |
|
@mergify dequeue |
|
This pull request has been removed from the queue for the following reason: The pull request #8052 has been manually updated. If you want to requeue this pull request, you can post a |
☑️ The pull request is not queued |
…nd instrument tracing (sigp#8052) Co-Authored-By: Jimmy Chen <[email protected]> Co-Authored-By: Jimmy Chen <[email protected]>
Addresses #8018 and more below: