-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Background
batch_hash is currently included in Morph block header.
Based on current architecture and usage, this field is no longer necessary and increases maintenance complexity.
Functional Description
Refactor header-related code to remove batch_hash completely.
Ensure payload building, execution, and RPC paths continue to work after this change.
Scope
- Remove
batch_hashfrom Morph header definition - Update all related references in payload / evm / rpc / node code
- Update affected tests and docs
Acceptance Criteria
-
batch_hashis removed from Morph header and related structs -
cargo check --workspacepasses - Related tests pass
- Node can start and build blocks normally
Reference
- Design/Discussion:
- Related source file:
crates/primitives/src/header.rs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed