Open ultragtx opened 7 years ago
related commits: https://github.com/bitcoin/bitcoin/commit/dd9bcad
For 0.13.1 I think its safe to disable the test. Long term, we will need to maintain a port of bitcoinj as its used for the Litecoin Android wallet.
Bitcoin uses
BitcoindComparisonTool.jar
to test bitcoind , thejar
is 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.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
bitcoinj
, do all the necessary changes, make itlitecoinj
, it's not worth to maintain a whole library just for a unit test.