bitcoincash-wallet / bitcoincashj

A library for working with Bitcoin Cash [obsolete]
http://bitcoinj.cash
Apache License 2.0
26 stars 15 forks source link

Fix tests for Bitcoin Cash #4

Closed Danconnolly closed 6 years ago

Danconnolly commented 6 years ago

fix failing tests to account for Bitcoin Cash

HashEngineering commented 6 years ago

I will work on this later. I like the change from BCC to BCH as this was planned.

Ideally, the travis system should be set up to work, but I haven't set it up.

Danconnolly commented 6 years ago

I've set it up for my fork of the repo here https://travis-ci.org/Danconnolly/bitcoincashj

The (no-network) tests are passing, but there's still some errors at the end of the travis build that I havent had time to look at yet.

HashEngineering commented 6 years ago

I had to add a few more VersionMessage.NODE_BITCOIN_CASH on two tests files and now all the tests pass. I will be pushing all these commits soon.