• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

hyperledger / fabric-x-common / 22176726757
82%

Build:
DEFAULT BRANCH: main
Ran 19 Feb 2026 09:50AM UTC
Jobs 1
Files 180
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 Feb 2026 09:48AM UTC coverage: 82.173% (+0.006%) from 82.167%
22176726757

push

github

web-flow
[proto] add block query APIs (#85)

#### Type of change

- New feature

#### Description

This commits adds the following four gRPC APIs
```go
    rpc GetBlockchainInfo(google.protobuf.Empty) returns (common.BlockchainInfo);
    rpc GetBlockByNumber(BlockNumber) returns (common.Block);
    rpc GetBlockByTxID(TxID) returns (common.Block);
    rpc GetTxByID(TxID) returns (common.Envelope);
```

to be exposed by the sidecar to allow endorser/fsc to query block or tx
envelope from the ledger store.

Signed-off-by: Senthilnathan <cendhu@gmail.com>

14492 of 17636 relevant lines covered (82.17%)

0.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22176726757.1 19 Feb 2026 09:50AM UTC 180
82.17
GitHub Action Run
Source Files on build 22176726757
  • Tree
  • List 180
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 26c5a49e on github
  • Prev Build on main (#22067761500)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc