CCF icon indicating copy to clipboard operation
CCF copied to clipboard

Confidential Consortium Framework

Results 300 CCF issues
Sort by recently updated
recently updated
newest added

- Adds a new `TxDiff` type that is similar to a `Tx` in that it takes changesets and a map name but produces a `MapDiff` instead of a `MapHandle`. -...

Resolves #3952. This currently implements a softer variant of what was previously discussed. Rather than killing sessions, we return HTTP errors. Even after returning such an error, we will not...

``` 50: :147: (WARNING/2) Title underline too short. 50: 50: ``nodes.security_policies`` 50: ~~~~~~~~~~~~~~~~~~ 50: :147: (WARNING/2) Title underline too short. 50: 50: ``nodes.security_policies`` 50: ~~~~~~~~~~~~~~~~~~ 50: :171: (ERROR/3) Unknown directive...

bug

We have implementations of the logging app in C++ and JS. We should also add one as an external Executor, probably in Python as that's what we have easy support...

enhancement
4.x
M

- Move rarely-modified `launch_host_process_test` to daily - Remove `recovery_test_curve_256` altogether (was only run in daily) and test recovery with different curve from existing recovery test

**Is your feature request related to a problem? Please describe.** When building an index with the [handle_committed_transaction](https://microsoft.github.io/CCF/main/build_apps/api.html#_CPPv4N3ccf8indexing8Strategy28handle_committed_transactionERKN3ccf4TxIDERKN2kv16ReadOnlyStorePtrE) we can iterate through the writes in that transaction but I can't see...

enhancement