Merged
Conversation
Performance Report✔️ no performance regression detected Full benchmark results
|
Collaborator
Author
|
there is performance issue which should be fixed in other PRs this branch:
|
Closed
wemeetagain
pushed a commit
that referenced
this pull request
Nov 12, 2025
wemeetagain
pushed a commit
that referenced
this pull request
Mar 12, 2026
lodekeeper-z
added a commit
to lodekeeper-z/lodestar-z
that referenced
this pull request
Mar 28, 2026
Medium issue ChainSafe#6 from REVIEW.md: submitBlindedBlock response dropped transactions (the whole point of unblinding). Also dropped withdrawals and extra_data as arena-owned strings. Now parseExecutionPayload: - Decodes each transaction from 0x-prefixed hex into owned bytes - Decodes withdrawals array (index, validatorIndex, address, amount) - Deep-copies extra_data from JSON arena into caller-owned memory All 130 execution tests pass. 🤖 Generated with AI assistance
lodekeeper-z
added a commit
to lodekeeper-z/lodestar-z
that referenced
this pull request
Mar 28, 2026
- attestation_service: use signing_ctx.slots_per_epoch instead of hardcoded /32 in reorg handler (fix #1) - sync_committee_service: add TODO comments noting SYNC_COMMITTEE_SIZE=512 and SUBNET_COUNT=4 are mainnet-only; minimal preset differs (fix ChainSafe#2) - validator: add TODO comment on hardcoded 256 EPOCHS_PER_SYNC_COMMITTEE_PERIOD (fix ChainSafe#3) - attestation_service: rename getDutiesAtSlot(slot) -> allDuties() since the slot param was unused; update call site (fix ChainSafe#4) - signing: add current_epoch param to voluntaryExitSigningRoot() instead of calling std.time.timestamp() internally; keeps function pure/testable (fix ChainSafe#5) - validator: replace inline @import("doppelganger.zig") with dopple_mod alias already imported at top of file (fix ChainSafe#6) - validator_store: change isRemote from *const to *ValidatorStore since it calls mutex.lock() which requires mutability (fix ChainSafe#7) 🤖 Generated with AI assistance
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Motivation