ruimarinho / bitcoin-core

A modern Bitcoin Core REST and RPC client.
477 stars 186 forks source link

Handle non-JSON response #126

Closed andrewda closed 1 year ago

andrewda commented 3 years ago

Original code from https://github.com/ruimarinho/bitcoin-core/pull/98, with an additional test. I've been using this branch in a large production application for the past few months and haven't run into issues.

Resolves https://github.com/ruimarinho/bitcoin-core/issues/97

andrewda commented 3 years ago

Test failure seems to be related to Docker pull limits

pedrobranco commented 1 year ago

@andrewda Just proposed another approach that also works. ~Can you squash all these commits?~ Already did it.