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 public_prefix strings to be base64 encoded in constitution #196

Open jeffa5 opened 1 year ago

jeffa5 commented 1 year ago

Proposals are sent as JSON payloads which means that the public_prefix can't represent all values in the KV space unless we encode it before and decode it in the action logic. It should be ok to store raw in the KV map once accepted.