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

hyperledger / fabric-x-common
83%

Build:
DEFAULT BRANCH: main
Repo Added 08 Feb 2026 08:56AM UTC
Files 184
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
  • asn1-message-to-sign
  • asn1-unmarshal
  • blk-itr-ctx
  • copilot/fix-data-race-logger
  • coveralls
  • cryptogen-org-folder-domain
  • cryptogen-recreate
  • dependabot/go_modules/go_modules-9c5197dcb8
  • expose-ledger-api
  • fabric-lib-go-v1.1.3
  • fix-acl
  • fix-block-verification-policy-orderer
  • fix-data-hash
  • fix-fileledger-newest-empty
  • fix-gpl
  • grpc-logger
  • guide-for-configtx.md
  • hash-tls-cert
  • load-config-material
  • operation_endpoints
  • oreder_shared_config_ext
  • return-not-found-blk-store
  • rm-para-config-block
  • sidecar-notify-reject
  • unique-genesis-default
  • verifier-test

26 May 2026 03:16PM UTC coverage: 82.663% (-0.04%) from 82.705%
26457337030

push

github

web-flow
Fix newest iterator on empty file ledger (#116)

#### Type of change

- Bug fix

#### Description

When `SeekPosition_Newest` is used on an empty `FileLedger`, `Iterator`
computed `Height - 1`, underflowing to `math.MaxUint64`. This makes the
iterator request an impossible block number instead of waiting from
block zero.

- Guard newest seek when ledger height is zero
- Start empty-ledger newest iterators at block zero
- Add regression coverage for the empty-ledger case

#### Related

Companion for hyperledger/fabric-x-committer#601.

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

4 of 4 new or added lines in 1 file covered. (100.0%)

8 existing lines in 4 files now uncovered.

14848 of 17962 relevant lines covered (82.66%)

0.92 hits per line

Relevant lines Covered
Build:
Build:
17962 RELEVANT LINES 14848 COVERED LINES
0.92 HITS PER LINE
Source Files on main
  • Tree
  • List 184
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
26457337030 main Fix newest iterator on empty file ledger (#116) #### Type of change - Bug fix #### Description When `SeekPosition_Newest` is used on an empty `FileLedger`, `Iterator` computed `Height - 1`, underflowing to `math.MaxUint64`. This makes the iter... push 26 May 2026 03:19PM UTC web-flow github
82.66
26084144288 main Restore PeerPropose ACL resource and remove ACL capability gates (#115) #### Type of change - Bug fix #### Description Commit c948ab27e removed all ACL resource constants and default policy mappings, but fabric-smart-client's fabricx membershi... push 19 May 2026 07:58AM UTC web-flow github
82.71
25860317471 main [doc] configtx (#114) #### Type of change - Documentation update #### Description This commit adds documentation for network governance through configuration block. --------- Signed-off-by: Senthilnathan <cendhu@gmail.com> push 14 May 2026 12:37PM UTC web-flow github
82.71
25790586452 main remove unused parameters from config block (#113) #### Type of change - Improvement (improvement to code, performance, etc) #### Description Remove legacy Fabric ACLs and no-capability gates - drop lifecycle, lscc, and legacy default ACL res... push 13 May 2026 09:31AM UTC web-flow github
82.68
25376753476 main Added MaxPartyID field to SharedConfig proto (#112) #### Type of change - Improvement #### Description Added MaxPartyID field to SharedConfig proto #### Additional details (Optional) #### Related issues Signed-off-by: Genady Gurevich <gena... push 05 May 2026 12:39PM UTC web-flow github
82.41
24995516496 main replace concatenate bytes with asn1 marshal for block signatures (#108) https://github.com/hyperledger/fabric-x-common/issues/109 Signed-off-by: Hagar Meir <hagar.meir@ibm.com> push 27 Apr 2026 12:42PM UTC web-flow github
82.41
24951688617 main fix block validation policy encoding for arma (#107) <!-- Copyright IBM Corp. All Rights Reserved. SPDX-License-Identifier: Apache-2.0 DELETE MARKDOWN COMMENTS BEFORE SUBMITTING PULL REQUEST. If this PR introduces a breaking change that affect... push 26 Apr 2026 07:59AM UTC web-flow github
82.38
24833000854 main [cryptogen] Use the domain as the org folder name (#106) #### Type of change - Bug fix #### Description - Use the domain as the org folder name #### Related issues - resolves #105 Signed-off-by: Liran Funaro <liran.funaro@gmail.com> push 23 Apr 2026 11:38AM UTC web-flow github
82.38
24826178089 main Test block signature verifier with real policy (#103) #### Type of change - Test update #### Description - Test block signature verifier with real policy - Move `testcrypto` package from `fabric-x-committer` --------- Signed-off-by: Liran Fu... push 23 Apr 2026 08:54AM UTC web-flow github
82.38
24238255376 main [configtxgen] Solve potential race condition (#100) #### Type of change - Bug fix #### Description - Resolve potential race condition in configtxgen. - Address lint issues. #### Related issues - resolves #99 Signed-off-by: Liran Funaro <lir... push 10 Apr 2026 10:20AM UTC web-flow github
82.06
See All Builds (113)
  • 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