Migrate `/v1/_x2m/block/notarized_block/get` to grpc
Open
grpc
miner
post-mainnet
- Dominant language
- Go
- Stars
- 121
- Forks
- 63
- PR merge metrics
- No merged PRs in 30d
Description
This issue has no description.
Contributor guide
Research direction
The issue mentions migrating a specific HTTP endpoint to gRPC. First, locate the existing `/v1/_x2m/block/notarized_block/get` route in the codebase, likely in an HTTP handler or router. Then, understand the current request/response format. Research the project's gRPC setup and protobuf definitions to see how other endpoints are structured. Implement the new gRPC service method and update any client calls. Testing involves verifying the new gRPC endpoint returns the same data as the old HTTP endpoint.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, grpc
- Domain
- api, backend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100