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 VCT consistency monitor #1177

Merged
merged 1 commit into from
Mar 16, 2022
Merged

Conversation

sandrask
Copy link
Contributor

The fist version will:

  • query STH head
  • verify STH signature
  • retrieve STH consistency between two STH heads
  • verify STH consistency between two STH heads

Closes #1175

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

@cla-bot cla-bot bot added the cla-signed label Mar 16, 2022
The fist version will:

- query STH head
- verify STH signature
- retrieve STH consistency between two STH heads
- verify STH consistency between two STH heads

Closes trustbloc#1175

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

codecov bot commented Mar 16, 2022

Codecov Report

Merging #1177 (66ea5e1) into main (7f43d30) will increase coverage by 0.04%.
The diff coverage is 88.63%.

@@            Coverage Diff             @@
##             main    #1177      +/-   ##
==========================================
+ Coverage   88.64%   88.69%   +0.04%     
==========================================
  Files         170      171       +1     
  Lines       16755    16883     +128     
==========================================
+ Hits        14853    14974     +121     
- Misses       1194     1195       +1     
- Partials      708      714       +6     
Impacted Files Coverage Δ
cmd/orb-server/startcmd/start.go 71.90% <66.66%> (-0.22%) ⬇️
pkg/activitypub/service/vct/monitor/monitor.go 90.83% <90.83%> (ø)
...pub/service/inbox/httpsubscriber/httpsubscriber.go 100.00% <0.00%> (+9.09%) ⬆️

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 7f43d30...66ea5e1. Read the comment docs.

@sandrask sandrask merged commit bbae2bf into trustbloc:main Mar 16, 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.

Add VCT consistency monitor
3 participants