Rename `block.Header` to `block.BlockHeader`
Open
Refactoring
- Dominant language
- Go
- Stars
- 44
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
`block.Header` currently uses too wide name, but it belongs to only `block.Block`.
Contributor guide
Research direction
Search the repository for references to `block.Header` and inspect how the `block` package defines and uses the type. Rename the type to `block.BlockHeader`, update all references, and run the existing test suite to confirm the repository still builds and passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- blockchain
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100