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: Optimized stores for VCT monitoring #1341

Merged
merged 1 commit into from
Jun 10, 2022
Merged

Conversation

bstasyszyn
Copy link
Contributor

The DB, monitoring, was renamed to proof-monitor and the following stores were converted to use the optimized storage interface:

  • log-monitor
  • proof-monitor
  • log-entry

closes #1326

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

@cla-bot cla-bot bot added the cla-signed label Jun 10, 2022
@codecov
Copy link

codecov bot commented Jun 10, 2022

Codecov Report

Merging #1341 (517f82b) into main (882cac7) will decrease coverage by 0.02%.
The diff coverage is 86.53%.

@@            Coverage Diff             @@
##             main    #1341      +/-   ##
==========================================
- Coverage   87.98%   87.95%   -0.03%     
==========================================
  Files         192      192              
  Lines       18523    18527       +4     
==========================================
- Hits        16297    16295       -2     
- Misses       1419     1425       +6     
  Partials      807      807              
Impacted Files Coverage Δ
pkg/store/logentry/store.go 89.11% <76.47%> (-0.96%) ⬇️
pkg/store/logmonitor/store.go 92.72% <86.36%> (+1.42%) ⬆️
pkg/vct/proofmonitoring/monitoring.go 84.07% <100.00%> (-2.30%) ⬇️
cmd/orb-server/startcmd/start.go 67.92% <0.00%> (-0.34%) ⬇️

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 882cac7...517f82b. Read the comment docs.

The DB, monitoring, was renamed to proof-monitor and the following stores were converted to use the optimized storage interface:

- log-monitor
- proof-monitor
- log-entry

closes trustbloc#1326

Signed-off-by: Bob Stasyszyn <Bob.Stasyszyn@securekey.com>
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.

Optimized stores for VCT monitoring
3 participants