CCF
CCF copied to clipboard
Confidential Consortium Framework
``` 18: Test command: /__w/1/s/build/indexing_test 18: Test timeout computed to be: 10000000 18: terminating with uncaught exception of type std::logic_error: Looks like a permanent loop 18: [doctest] doctest version is...
When running tests under ASAN with clang-15, eg https://dev.azure.com/MSRC-CCF/CCF/_build/results?buildId=69051&view=logs&jobId=fff884fa-70f7-5142-c642-c9647ff4218c&j=fff884fa-70f7-5142-c642-c9647ff4218c&t=002ec585-ff09-575c-f94f-67274e66fb5c ``` 2: ==1648==ERROR: AddressSanitizer: alloc-dealloc-mismatch (operator new vs free) on 0x606000000380 2: error: did not detect a valid list table with...
**Is your feature request related to a problem? Please describe.** Yes, currently a txn can be globally committed without having the writes hit the disk because the commit doesn't wait...
The main work left here is to fetch the CRL, which isn't yet exposed to the ACI container via THIM.
As a developer, I need application settings or configuration variables that can be read and changed independently from the application. Suggestion: CCF could provide a new proposal action like "set_app_config"...
# Resolved 1. (#6187) All client requests are identical at the moment `[request -> 42, contentType |-> TypeEntry]`. Two ways to go here: - Fill them with something unique to...
Goal is for `js::core::Context` to be a pure interpreter (ie - we don't insert anything that QuickJS doesn't), and a vaguely readable interface. This PR works towards the latter by...
We have had the check-todo script for a while now, as part of our executable project policy and it's done a good job of keeping tasks in issues, where they...