ultragtx / lcoin

Javascript bitcoin library for node.js and browsers

Home Page:http://bcoin.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fixing broken tests

plwalters opened this issue · comments

Currently the bcoin-org fork of lcoin has all tests passing including the ones broken in this repo. I don't think I understand why the tests are broken yet but I can try to run a diff against the bcoin-org port and see what differences exist.

Does this sound like a good approach or do you have any tips on what might need work to get them working?

Fixing block-test and tx test is not very easy, you need to generate the litecoin version of thoses files under test/data

bcoin.org/lcoin didn't do that either.