microsoft / LSKV

A Ledger-backed Secure Key-Value store (LSKV), built on the Confidential Consortium Framework (CCF)
https://microsoft.github.io/CCF
MIT License
33 stars 6 forks source link

Update ccf to version 4-dev6 #213

Closed jeffa5 closed 1 year ago

jeffa5 commented 1 year ago

@jumaffre This doesn't seem to work with proto queries anymore, e.g. ./etcdctl.sh put a b, it just hangs. Could there have been some changes in CCF that caused this? Maybe you could give it a try, it might just be a problem on my end.

jeffa5 commented 1 year ago

For reference, nix is pretty nice for trying this out:

With the old version:

nix run github:microsoft/LSKV#lskv-sandbox-virtual -L -- --http2

or with this branch

nix run github:microsoft/LSKV/ccf-4-dev6#lskv-sandbox-virtual -L -- --http2

Then the etcd command in another terminal