Given how LTC is forked from BTC, LTC can inherent from BTCStateProvider and litecore-lib and litecore-p2p being forked and based on the bitpay's repos, This PR should add the support of LTC to the bitcore-node-v8.
I have been testing this modified node on regtest for a while and LTC seems to work fine, are there any extra test (CI) that I should test this addition on (both unit and integration tests are passing)
Given how LTC is forked from BTC, LTC can inherent from
BTCStateProvider
andlitecore-lib
andlitecore-p2p
being forked and based on the bitpay's repos, This PR should add the support of LTC to the bitcore-node-v8.I have been testing this modified node on regtest for a while and LTC seems to work fine, are there any extra test (
CI
) that I should test this addition on (both unit and integration tests are passing)