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

hyperledger / fabric-x-committer
92%

Build:
DEFAULT BRANCH: main
Repo Added 05 Feb 2026 01:59PM UTC
Files 128
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

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • apt-ci-fix
  • backoff-v5
  • bccsp-race
  • bench-report-metrics
  • bft-delivery
  • bob-rules
  • buffer-race
  • build-unify
  • channel-race
  • ci-gotestsum
  • cli-refactor
  • client-test-race
  • client-tls-bug
  • commit-config-immediately
  • config-docs-yaml
  • connection-test-dep
  • coveralls
  • cryptogen-recreate-support
  • default-test-node-startup-setup
  • deliver-check-block-order
  • deliver-seek-tls-cert
  • deliver-seek-tls-cert-fix
  • dependabot/go_modules/go_modules-9c5197dcb8
  • dependencygraph-race
  • deployment-strategy
  • doc-loadgen-artifacts
  • dynamic-root-ca
  • enable-pprof
  • expose-ledger-api
  • extract-prometheus-startup-and-grpc-server-start
  • fabric-lib-go-v1.1.3
  • fabric-logging
  • fix-connection-reset
  • fix-container-image
  • fix-container-test-macos
  • fix-db-test
  • fix-falky-svmupdate-test
  • fix-flaky
  • fix-flaky-conn-metrics
  • fix-flaky-loadgen-coord
  • fix-master-tserver-rf
  • fix-port-container-test
  • fix-release-path
  • fix-sign
  • fix-test-node-with-insecure
  • fix-waiting-tx-count
  • flaky-test-orderer
  • getpeersmspdirs-no-hardcode
  • go-fix
  • grpc-logger-fix
  • grpcservice-refactor
  • healthz-check
  • ledger-service-wait-behaviour
  • lifecycle-policy
  • limit-block-apis
  • limit-inputs-block-apis
  • load-config-block-certs
  • loadgen-manual-msp
  • loadgen-remove-ctx
  • make-ci-local
  • make-fixes
  • makefile-test-flags
  • metrics-tls
  • metrics-url-race
  • migrate-to-postgres-official-image
  • minimize-logs
  • mkdocs
  • mock-orderer-features
  • mock-orderer-stream-holder
  • mock-verifier-race
  • move-retry-package
  • namespace-policy-docs
  • optimize-map-block
  • orderer-config-race
  • pgx5
  • postgres-renaming
  • qs-pen-test-fix
  • race-detection
  • rate-limit-sidecar
  • refactor-channel
  • refactor-cmd
  • rename-util-files
  • review-ai-prompt
  • rm-gpl-tools
  • rm-reployment
  • rm-unused
  • root-ca-workaround-fix
  • sidecar-block-store-code-fix
  • sidecar-limit-active-txids-notifier
  • sidecar-race
  • sidecar-remove-chan-id
  • split-tablets
  • sustain-config
  • sync-block
  • template-tls-per-endpoint
  • test-container-port-binding
  • test-coverage-connection
  • test-coverage-improve
  • test-coverage-latency
  • test-coverage-tests
  • test-limiter-max-wait
  • test-minor-fixes
  • test-query-status
  • test-tls-flatten
  • testcrypto-race
  • testcrypto-refactor
  • tls-docs-update
  • update-common-dep
  • update-to-latest-common
  • update-to-yugabytedb-latest-lts
  • upgrade-pg
  • vc-race
  • verifier-test-remove-gomega
  • worktree-notification-docs

06 Apr 2026 02:47PM UTC coverage: 91.549% (+0.3%) from 91.284%
24036507470

push

github

web-flow
update fabric-x-common dependency (#524)

#### Type of change

- Improvement (improvement to code, performance, etc)
 
#### Description

This commit updates the fabric-x-common dependency to use the latest
`protoutil.ComputeDataHash` so that the committer can be compatible with
the orderer.

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

9999 of 10922 relevant lines covered (91.55%)

42836.17 hits per line

Relevant lines Covered
Build:
Build:
10922 RELEVANT LINES 9999 COVERED LINES
42836.17 HITS PER LINE
Source Files on main
  • Tree
  • List 128
  • Changed 16
  • Source Changed 0
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
24036507470 main update fabric-x-common dependency (#524) #### Type of change - Improvement (improvement to code, performance, etc) #### Description This commit updates the fabric-x-common dependency to use the latest `protoutil.ComputeDataHash` so that the c... push 06 Apr 2026 02:54PM UTC web-flow github
91.55
24035860746 main [util] discover client user dir instead of hardcoding .com suffix (#521) #### Type of change - Bug fix #### Description GetPeersMspDirs hardcoded ".com" when constructing user MSP paths, which broke when crypto-config used a domain withou... push 06 Apr 2026 02:36PM UTC web-flow github
91.28
24032985900 main [utils] Rename files to reflect their content (#513) #### Type of change - Improvement (improvement to code, performance, etc) #### Description No logic changes; pure file renames via git mv. #### Related issues - resolves #512 Signed-o... push 06 Apr 2026 01:13PM UTC web-flow github
91.38
24032798069 main [mock] fix flaky TestOrderer by making CutBlock synchronous (#504) #### Type of change - Test update #### Description Root cause: The inEnvs channel is buffered, so SubmitEnv returns immediately without the Run goroutine having processed the ... push 06 Apr 2026 01:07PM UTC web-flow github
91.59
24031953815 main [test] Add make ci-local to run full CI flow locally (#518) #### Type of change - Improvement (improvement to code, performance, etc) - Test update #### Description Add ci-local.sh that manages postgres and yugabyte containers, runs all C... push 06 Apr 2026 12:39PM UTC web-flow github
91.48
24022801986 main [utils/channel] Split channel.go into reader_writer.go and ready.go (#511) #### Type of change - Improvement (improvement to code, performance, etc) #### Description Separate the two unrelated concepts — context-aware channel read/write wr... push 06 Apr 2026 07:20AM UTC web-flow github
91.42
23998401145 main [docker] remove stale deployment directory (#506) #### Type of change - Improvement (improvement to code, performance, etc) #### Related issues - resolves #505 Signed-off-by: Senthilnathan <cendhu@gmail.com> push 05 Apr 2026 09:15AM UTC web-flow github
91.39
23796255643 main [cmd] add `committer healthcheck <service>` subcommands (#497) #### Type of change - New feature #### Description Add a healthcheck command that performs a gRPC health check against a running service using the same config file as 'start'. E... push 31 Mar 2026 12:08PM UTC web-flow github
91.42
23785829163 main [cmd] restructure and remove redundant flags (#496) #### Type of change - Improvement (improvement to code, performance, etc) #### Description - Move start commands from cmd/config/cmd.go to cmd/committer/start_cmd.go - Consolidate start comm... push 31 Mar 2026 07:38AM UTC web-flow github
91.2
23751537229 main Add slash command /pr-review (#473) #### Type of change - Improvement (improvement to code, performance, etc) #### Description This commit add .bob/commands/pr-review.md to review PR. Fully automated review once gh auth login is executed by ... push 30 Mar 2026 03:05PM UTC web-flow github
91.57
See All Builds (514)
  • Repo on GitHub
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