bcoin-org / bcash

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

networks: add Nov 15 checkpoint #107

Closed pinheadmz closed 5 years ago

pinheadmz commented 5 years ago

See https://github.com/Bitcoin-ABC/bitcoin-abc/commit/651ac4461c2c92952df39f75a9d177c746e60b57

Sets checkpoint at block height 556767 to prevent rollback of recent hard fork. Tested with local SPV node.

codecov-io commented 5 years ago

Codecov Report

Merging #107 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #107   +/-   ##
=======================================
  Coverage   55.47%   55.47%           
=======================================
  Files         109      109           
  Lines       27169    27169           
  Branches     4496     4496           
=======================================
  Hits        15073    15073           
  Misses      12096    12096
Impacted Files Coverage Δ
lib/protocol/networks.js 100% <ø> (ø) :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 6b00858...d481abe. Read the comment docs.

pinheadmz commented 5 years ago

updated & squashed