ethers
ethers
Thank you, this log is very helpful. First the problem: `getBlockchainHead` is being called. The log says that its signature is `0x9dd0e81`. But that hex string is odd length, and...
Thank you to @achempion for https://github.com/ConsenSys/btcrelay-fetchd/pull/14
Hi. I will debug and let you know; I think there is some change/s to Geth that broke fetchd. I will also let you know when it's deployed on Ropsten...
@WyseNynja close to getting assistance with it and headers will be submitted. Also, for this specific issue about fetchd, I'm pretty sure it's because of https://github.com/ConsenSys/btcrelay-fetchd/issues/13 Trying to get help...
Yes, this needs improvement. Another issue, currently affecting this script is using blockchain.info to get the latest block height: `data = make_request('https://blockchain.info/latestblock')` bci is currently missing blocks for 4hrs: Home...