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

hyperledger / fabric-x-common
82%

Build:
DEFAULT BRANCH: main
Repo Added 08 Feb 2026 08:56AM UTC
Files 197
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: SELECT
CHANGE BRANCH
x
  • No branch selected
  • add-system-tx-status
  • agents-init
  • arma_known_certs_support
  • asn1-message-to-sign
  • asn1-unmarshal
  • batch-block-hash
  • blk-itr-ctx
  • blkstorage/skip-unused-tx-index-info
  • copilot/fix-data-race-logger
  • coveralls
  • cryptogen-org-folder-domain
  • cryptogen-recreate
  • cryptogen/arma-adoption
  • dependabot/go_modules/go_modules-9c5197dcb8
  • dependabot/go_modules/go_modules-c93f3641e6
  • expose-ledger-api
  • fabric-lib-go-v1.1.3
  • feat/add_string_render_msp_policy
  • fix-acl
  • fix-block-verification-policy-orderer
  • fix-data-hash
  • fix-fileledger-newest-empty
  • fix-gpl
  • follow_compare_blocks_by_header_and_data
  • fxadmin_cli_skeleton
  • fxadmin_cli_skeleton_fix_review_comments
  • fxadmin_compute_update_command
  • fxadmin_decode_command
  • fxadmin_follow_command
  • fxadmin_follow_returns_the_config_block
  • fxadmin_improve
  • fxadmin_ledger_command_address_comments
  • fxadmin_ledger_commands
  • fxadmin_require_enough_resp_in_submit
  • fxadmin_set_tx_id_in_env
  • fxadmin_tx_command_merge_and_endorse
  • fxadmin_tx_command_prepare
  • fxadmin_tx_command_send
  • fxadmin_tx_command_submit
  • go-1.27
  • grpc-logger
  • guide-for-configtx.md
  • hash-tls-cert
  • hold-halt
  • hyphen-key
  • idemix-update
  • load-config-material
  • main
  • move-serve-connection-retry
  • new-status
  • no-capabilities-usage
  • notify-include-metadata
  • notify-new-api
  • operation_endpoints
  • oreder_shared_config_ext
  • remove-non-maintained-pkg
  • remove-spew
  • remove-tx-status-batch
  • rename-all-tx
  • replace-govaluate
  • return-not-found-blk-store
  • rm-para-config-block
  • sidecar-notify-reject
  • snapshot-checkpoint-policy
  • snapshot-proto
  • snapshot-reject-status
  • tx-metadata
  • tx-metadata-fix
  • unify-sidecar-service
  • unique-genesis-default
  • update-dependencies-4
  • verifier-test

03 Sep 2026 08:19AM UTC coverage: 81.783% (+0.02%) from 81.765%
33732769240

push

github

web-flow
[api] Remove TxStatusBatch (#169)

#### Type of change

- Improvement (improvement to code, performance, etc)

#### Description

- Remove `TxStatusBatch` from `api/committerpb/status.proto` and
regenerate `status.pb.go`.

#### Additional details (Optional)

- fabric-x-committer now owns the envelope as `servicepb.TxStatusBatch`.
- `TxStatus`, `Status`, `TxRef`, `TxIDsBatch`, `Notifier`, and
`QueryService` are unchanged.

#### Related issues

- resolves #168

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

13500 of 16507 relevant lines covered (81.78%)

0.82 hits per line

Relevant lines Covered
Build:
Build:
16507 RELEVANT LINES 13500 COVERED LINES
0.82 HITS PER LINE
Source Files on main
  • Tree
  • List 197
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
33732769240 main [api] Remove TxStatusBatch (#169) #### Type of change - Improvement (improvement to code, performance, etc) #### Description - Remove `TxStatusBatch` from `api/committerpb/status.proto` and regenerate `status.pb.go`. #### Additional details (... push 03 Sep 2026 08:22AM UTC web-flow github
81.78
33617740718 main Do not use stale Fabric capabilities (#175) #### Type of change - Improvement (improvement to code, performance, etc) - Test update #### Description Do not use stale Fabric capabilities when verifying a new bundle. We remove the now redundant... push 02 Sep 2026 10:09AM UTC web-flow github
81.77
33617383506 no-capabilities-usage Do not use stale Fabric capabilities Signed-off-by: Yoav Tock <TOCK@il.ibm.com> Pull #175 02 Sep 2026 10:05AM UTC tock-ibm github
81.78
33617127156 main Fxadmin improve (#177) #### Type of change - Feature update - Test update #### Description - Use logger in ledger command instead of print - Block flag in decode command changed to an argument #### Related issues (https://github.com/hyperledger... push 02 Sep 2026 10:02AM UTC web-flow github
81.79
33611838419 no-capabilities-usage Do not use stale Fabric capabilities Signed-off-by: Yoav Tock <TOCK@il.ibm.com> Pull #175 02 Sep 2026 09:03AM UTC tock-ibm github
81.78
33611749161 fxadmin_improve block in decode from flag to arg Signed-off-by: May.Buzaglo <May.Buzaglo@ibm.com> Pull #177 02 Sep 2026 09:02AM UTC tock-ibm github
81.79
33611512724 main [fxadmin] follow compare blocks by header and data (#176) #### Type of change - Feature update - Test update #### Description follow command in fxadmin compare the header + data (without signatures) #### Related issues (https://github.com/hyper... push 02 Sep 2026 09:00AM UTC web-flow github
81.79
33611388199 no-capabilities-usage Do not use stale Fabric capabilities Signed-off-by: Yoav Tock <TOCK@il.ibm.com> Pull #175 02 Sep 2026 08:58AM UTC tock-ibm github
81.77
33607640297 follow_compare_blocks_by_header_and_data [fxadmin] follow compare blocks by header and data Signed-off-by: May.Buzaglo <May.Buzaglo@ibm.com> Pull #176 02 Sep 2026 08:16AM UTC tock-ibm github
81.79
33605358017 unify-sidecar-service [committerpb] Consolidate sidecar RPCs into SidecarService Replace BlockQueryService and Notifier with a single SidecarService that also carries DeleteDBCloneForSnapshot, so new sidecar RPCs extend one service. Fabric block delivery stays on the ... Pull #179 02 Sep 2026 07:50AM UTC cendhu github
81.8
See All Builds (299)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc