Files
xahaud/cmake
Nicholas Dudfield 94edb5759d fix(export): gate pre-quorum on verified signature count
hasQuorum() and getExportsWithQuorum() were using raw signerMap.size()
which includes unverified signatures. TxQ could inject a ttEXPORT
pseudo-tx that then fails the stricter verified-signature check in
Change::applyExport(). Use verifiedSignatureCount() instead so TxQ
only injects when cryptographically verified quorum is actually met.

Also add cmake plumbing for enhanced logging: link date::date-tz when
available and enable BEAST_ENHANCED_LOGGING for Debug builds.
2026-03-06 18:38:54 +07:00
..
2026-02-20 07:11:11 +09:00
2026-02-20 07:11:11 +09:00
2026-02-20 07:11:11 +09:00
2026-02-20 07:11:11 +09:00
2026-02-20 07:11:11 +09:00
2026-02-20 07:25:13 +09:00
2026-02-20 07:11:11 +09:00
2026-02-20 07:11:11 +09:00
2026-02-20 07:11:11 +09:00
2026-02-20 07:11:11 +09:00
2026-02-20 07:11:11 +09:00

These are modules and sources that support our CMake build.

== FindBoost.cmake ==

In order to facilitate updating to latest releases of boost, we've made a local copy of the FindBoost cmake module in our repo. The latest official version can generally be obtained here.

The latest version provided by Kitware can be tailored for use with the version of CMake that it ships with (typically the next upcoming CMake release). As such, the latest version from the repository might not work perfectly with older versions of CMake - for instance, the latest version might use features or properties only available in the version of CMake that it ships with. Given this, it's best to test any updates to this module with a few different versions of cmake.