microsoft / LSKV

A Ledger-backed Secure Key-Value store (LSKV), built on the Confidential Consortium Framework (CCF)

Home Page:https://microsoft.github.io/CCF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tracking etcd API status

jeffa5 opened this issue · comments

This issue is a high-level tracking issue for the endpoint implementations (gRPC and JSON):

KV

  • Range
    • Missing historical querying #42
  • Put
  • DeleteRange
  • Txn #31
  • Compact #63

Watch

  • Watch
    • Create watch
    • Get watch progress
    • Cancel watch

Leases

  • Create lease #55
  • Keep lease alive #68
  • Revoke lease #55
  • List leases #55
  • Lease time to live #55

Maintenance

Cluster

  • Member add
  • Member remove
  • Member update
  • #91
  • Member promote