bcoin-org / bcash

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

ctor #99

Closed nodech closed 5 years ago

nodech commented 6 years ago

Canonical Transaction Ordering for Nov 15 Upgrade.

Related PRs:

codecov-io commented 6 years ago

Codecov Report

Merging #99 into master will increase coverage by 0.12%. The diff coverage is 96.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #99      +/-   ##
==========================================
+ Coverage   55.33%   55.45%   +0.12%     
==========================================
  Files         109      109              
  Lines       27078    27152      +74     
  Branches     4477     4495      +18     
==========================================
+ Hits        14983    15058      +75     
+ Misses      12095    12094       -1
Impacted Files Coverage Δ
lib/protocol/consensus.js 88.88% <100%> (+0.12%) :arrow_up:
lib/wallet/walletdb.js 76.52% <100%> (+0.92%) :arrow_up:
lib/mining/cpuminer.js 45.41% <100%> (+0.48%) :arrow_up:
lib/primitives/tx.js 84.5% <100%> (ø) :arrow_up:
lib/mining/miner.js 69.2% <83.33%> (+0.09%) :arrow_up:
lib/mining/template.js 87.11% <90.9%> (+0.13%) :arrow_up:
lib/blockchain/chain.js 62.28% <96.29%> (+0.62%) :arrow_up:
lib/blockchain/chaindb.js 64.19% <0%> (+0.11%) :arrow_up:
lib/primitives/address.js 87.21% <0%> (+1.36%) :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 f9315a4...1e39b5a. Read the comment docs.