## 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))`
Description
Add block header hash calculation.
Location
src/types/block.zigCurrent Status
Structure exists, no hash calculation.
Tasks
Priority
Low - Useful for validation
Formula
hash = keccak256(RLP(header))