Skip to content

Conversation

dvush
Copy link
Contributor

@dvush dvush commented Oct 13, 2025

πŸ“ Summary

Send bundle hash to block processor

πŸ’‘ Motivation and Context


βœ… I have completed the following steps:

  • Run make lint
  • Run make test
  • Added tests (if applicable)

@dvush dvush requested review from Copilot and removed request for Copilot October 13, 2025 14:49
@dvush dvush requested a review from ZanCorDX as a code owner October 13, 2025 14:49
@Copilot Copilot AI review requested due to automatic review settings October 13, 2025 15:37
@dvush dvush force-pushed the bundle_hash_to_block_processor branch from d0c3557 to 7f7435c Compare October 13, 2025 15:37
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds bundle hash information to the block processor by including a new bundle_hash field in the UsedBundle struct and populating it when processing bundles.

  • Added bundle_hash: B256 field to UsedBundle struct with serde serialization support
  • Updated bundle processing logic to include the bundle hash when creating UsedBundle instances
  • Added comprehensive test coverage for the new serialization behavior

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@dvush dvush merged commit 40921e6 into develop Oct 14, 2025
3 checks passed
@dvush dvush deleted the bundle_hash_to_block_processor branch October 14, 2025 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants