Chronik uses the proto3 syntax, which isn't supported in older protobuf compilers. proto3 was introduced in 3.0.0, so this is the minimal possible version.
Details
Details
- Reviewers
Fabien - Group Reviewers
Restricted Project - Commits
- rABCee83e416fb31: [Chronik] Require at least Protobuf 3.0.0 for Chronik functional tests
cmake .. -GNinja -DBUILD_BITCOIN_CHRONIK=on
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- chronik-protobuf-check-version
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 22444 Build 44513: Build Diff build-without-wallet · build-debug · build-diff · build-clang-tidy · build-clang Build 44512: arc lint + arc unit
Event Timeline
test/CMakeLists.txt | ||
---|---|---|
60 | There is a missed opportunity here. We should rather consistently enforce 3.1.0 minimum version:
And clean the compatibility branch alltogether. |
Comment Actions
The version here does not relate to qt, and chronik is not built by default for now. Let's do the remaining part in another diff