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

hyperledger / fabric-x-committer / 24080834919
91%
main: 91%

Build:
Build:
LAST BUILD BRANCH: dynamic-root-ca
DEFAULT BRANCH: main
Ran 07 Apr 2026 12:22PM UTC
Jobs 2
Files 128
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

07 Apr 2026 12:13PM UTC coverage: 91.375% (+0.1%) from 91.256%
24080834919

Pull #527

github

cendhu
[utils] rename TLSMaterials to TLSCredentials, ClientMaterial to DialInfo

The term "material" is strongly associated with "crypto material" in the
blockchain ecosystem, causing confusion. These structs hold resolved binary
connection data (loaded certs, endpoints, retry), not raw cryptographic
artifacts.

New naming convention:
- "Config" = user-provided structure (YAML, file paths)
- "TLSCredentials" = resolved TLS data (binary cert/key/CA bytes),
  aligned with gRPC's credentials terminology
- "DialInfo" = complete connection bundle (endpoints + credentials + retry),
  named for what consumers do with it: dial connections

Renames:
- TLSMaterials -> TLSCredentials
- ClientMaterial -> DialInfo (connection and ordererdial packages)
- NewClientCredentialsFromMaterial -> NewClientGRPCTransportCredentials
- NewServerCredentialsFromMaterial -> NewServerGRPCTransportCredentials
- NewClientTLSMaterials -> NewClientTLSCredentials
- NewServerTLSMaterials -> NewServerTLSCredentials
- NewClientMaterial -> NewDialInfo
- NewTLSMaterials -> NewTLSCredentials
- PartyIDToMaterial -> PartyIDToDialInfo
- connMaterial -> dialInfo
- material.go -> dialinfo.go (file rename)
Pull Request #527: [utils] rename TLSMaterials to TLSCredentials, ClientMaterial to Di…

81 of 82 new or added lines in 11 files covered. (98.78%)

5 existing lines in 4 files now uncovered.

9980 of 10922 relevant lines covered (91.38%)

42319.86 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
92.36
0.0% utils/monitoring/provider.go

Coverage Regressions

Lines Coverage ∆ File
2
95.74
-2.13% service/verifier/verifier_server.go
1
94.95
-1.01% loadgen/adapters/common.go
1
94.17
-0.83% mock/coordinator.go
1
86.42
-1.23% loadgen/adapters/verifier.go
Jobs
ID Job ID Ran Files Coverage
1 unit-test - 24080834919.1 07 Apr 2026 12:21PM UTC 81
76.2
GitHub Action Run
2 db-test - 24080834919.2 07 Apr 2026 12:22PM UTC 128
84.33
GitHub Action Run
Source Files on build 24080834919
  • Tree
  • List 128
  • Changed 11
  • Source Changed 0
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #527
  • PR Base - main (#24077869260)
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