CCF
CCF copied to clipboard
Confidential Consortium Framework
In test runs where in new nodes want join a network that is in `Opening` state without any read only snapshots to seed them are failing. Most likely it could...
As per [5.0 release notes](https://github.com/microsoft/CCF/releases/tag/ccf-5.0.0), `release/5.x` is the last LTS with SGX support. 6.0 (`main` at the moment) will target confidential containers exclusively, and switch from Ubuntu to [Azure Linux...
On a service without an interface called "primary_rpc_interface" and without a "redirections" anyway, this gets logged: ``` 2024-08-16T11:10:55.912539Z -0.001 0 [fail ] ../src/node/rpc/frontend.h:378 | Could not find startup config for...
With `gov/service/javascript-app` the modification of endpoint schema from snake_case inputs to camelCase in output breaks validations logic we have. Eg js_module in the bundle is jsModule in the javascript-app ouptut....
https://dev.azure.com/MSRC-CCF/CCF/_build/results?buildId=87021&view=logs&j=b6a3fffa-f95e-580b-9bcb-4ae7d4681578&t=7439823f-f6a2-5514-9be9-467f4c602fdd ``` 26: Test command: /CCF/build/channels_test 26: Environment variables: 26: TSAN_OPTIONS=suppressions=/CCF/tsan_env_suppressions 26: ASAN_OPTIONS=alloc_dealloc_mismatch=0 26: Test timeout computed to be: 10000000 26: libc++abi: terminating due to uncaught exception of type ccf::NodeToNode::DroppedMessageException:...
In the future we need to support Turin CPUs and with Turin comes a new TCB version format. Hence in this PR we make TCB versions a raw byte array...
- [x] cchost #6905 #6907 - [ ] ccf_js - [x] ccf_kv #7006 - [ ] ccf_endpoints #7076 - [ ] ccf - [x] ccfcrypto #7009 - [ ] `include/`...
We have a race condition, where a delayed fsync running in a worker thread tries to access resources which have already been freed by the main thread on shutdown. Currently...
The build-time distinction between SNP and Virtual is unhelpful, results in a huge amount of duplication in our CMake. This was necessary on SGX, where the targets had significantly different...