Skip to content

Comments

Drop verify single RpcBlock fns#7008

Closed
dapplion wants to merge 1 commit intosigp:unstablefrom
dapplion:drop-single-rpc-block-verify
Closed

Drop verify single RpcBlock fns#7008
dapplion wants to merge 1 commit intosigp:unstablefrom
dapplion:drop-single-rpc-block-verify

Conversation

@dapplion
Copy link
Collaborator

Issue Addressed

Noted that we never have to verify individual RpcBlocks for sync. Lookup sync sends the block alone always, and range sync sends chain segments.

Proposed Changes

  • Removed verify_kzg_for_rpc_block
  • Removed IntoExecutionPendingBlock impl for RpcBlock. Now lookup sync blocks use the SignedBeaconBlock IntoExecutionPendingBlock impl which is the same
  • Switched tests to import RpcBlocks with process_chain_segment

@dapplion dapplion requested a review from jxs as a code owner February 18, 2025 04:01
@michaelsproul
Copy link
Member

Should we merge this before:

?

@michaelsproul michaelsproul added work-in-progress PR is a work-in-progress code-quality labels Feb 18, 2025
@dapplion
Copy link
Collaborator Author

Should we merge this before

Independent, I can fix conflicts later.

@dapplion dapplion force-pushed the drop-single-rpc-block-verify branch from 5d44eb0 to d1273da Compare March 12, 2025 06:05
@dapplion dapplion added ready-for-review The code is ready for review and removed work-in-progress PR is a work-in-progress labels Mar 12, 2025
@mergify
Copy link

mergify bot commented May 19, 2025

This pull request has merge conflicts. Could you please resolve them @dapplion? 🙏

@mergify mergify bot added waiting-on-author The reviewer has suggested changes and awaits thier implementation. and removed ready-for-review The code is ready for review labels May 19, 2025
@mergify
Copy link

mergify bot commented May 19, 2025

Some required checks have failed. Could you please take a look @dapplion? 🙏

@mergify
Copy link

mergify bot commented Jun 18, 2025

Hi @dapplion, this pull request has been closed automatically due to 30 days of inactivity. If you’d like to continue working on it, feel free to reopen at any time.

@mergify mergify bot closed this Jun 18, 2025
@mergify mergify bot added the stale Stale PRs that have been inactive and is now outdated label Jun 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code-quality stale Stale PRs that have been inactive and is now outdated waiting-on-author The reviewer has suggested changes and awaits thier implementation.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants