2.0.0-rc8
Pre-release
Pre-release
Fixed
- When using the
sandbox.shscript, always wait for/appfrontend to be open on all nodes before marking the service as open (#3779).
Changed
- Every leaf in the Merkle Tree, and every receipt now includes a claims digest (#3606).
Added
- Primary node now also reports time at which the ack from each backup node was last received (
GET /node/consensusendpoint). This can be used by operators to detect one-way partitions between the primary and backup nodes (#3769). - Current receipt format is now exposed to C++ applications as
ccf::Receipt, retrieved fromdescribe_receipt_v2. Note that the previous JSON format is still available, but must be retrieved as a JSON object fromdescribe_receipt_v1.