erigontech / erigontech/silkworm
Implement RPC debug_getRaw* methods
Open
json rpc api
- Dominant language
- C++
- Stars
- 318
- Forks
- 84
- PR merge metrics
- No merged PRs in 30d
Description
Endpoints:
- debug_getRawBlock
- debug_getRawHeader
- debug_getRawReceipts
- debug_getRawTransaction
Optional:
- debug_getRawBadBlocks
Contributor guide
Research direction
No files, tests, or entry points are named. Start by locating the existing RPC handlers for debug_getRawBlock, debug_getRawHeader, debug_getRawReceipts, and debug_getRawTransaction, then inspect nearby Ethereum debug methods for conventions. Done means the listed endpoints work; debug_getRawBadBlocks is optional.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api, backend-api-design
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100