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

chore: Move proof and policy packages under new witness package #864

Merged
merged 1 commit into from
Nov 5, 2021

Conversation

sandrask
Copy link
Contributor

@sandrask sandrask commented Nov 5, 2021

Move proof and policy packages under new witness package. This folder will also contain selection package that will select witnesses based on policy.

Closes #863

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

Move proof and policy packages under new witness package. This folder will also contain selection package that will select witnesses based on policy.

Closes trustbloc#863

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

codecov bot commented Nov 5, 2021

Codecov Report

Merging #864 (a72a926) into main (d816979) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #864   +/-   ##
=======================================
  Coverage   89.30%   89.30%           
=======================================
  Files         148      148           
  Lines       13177    13177           
=======================================
  Hits        11768    11768           
  Misses        865      865           
  Partials      544      544           
Impacted Files Coverage Δ
cmd/orb-server/startcmd/start.go 73.66% <ø> (ø)
pkg/anchor/handler/proof/handler.go 84.34% <ø> (ø)
pkg/anchor/witness/policy/config/parser.go 94.93% <ø> (ø)
pkg/anchor/witness/policy/policy.go 97.14% <ø> (ø)
.../anchor/witness/policy/resthandler/configurator.go 92.85% <ø> (ø)
pkg/anchor/writer/writer.go 91.25% <ø> (ø)
pkg/store/vcstatus/store.go 96.66% <ø> (ø)
pkg/store/witness/witness.go 90.85% <ø> (ø)
pkg/observer/pubsub.go 94.49% <0.00%> (ø)

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 d816979...a72a926. Read the comment docs.

@sandrask sandrask merged commit 0e89ab9 into trustbloc:main Nov 5, 2021
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.

Move proof and policy packages under new witness package
3 participants