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

hyperledger / fabric-x-common / 29994846866
83%

Build:
DEFAULT BRANCH: main
Ran 23 Jul 2026 09:22AM UTC
Jobs 1
Files 183
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

23 Jul 2026 09:19AM UTC coverage: 82.507% (+0.006%) from 82.501%
29994846866

push

github

web-flow
Add snapshot rejection status codes (#145)

#### Type of change

- New feature

#### Description

Add three REJECTED_* status codes for snapshot transaction validation:

- REJECTED_SNAPSHOT_IN_PROGRESS (119): a prior committed snapshot is not
yet CHECKPOINTED, so a new snapshot cannot be accepted.
- REJECTED_SNAPSHOT_NO_CHECKPOINT (120): a prior snapshot exists that
was never checkpointed.
- REJECTED_DUPLICATE_SNAPSHOT_IN_BLOCK (121): more than one snapshot TX
appeared in the same block; only the first is processed and the rest are
rejected regardless of the first's outcome.


#### Additional details (Optional)

All three are well-formed transactions with a valid, extractable TX ID,
so they are placed in the stored band (like ABORTED_MVCC_CONFLICT): the
outcome is recorded in the state database. Storing does not block
legitimate retries, which always use a fresh TX ID.

Regenerated status.pb.go via make proto.

#### Related issues

  - resolves #143

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

14786 of 17921 relevant lines covered (82.51%)

0.92 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
85.71
-0.68% common/channelconfig/bundle.go
Jobs
ID Job ID Ran Files Coverage
1 29994846866.1 23 Jul 2026 09:22AM UTC 183
82.51
GitHub Action Run
Source Files on build 29994846866
  • Tree
  • List 183
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • e43f1af1 on github
  • Prev Build on main (#29990027049)
  • Next Build on main (#30802386675)
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