Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Move did:orb to did:web transformation code to separate function #1466

Merged
merged 1 commit into from
Aug 30, 2022

Conversation

sandrask
Copy link
Contributor

This function will be used by the client to verify that did:web has been created from did:orb

Closes #1465

Signed-off-by: Sandra Vrtikapa sandra.vrtikapa@securekey.com

@cla-bot cla-bot bot added the cla-signed label Aug 30, 2022
This function will be used by the client to verify that did:web has been created from did:orb

Closes trustbloc#1465

Signed-off-by: Sandra Vrtikapa <sandra.vrtikapa@securekey.com>
@codecov
Copy link

codecov bot commented Aug 30, 2022

Codecov Report

Merging #1466 (adb78f0) into main (4c9833f) will decrease coverage by 0.04%.
The diff coverage is 90.00%.

@@            Coverage Diff             @@
##             main    #1466      +/-   ##
==========================================
- Coverage   87.88%   87.84%   -0.05%     
==========================================
  Files         208      209       +1     
  Lines       19677    19715      +38     
==========================================
+ Hits        17294    17318      +24     
- Misses       1522     1538      +16     
+ Partials      861      859       -2     
Impacted Files Coverage Δ
pkg/orbclient/doctransformer/transformer.go 89.87% <89.87%> (ø)
pkg/document/webresolver/resolvehandler.go 100.00% <100.00%> (+7.27%) ⬆️
pkg/discovery/endpoint/client/client.go 78.54% <0.00%> (-3.99%) ⬇️
pkg/anchor/builder/builder.go 100.00% <0.00%> (ø)
...nkset/generator/didorbgenerator/didorbgenerator.go 81.87% <0.00%> (+3.25%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@fqutishat fqutishat merged commit d8d6fa9 into trustbloc:main Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move did:orb to did:web transformation code to separate function
2 participants