Browse Source
* Update to version 1.8.7 of ElectrumX * Upgrade to Python 3.7 This is suggested in the release notes of ElectrumX: "It is strongly recommended you upgrade to Python 3.7, which fixes bugs in asyncio that caused an ever-growing open file count and memory consumption whilst serving clients. Those problems should not occur with Python 3.7." * Remove .py from the file to execute * Rename Bitcoin to BitcoinSegwit as required by ElectrumX * Travis to check version from new pathv1.8.7
Frédéric Massart
6 years ago
committed by
Luke Childs
5 changed files with 5 additions and 5 deletions
@ -1,7 +1,7 @@ |
|||||
sudo: required |
sudo: required |
||||
services: |
services: |
||||
- docker |
- docker |
||||
script: docker build -t electrumx . && ( docker run electrumx cat /electrumx/server/version.py | tee /dev/stderr | grep -q "'ElectrumX $(cat VERSION)'" ) 2>&1 |
script: docker build -t electrumx . && ( docker run electrumx cat /electrumx/electrumx/__init__.py | tee /dev/stderr | grep -q "'ElectrumX $(cat VERSION)'" ) 2>&1 |
||||
notifications: |
notifications: |
||||
email: |
email: |
||||
on_success: never |
on_success: never |
||||
|
@ -1 +1 @@ |
|||||
1.4 |
1.8.7 |
||||
|
Loading…
Reference in new issue