mirror of
https://github.com/Xahau/xahaud.git
synced 2026-04-29 15:37:46 +00:00
Move ttEXPORT_SIGN handling to dedicated ExportSign transactor class, following the same pattern as ttENTROPY/Entropy from the RNG feature. UVTxns (signed validator transactions) should not be mixed with pseudo-transactions in the Change transactor. - Create ExportSign.h/cpp with preflight, preclaim, doApply - Route ttEXPORT_SIGN through ExportSign in applySteps.cpp - Remove UVTx branches from Change transactor - Add documentation markers to View.h for inUNLReport functions
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.