mx-chain-go icon indicating copy to clipboard operation
mx-chain-go copied to clipboard

Operation priority in persisters

Open iulianpascalau opened this issue 3 years ago • 1 comments

  • added & partial integrated the operation priority in the persisters

iulianpascalau avatar Mar 28 '22 18:03 iulianpascalau

Codecov Report

Merging #3946 (c9ef806) into master (668938b) will increase coverage by 0.04%. The diff coverage is 88.72%.

@@            Coverage Diff             @@
##           master    #3946      +/-   ##
==========================================
+ Coverage   74.79%   74.84%   +0.04%     
==========================================
  Files         609      615       +6     
  Lines       80935    81103     +168     
==========================================
+ Hits        60536    60699     +163     
- Misses      15764    15770       +6     
+ Partials     4635     4634       -1     
Impacted Files Coverage Δ
dataRetriever/interface.go 12.12% <ø> (ø)
dataRetriever/resolvers/baseFullHistoryResolver.go 0.00% <0.00%> (ø)
factory/apiResolverFactory.go 0.00% <0.00%> (ø)
genesis/process/genesisBlockCreator.go 16.24% <0.00%> (-0.05%) :arrow_down:
process/block/preprocess/gasComputation.go 94.32% <ø> (ø)
...cess/block/preprocess/validatorInfoPreProcessor.go 53.24% <ø> (ø)
process/peer/process.go 72.99% <0.00%> (ø)
...s/sync/storageBootstrap/metaStorageBootstrapper.go 0.00% <0.00%> (ø)
.../sync/storageBootstrap/shardStorageBootstrapper.go 39.09% <0.00%> (ø)
state/errors.go 100.00% <ø> (ø)
... and 107 more

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 668938b...c9ef806. Read the comment docs.

codecov[bot] avatar Apr 26 '22 14:04 codecov[bot]