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

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

Build:
Build:
LAST BUILD BRANCH: dynamic-root-ca
DEFAULT BRANCH: main
Ran 07 Apr 2026 12:23PM 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:17PM UTC coverage: 91.494% (+0.2%) from 91.256%
24080889311

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)

Signed-off-by: Senthilnathan <cendhu@gmail.com>
Pull Request #527: [utils] rename TLSMaterials to TLSCredentials, ClientMaterial to Di…

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

4 existing lines in 3 files now uncovered.

9993 of 10922 relevant lines covered (91.49%)

42543.24 hits per line

Uncovered Changes

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

Coverage Regressions

Lines Coverage ∆ File
2
97.87
0.0% service/verifier/verifier_server.go
1
94.95
-1.01% loadgen/adapters/common.go
1
97.5
2.5% mock/coordinator.go
Jobs
ID Job ID Ran Files Coverage
1 db-test - 24080889311.1 07 Apr 2026 12:23PM UTC 128
84.46
GitHub Action Run
2 unit-test - 24080889311.2 07 Apr 2026 12:23PM UTC 81
76.25
GitHub Action Run
Source Files on build 24080889311
  • Tree
  • List 128
  • Changed 13
  • Source Changed 0
  • Coverage Changed 13
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