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

This PR #4223 adds a default error response definition and appends it to all endpoints. Following that, it'd be nice to have an API that allows defining custom error schema...

TODO
REST API

It might be useful to highlight in the docs where different default configurations options are used by `sandbox.sh`. For instance, the documentation for the sig delay says this is 1s/1000ms,...

documentation

**Is your feature request related to a problem? Please describe.** We have a CCF app, where parts of our code take in a `kv::Tx` argument and perform operations on it....

enhancement

**Is your feature request related to a problem? Please describe.** When a transaction is committed, indexing strategies receive a call back that allow them to cache the new KVs in...

enhancement

**Is your feature request related to a problem? Please describe.** See #4247 **Describe the solution you'd like** In order to compute a receipt, an indexing strategy needs the signature, the...

enhancement

**Is your feature request related to a problem? Please describe.** Currently there is a `range` function on the (currently) private untyped map https://github.com/microsoft/CCF/blob/e30c6fb0ad3d3a245fb1b79e88e4c5f32875d3de/src/kv/untyped_map_handle.cpp#L239 This means that serialization needs to be...

enhancement

**Is your feature request related to a problem? Please describe.** With http2 (and gRPC) streams it is possible to have longer lived connections from clients. Some endpoints need to be...

enhancement

It should be possible to separate registration from the rest of execution, so that registration can be done in a common sidecar and handed over to the 'real' executor. The...

4.x
S

https://github.com/fmtlib/fmt/releases/tag/9.1.0

TODO
3.x
p1
S

Most of the work for this is covered by other tickets, but using this as a hold-all for remaining work towards an MVP demo. Additional work I see for this...

4.x
M