Skip to content

Commit

Permalink
feat: add credential and pub key to validate key packages response
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Oct 25, 2023
1 parent 832c8d5 commit f6863e5
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 56 deletions.
133 changes: 77 additions & 56 deletions go/mls_validation/v1/service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions proto/mls_validation/v1/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ message ValidateKeyPackagesResponse {
string error_message = 2;
string installation_id = 3;
string wallet_address = 4;
bytes pub_key_bytes = 5;
bytes credential_bytes = 6;
}

repeated ValidationResponse responses = 1;
Expand Down

0 comments on commit f6863e5

Please sign in to comment.