microsoft/CCF ccf-7.0.3
microsoft/CCF
Captured source
source ↗published May 14, 2026seen 1dcaptured 9hhttp 200method plain
7.0.3
Repository: microsoft/CCF
Tag: ccf-7.0.3
Published: 2026-05-14T14:36:53Z
Prerelease: no
Release notes:
Added
- Added a
GLIBCXX_DEBUGCMake option to enable libstdc++ debug mode (_GLIBCXX_DEBUG) for CCF and its tests. When set, end-to-end tests run viaConcurrentRunnerare throttled to fewer parallel suites to compensate for the slower runtime, and thesubmitbinary (which links against Arrow) is disabled because Arrow is not built with_GLIBCXX_DEBUG(#7850).
Removed
- The
USE_LIBCXXCMake option and all associated libc++/libc++abi build and packaging support have been removed. CCF now builds exclusively with libstdc++ (#7850).
Changed
- Upgraded QuickJS from 2024-01-13 to 2025-09-13 (#7849).
- On a joiner's first attempt, the primary now requires the joiner's startup seqno to be at least as recent as the primary's latest committed snapshot on disk, preventing snapshot-less joiners from replaying the entire ledger (#7844).
Fixed
ledger_vizandsplit_ledgernow recognise signature transactions in COSE-only signed ledgers (recorded inpublic:ccf.internal.cose_signatures) (#7868).- Fix early exit of /log/public/historical/range when there are empty pages (#7869).