bcoin-org / bcash

Implementation of Bitcoin Cash protocol in node.js
Other
102 stars 68 forks source link

chain: refactor deployments, pow target #103

Closed tuxcanfly closed 5 years ago

tuxcanfly commented 5 years ago

Minor refactor to match reference implementation in pow target, deployments.

Refs: https://reviews.bitcoinabc.org/rABCd011b78672

codecov-io commented 5 years ago

Codecov Report

Merging #103 into master will increase coverage by <.01%. The diff coverage is 77.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #103      +/-   ##
==========================================
+ Coverage   55.46%   55.47%   +<.01%     
==========================================
  Files         109      109              
  Lines       27162    27169       +7     
  Branches     4496     4496              
==========================================
+ Hits        15066    15071       +5     
- Misses      12096    12098       +2
Impacted Files Coverage Δ
lib/blockchain/chain.js 62.52% <77.77%> (+0.23%) :arrow_up:
lib/coins/compress.js 55.06% <0%> (-1.27%) :arrow_down:

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 485a79d...0f3b085. Read the comment docs.