dogecoin / libdohj

Java library for adding altcoin support to bitcoinj
Apache License 2.0
109 stars 88 forks source link

Issues compiling #1

Closed patricklodder closed 9 years ago

patricklodder commented 9 years ago

I tried to compile this library against bitcoinj-0.14-SNAPSHOT (from their current master branch, 4112ed8) and i get a ton of errors, see https://gist.github.com/patricklodder/59466aeb6686a4564fb0

steps to reproduce: bitcoinj:

  1. git checkout 4112ed8
  2. mvn clean install

libdohj:

  1. git checkout 0f9910c
  2. mvn -DskipTests clean package

Am i missing something or is this just not ready yet?

rnicoll commented 9 years ago

19 days ago? That's like... years in bitcoinj time!

Seriously though, yeah, they fundamentally changed the entirely parsing API since then. Try around commit https://github.com/bitcoinj/bitcoinj/commit/fa7af642ee67aa59ecb80bbe857f449bea4baa71 or just go straight to the latest revision.

rnicoll commented 9 years ago

That work?

Obviously, will tag releases to match bitcoinj releases, once 0.14 (which has hooks this library needs) is actually out. Meanwhile I just update frequently.

patricklodder commented 9 years ago

UGH! lesson: dont pull against your own repo. sorry to bother and yes, it works.

Now on to replacing langerhans/dogecoinj-new everywhere ;)