Skip to content

Implement block header hash calculation #24

Description

@ch4r10t33r

Description

Add block header hash calculation.

Location

  • File: src/types/block.zig
  • Line: 75

Current Status

Structure exists, no hash calculation.

Tasks

  • RLP encode block headers
  • Calculate Keccak-256 hash
  • Support different forks
  • Validate against mainnet
  • Add tests

Priority

Low - Useful for validation

Formula

hash = keccak256(RLP(header))

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions