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: Added vct verify command to orb-cli #1306

Merged
merged 1 commit into from
May 24, 2022
Merged

Conversation

bstasyszyn
Copy link
Contributor

The orb-cli vct verify command verifies that the proofs of an anchor linkset are actually included in the VCT log.

closes #1302

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

@codecov
Copy link

codecov bot commented May 20, 2022

Codecov Report

Merging #1306 (57b773b) into main (3baa8bf) will decrease coverage by 0.11%.
The diff coverage is 76.43%.

@@            Coverage Diff             @@
##             main    #1306      +/-   ##
==========================================
- Coverage   88.04%   87.93%   -0.12%     
==========================================
  Files         188      190       +2     
  Lines       18114    18302     +188     
==========================================
+ Hits        15948    16093     +145     
- Misses       1380     1405      +25     
- Partials      786      804      +18     
Impacted Files Coverage Δ
cmd/orb-cli/policycmd/policy.go 100.00% <ø> (ø)
cmd/orb-cli/common/common.go 72.37% <25.00%> (-1.74%) ⬇️
cmd/orb-cli/vctcmd/verifycmd.go 76.92% <76.92%> (ø)
cmd/orb-cli/main.go 77.14% <100.00%> (+0.67%) ⬆️
cmd/orb-cli/policycmd/updatecmd.go 94.44% <100.00%> (ø)
cmd/orb-cli/vctcmd/vct.go 100.00% <100.00%> (ø)
pkg/vct/proofmonitoring/monitoring.go 83.63% <0.00%> (-2.73%) ⬇️
cmd/orb-server/startcmd/start.go 68.01% <0.00%> (-0.34%) ⬇️
...pub/service/inbox/httpsubscriber/httpsubscriber.go 97.77% <0.00%> (+8.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 3baa8bf...57b773b. Read the comment docs.

@bstasyszyn bstasyszyn force-pushed the 1302 branch 2 times, most recently from d25e8a2 to afc51fa Compare May 20, 2022 18:48
The orb-cli vct verify command verifies that the proofs of an anchor linkset are actually included in the VCT log.

closes trustbloc#1302

Signed-off-by: Bob Stasyszyn <Bob.Stasyszyn@securekey.com>
@fqutishat fqutishat merged commit 8a17965 into trustbloc:main May 24, 2022
@bstasyszyn bstasyszyn deleted the 1302 branch May 24, 2022 14:32
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.

Orb CLI command to verify VC in the VCT log
3 participants