Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

feat: WACI issuance flow interfaces #3074

Merged
merged 1 commit into from
Nov 26, 2021

Conversation

sudeshrshetty
Copy link
Contributor

based on WACI Issuance in Universal
Wallet

Signed-off-by: sudesh.shetty sudesh.shetty@securekey.com

@codecov
Copy link

codecov bot commented Nov 26, 2021

Codecov Report

Merging #3074 (ddaebf5) into main (3a6e64a) will increase coverage by 0.04%.
The diff coverage is 93.86%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3074      +/-   ##
==========================================
+ Coverage   88.56%   88.60%   +0.04%     
==========================================
  Files         301      301              
  Lines       39367    39576     +209     
==========================================
+ Hits        34865    35067     +202     
- Misses       3286     3293       +7     
  Partials     1216     1216              
Impacted Files Coverage Δ
pkg/didcomm/protocol/issuecredential/service.go 82.78% <16.66%> (-1.74%) ⬇️
pkg/wallet/wallet.go 98.51% <96.98%> (-0.23%) ⬇️
pkg/client/issuecredential/client.go 90.20% <100.00%> (+4.60%) ⬆️
pkg/client/vcwallet/client.go 100.00% <100.00%> (ø)
pkg/controller/command/issuecredential/command.go 98.14% <100.00%> (ø)
pkg/controller/command/vcwallet/command.go 97.48% <100.00%> (ø)
...protocol/middleware/issuecredential/middlewares.go 93.33% <100.00%> (+0.40%) ⬆️
pkg/wallet/options.go 100.00% <100.00%> (+1.92%) ⬆️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3a6e64a...ddaebf5. Read the comment docs.

based on [WACI Issuance in Universal
Wallet](w3c-ccg/universal-wallet-interop-spec#101)

- added propose credential interface
- added request credential interface
- added tests
- Closes hyperledger-archives#3073

Signed-off-by: sudesh.shetty <sudesh.shetty@securekey.com>
@fqutishat fqutishat merged commit 3a97c2b into hyperledger-archives:main Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

VC Wallet - WACI issuance interfaces
2 participants