Felipe Knorr Kuhn
Felipe Knorr Kuhn
Closing this stale PR. I'll review the overrides as we get ready to ship 3.0
We'll tag a patch release after these are merged https://github.com/mempool/mempool/pull/4678 https://github.com/mempool/mempool/pull/4679
@kn0wmad 2.5.1 has been published to dockerhub. Can you try it?
@ProgramComputer heads up that I'm adding tests for the Docker config and you'll have to rebase once #3776 gets merged. Sorry for the inconvenience.
@ProgramComputer we merged the other PR, can you please fix the merge conflicts so the new tests can run?
Added block delta: ``` % for i in `seq 10`; do sh scripts/get_block_tip_height.sh; done Base height (node202.tk7): 809039 node201.fmt.mempool.space - 809039 node202.fmt.mempool.space - 809039 node203.fmt.mempool.space - 809039 node204.fmt.mempool.space - 809039...
@nymkappa should the healthcheck handle connection errors to the services better? i.e, I have wrong core config, and the response is just `connect ECONNREFUSED 127.0.0.1:8332` instead of a well formed...
@krtk6160 does it crash on 2.5.0 too?
@alexha123123 What does your docker compose look like?
@Shuro what OS are you using? I've tried the following script using the pre-compiled phantomjs 1.8.1 binary on Mountain Lion and Ubuntu 12.04.2 and had no problems. ``` var page...