Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

feat: Add [waci-issuance] bdd tests #627

Merged
merged 1 commit into from
Feb 17, 2022

Conversation

talwinder50
Copy link
Member

partof #595

Signed-off-by: talwinder50 talwinderkaur50@gmail.com

@cla-bot cla-bot bot added the cla-signed label Feb 17, 2022
@talwinder50 talwinder50 force-pushed the issue-595 branch 4 times, most recently from a1f547e to 131f83f Compare February 17, 2022 17:18
@codecov
Copy link

codecov bot commented Feb 17, 2022

Codecov Report

Merging #627 (869218a) into main (120025c) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #627   +/-   ##
=======================================
  Coverage   87.55%   87.55%           
=======================================
  Files          28       28           
  Lines        4244     4244           
=======================================
  Hits         3716     3716           
  Misses        308      308           
  Partials      220      220           
Impacted Files Coverage Δ
pkg/restapi/issuer/operation/operations.go 88.52% <100.00%> (ø)
cmd/adapter-rest/startcmd/start.go 83.48% <0.00%> (ø)

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 120025c...869218a. Read the comment docs.

"options":{
"challenge":"508adef4-b8e0-4edf-a53d-a260371c1423",
"domain":"9rf25a28rs96"
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do need to add options here in config file ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right now we dont have logic support for options, but i do see in the spec we have options, also sudesh mentioned we would need to support this in near future, i can take it out for now and add it back when we will add options support

return nil, fmt.Errorf("failed to generate presentation with credential application : %w", err)
}

return presentationWithCA, nil
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see from manifest file that we are asking for PRC data. I am not able to find the place where we are setting it in CredentialApplication. Can you please point it to me ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rolsonquadras i am calling PresentCredentialApplication from afg credential application. This internally calls setCustomfield function

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@talwinder50 talwinder50 force-pushed the issue-595 branch 2 times, most recently from bea9d9a to 3307906 Compare February 17, 2022 20:22
partof trustbloc#595

Signed-off-by: talwinder50 <talwinderkaur50@gmail.com>
@talwinder50 talwinder50 merged commit a7d5ce7 into trustbloc:main Feb 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants