-
Notifications
You must be signed in to change notification settings - Fork 904
Offloading KZG Proof Computation from the beacon node #7117
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
Conversation
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
dapplion
reviewed
Mar 12, 2025
This pull request has merge conflicts. Could you please resolve them @jimmygchen? 🙏 |
jimmygchen
commented
Mar 17, 2025
# Conflicts: # beacon_node/beacon_chain/src/data_availability_checker.rs # beacon_node/beacon_chain/src/fetch_blobs.rs # beacon_node/http_api/src/publish_blocks.rs
This pull request has merge conflicts. Could you please resolve them @jimmygchen? 🙏 |
…ead of just custody columns.
jimmygchen
commented
Apr 7, 2025
# Conflicts: # beacon_node/beacon_chain/src/fetch_blobs.rs
…roofs` max size to be same as spec.
jimmygchen
added a commit
that referenced
this pull request
Apr 7, 2025
Squashed commit of the following: commit a5f9649 Author: Jimmy Chen <[email protected]> Date: Mon Apr 7 23:17:23 2025 +1000 Update error logging when proofs len is inconsistent and update `KzgProofs` max size to be same as spec. commit 68bb317 Author: Jimmy Chen <[email protected]> Date: Mon Apr 7 22:37:24 2025 +1000 Revive block root logging to fetch blobs function. commit e47032e Merge: d6197be 47a85cd Author: Jimmy Chen <[email protected]> Date: Mon Apr 7 22:35:07 2025 +1000 Merge remote-tracking branch 'origin/unstable' into cell_proofs # Conflicts: # beacon_node/beacon_chain/src/fetch_blobs.rs commit d6197be Author: Jimmy Chen <[email protected]> Date: Mon Apr 7 18:31:19 2025 +1000 Remove data column receiver and fix getBlobs storing all columns instead of just custody columns. commit e6f1c11 Author: Jimmy Chen <[email protected]> Date: Fri Apr 4 16:54:14 2025 +1100 Remove blob KZG proof computation in `getBlobSidecars` API. commit 1fbf643 Merge: 089338d 0e6da0f Author: Jimmy Chen <[email protected]> Date: Fri Apr 4 16:50:09 2025 +1100 Merge branch 'unstable' into cell_proofs commit 089338d Merge: b92f978 3f6c11d Author: Jimmy Chen <[email protected]> Date: Tue Mar 25 23:18:07 2025 +1100 Merge remote-tracking branch 'origin/unstable' into cell_proofs # Conflicts: # beacon_node/beacon_chain/src/data_availability_checker.rs # beacon_node/beacon_chain/src/fetch_blobs.rs # beacon_node/http_api/src/publish_blocks.rs commit b92f978 Author: Jimmy Chen <[email protected]> Date: Tue Mar 25 23:11:06 2025 +1100 Revert `BlobsBundle` field name change and rename proofs field in `BlobsAndProof`. commit 898e3fa Author: Jimmy Chen <[email protected]> Date: Thu Mar 13 00:37:59 2025 +1100 Remove blob proof validation under PeerDAS. commit 67e92b7 Author: Jimmy Chen <[email protected]> Date: Wed Mar 12 16:45:02 2025 +1100 Add support for getPayloadV5 and getBlobsV2. commit 0e9a400 Author: Mark Mackey <[email protected]> Date: Tue Mar 11 19:09:21 2025 -0500 just getting started..
dapplion
reviewed
Apr 7, 2025
dapplion
reviewed
Apr 8, 2025
This pull request has merge conflicts. Could you please resolve them @jimmygchen? 🙏 |
dapplion
approved these changes
Apr 8, 2025
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.
LGTM!
# Conflicts: # beacon_node/network/src/network_beacon_processor/mod.rs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
das
Data Availability Sampling
fulu
Required for the upcoming Fulu hard fork
peerdas-devnet-6
ready-for-merge
This PR is ready to merge.
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.
Issue Addressed
Addresses #7108
getPayloadV5
andgetBlobsV2
Tasks
getBlobsSidecars
Beacon API