hyperledger-labs / orion-sdk-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provenance API change after server bug fix

tock-ibm opened this issue · comments

After fixing this bug in the server:

hyperledger-labs/orion-server#404

hyperledger-labs/orion-server#405

message GetDataProvenanceResponse {
  ResponseHeader header = 1;
  map<string, KVsWithMetadata> DBKeyValues = 2;
}

This message had changed.

In addition, the SDK does no have an API for GetDataDeletedByUser, this should be added.