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: REST endpoint to retrieve witness policy #1144

Merged
merged 1 commit into from
Feb 25, 2022

Conversation

bstasyszyn
Copy link
Contributor

closes #1142

Signed-off-by: Bob Stasyszyn Bob.Stasyszyn@securekey.com

@cla-bot cla-bot bot added the cla-signed label Feb 24, 2022
@codecov
Copy link

codecov bot commented Feb 24, 2022

Codecov Report

Merging #1144 (eb4612b) into main (85fca9e) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1144      +/-   ##
==========================================
+ Coverage   88.97%   88.99%   +0.02%     
==========================================
  Files         167      168       +1     
  Lines       16223    16260      +37     
==========================================
+ Hits        14434    14471      +37     
  Misses       1103     1103              
  Partials      686      686              
Impacted Files Coverage Δ
cmd/orb-server/startcmd/params.go 81.39% <100.00%> (+0.16%) ⬆️
cmd/orb-server/startcmd/start.go 73.46% <100.00%> (+0.03%) ⬆️
.../anchor/witness/policy/resthandler/configurator.go 93.18% <100.00%> (+0.32%) ⬆️
pkg/anchor/witness/policy/resthandler/retriever.go 100.00% <100.00%> (ø)
pkg/store/witness/witness.go 91.62% <100.00%> (-0.05%) ⬇️

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 a7e3cda...eb4612b. Read the comment docs.

closes trustbloc#1142

Signed-off-by: Bob Stasyszyn <Bob.Stasyszyn@securekey.com>
@fqutishat fqutishat merged commit 9b9607c into trustbloc:main Feb 25, 2022
@bstasyszyn bstasyszyn deleted the 1142 branch February 25, 2022 16:13
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 REST endpoint to retrieve witness policy
3 participants