0chain / 0chain/0chain

Migrate `/v1/_x2m/block/notarized_block/get` to grpc

Open
#552 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.