trustbloc / sidetree-fabric

Implementation of Sidetree with a backing Hyperledger Fabric ledger
Apache License 2.0
26 stars 13 forks source link

chore: Enable state cache pre-population #486

Closed bstasyszyn closed 3 years ago

bstasyszyn commented 3 years ago

Update to latest fabric-peer-ext and fabric-mod which support pre-populating the state cache from committed blocks.

closes #483

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

codecov[bot] commented 3 years ago

Codecov Report

Merging #486 (0be1acc) into master (644877b) will increase coverage by 0.15%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #486      +/-   ##
==========================================
+ Coverage   92.40%   92.55%   +0.15%     
==========================================
  Files          80       80              
  Lines        3278     3278              
==========================================
+ Hits         3029     3034       +5     
+ Misses        166      162       -4     
+ Partials       83       82       -1     
Impacted Files Coverage Δ
pkg/peer/discovery/discovery.go 82.56% <ø> (ø)
pkg/observer/processor.go 88.48% <0.00%> (+3.59%) :arrow_up:

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 644877b...0be1acc. Read the comment docs.