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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
test/CMakeLists.txt | ||
---|---|---|
60 ↗ | (On Diff #38565) | 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