You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2021. It is now read-only.
Obviously litecoin cannot pass the tests from BitcoindComparisonTool.jar because the whole library is written for bitcoin which has some different blockchain parameters and some different implementations.
So we have two options here
Maintain a fork of bitcoinj, do all the necessary changes, make it litecoinj, it's not worth to maintain a whole library just for a unit test.
Bitcoin uses
BitcoindComparisonTool.jarto test bitcoind , thejaris downloaded from theuni/bitcoind-comparisontool (source code theuni/bitcoinj: A library for working with Bitcoin) which is a JAVA implementation of Bitcoin protocol (bitcoinj).Obviously litecoin cannot pass the tests from
BitcoindComparisonTool.jarbecause the whole library is written for bitcoin which has some different blockchain parameters and some different implementations.So we have two options here
bitcoinj, do all the necessary changes, make itlitecoinj, it's not worth to maintain a whole library just for a unit test.