trustbloc / trustbloc-did-method

DID method that extends Sidetree protocol with consortium discovery
Apache License 2.0
14 stars 10 forks source link

feat: validating consortium update service #214

Closed Moopli closed 3 years ago

Moopli commented 3 years ago

service that validates each consortium it pulls, against a cached prior version, to verify signature endorsement. Requires an initial genesis file to be stored in the service for each consortium.

Signed-off-by: Filip Burlacu filip.burlacu@securekey.com

codecov[bot] commented 3 years ago

Codecov Report

Merging #214 (7ccbbb5) into master (cc7d0bb) will increase coverage by 0.18%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #214      +/-   ##
==========================================
+ Coverage   87.59%   87.78%   +0.18%     
==========================================
  Files          31       33       +2     
  Lines        1951     1981      +30     
==========================================
+ Hits         1709     1739      +30     
  Misses        126      126              
  Partials      116      116              
Impacted Files Coverage Δ
...g/vdri/trustbloc/config/signatureconfig/helpers.go 100.00% <100.00%> (ø)
...g/vdri/trustbloc/config/signatureconfig/service.go 100.00% <100.00%> (ø)
...trustbloc/config/updatevalidationconfig/service.go 100.00% <100.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 cc7d0bb...7ccbbb5. Read the comment docs.

Moopli commented 3 years ago

Working on followup PR for bdd test