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: Add an option for resolution from anchor origin #793

Merged
merged 1 commit into from
Sep 24, 2021

Conversation

sandrask
Copy link
Contributor

Add an option for resolution from anchor origin. If enabled resolver will request document from anchor origin.

Closes #792

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

Add an option for resolution from anchor origin. If enabled resolver will request document from anchor origin.

Closes trustbloc#792

Signed-off-by: Sandra Vrtikapa <sandra.vrtikapa@securekey.com>
@cla-bot cla-bot bot added the cla-signed label Sep 23, 2021
@codecov
Copy link

codecov bot commented Sep 23, 2021

Codecov Report

Merging #793 (cc5a537) into main (a6b878a) will decrease coverage by 0.05%.
The diff coverage is 95.94%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #793      +/-   ##
==========================================
- Coverage   90.00%   89.94%   -0.06%     
==========================================
  Files         141      141              
  Lines       11931    11980      +49     
==========================================
+ Hits        10738    10776      +38     
- Misses        733      742       +9     
- Partials      460      462       +2     
Impacted Files Coverage Δ
cmd/orb-server/startcmd/params.go 80.68% <81.81%> (+0.02%) ⬆️
pkg/document/resolvehandler/resolvehandler.go 96.10% <97.36%> (+0.13%) ⬆️
cmd/orb-server/startcmd/start.go 73.94% <100.00%> (+0.16%) ⬆️
pkg/discovery/endpoint/client/client.go 85.32% <100.00%> (ø)
pkg/document/remoteresolver/remoteresolver.go 91.48% <100.00%> (+0.79%) ⬆️
...pub/service/inbox/httpsubscriber/httpsubscriber.go 90.12% <0.00%> (-9.88%) ⬇️

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 a6b878a...cc5a537. Read the comment docs.

@sandrask sandrask merged commit 8e0cc57 into trustbloc:main Sep 24, 2021
@sandrask sandrask linked an issue Oct 12, 2021 that may be closed by this pull request
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.

Add an option for resolution from anchor origin Resolve document from anchor origin
3 participants