bitcoinjs / regtest-server

A regtest server for bitcoinjs-lib testing
BSD 3-Clause "New" or "Revised" License
26 stars 24 forks source link

Fix dead bitcoin apt repo (use luke-jr) #10

Closed jotto closed 4 years ago

jotto commented 4 years ago

See https://gist.github.com/rjmacarthy/b56497a81a6497bfabb1#gistcomment-3344188

junderw commented 4 years ago

Thanks!

Perhaps we should make the Dockerfile download the binaries and check the signatures instead.

meh, this is for testing only, so it's not that big of a deal.

I have verified the PPA, merging.

jotto commented 4 years ago

FYI, I realized after making this PR that the latest version of that bitcoin image isn't compatible with this HTTP request:

POST /1/r/faucetScript?script=zbc&value=123&key=satoshi (from regtestUtils.faucetComplex)

which is returning 400 and no response body (I'm now using your junderw/bitcoinjs-regtest-server)