Skip to content

4.0.0-dev0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ccf-bot ccf-bot released this 22 Nov 10:26
e8adbf9

Added

  • Added view_history and view_history_since query parameters to /app/commit endpoint for retrieving the full view history and the view history since a certain view (#4580)
  • Added BaseEndpointRegistry::get_view_history_v1 function to get the view history since a given revision (#4580)

Changed

  • enclave.type configuration entry now only supports Debug or Release. Trusted Execution Environment platform should be specified via new enclave.platform configuration entry (SGX, SNP or Virtual) (#4569).

Fixed

  • Fix issue with large snapshots that may cause node crash on startup (join/recover) if configured stack size was too low (#4566).