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))

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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