pooler
961936245c
Allow multiple P2SH address versions
8 years ago
Neil Booth
2fe67932c5
Prepare 1.0.10
8 years ago
Johann Bauer
9af037b4be
Add installer to README
8 years ago
Neil Booth
92584cc3c6
Update Litecoin entries as Segwit has activated.
8 years ago
Neil Booth
e9acb685ab
Display hosts in diagnostic
8 years ago
Neil Booth
d216d5111b
Prepare 1.0.9
8 years ago
Neil Booth
8a2821d542
Reject invalid hostnames in Env
8 years ago
Neil Booth
b6d8b86dd6
Ignore hosts not appearing in their own features
8 years ago
Neil Booth
c0ff2c0c20
Bump to 1.0.8b
8 years ago
Neil Booth
992fcc7735
Merge branch 'master' of github.com:kyuupichan/electrumx
8 years ago
Neil Booth
fde47d5739
Organise tests
8 years ago
Neil Booth
f3de91180e
Add tests for server/env.py
8 years ago
Neil
7955b731a3
Merge pull request #166 from erasmospunk/shebang
Fix shebang for contrib scripts
8 years ago
John L. Jegutanis
cf08903d12
Fix shebang for contrib scripts
8 years ago
Neil
71aa46314b
Merge pull request #165 from erasmospunk/einsteinium
Add Einsteinium support
8 years ago
John L. Jegutanis
9549158115
Add Einsteinium support
8 years ago
Neil Booth
30df09534f
Bump to 1.0.8a
8 years ago
Neil Booth
2c43e89b05
Only set last_good if successfully verified
Rename last_connect to last_good
8 years ago
Neil Booth
e0a79c313c
Prepare 1.0.8
8 years ago
Neil Booth
7b17d99c5a
Put log on one line
8 years ago
Neil Booth
9f27ea875c
Fix peer replacement logic
- drop the IP address peer
- update the remaining peer with fresh info
8 years ago
Neil Booth
2656fd78a4
Clarify that we may not have a clearnet peer
8 years ago
Neil Booth
e96b8f0421
Prepare 1.0.7
8 years ago
Neil Booth
a94d320e5d
New feature: force peer discovery via proxy
Set FORCE_PROXY to non-empty to force peer discovery to go
through the proxy. See docs/ENVIRONMENT.rst
Wait for an attempt at proxy discovery to be made before beginning
peer discovery.
8 years ago
Neil Booth
77a441ad06
Improve proxy handling
Have a background proxy detection loop; removes need to check
specific peers at startup.
Consider proxy down once attempts to use it fail 3 times in a row.
Regularly attempt to rediscover a proxy if it is down.
8 years ago
Neil Booth
0aa9195fc5
Remove bad onion default peer
8 years ago
Neil Booth
178de6c396
Tighten restrictions on HOST
- private IP not allowed if intending for public use
- localhost not allowed
8 years ago
Neil Booth
81e6577838
Catch address resolution failure exceptions
8 years ago
Neil Booth
321315ace0
Fix typo
8 years ago
Neil Booth
d1894356d0
Prepare 1.0.6
8 years ago
Neil Booth
9abc1dc11e
REPORT_HOST no longer defaults to HOST
Cleanup of identity handling. It is now possible to specify
a Tor identity and no clearnet identity.
8 years ago
Neil Booth
abba36ac6c
Relax the get_chunk restriction based on client
Closes #162
8 years ago
Neil Booth
55cedfea9c
Have Daemon work with aiohttp 1 and 2
Fixes #163
8 years ago
Neil Booth
628adc97fb
Merge remote-tracking branch 'refs/remotes/github/master'
8 years ago
Neil
991b919301
Merge pull request #164 from romanornr/master
Add Viacoin - Segwit Auxpow
8 years ago
romanornr
7e8141c62d
Add Viacoin - Segwit Auxpow
8 years ago
Neil Booth
9f12379181
Update notes about rocksdb in Python
8 years ago
Neil Booth
594b66236f
Prepare 1.0.5
8 years ago
Neil Booth
8e00affc1a
Fix the diagnostic looping in PeerSession
Fixes #160
8 years ago
Neil Booth
23a408c572
More logging
8 years ago
Neil Booth
9620aa8bb6
Restore dummy NAME and NET
8 years ago
Neil Booth
860a4e8e93
Prepare 1.0.4
8 years ago
Neil Booth
a88fc75610
Tweaks to coins.py
8 years ago
Neil Booth
9a00c9e164
Merge branch 'master' of github.com:kyuupichan/electrumx
8 years ago
Neil
e19c94fd32
Merge pull request #159 from argentumproject/master
Argentum; support for AuxPow
8 years ago
Neil Booth
2650459012
Peer discovery fixes
Change last_connect to mean last connection as its name implies,
not last connection that wasn't bad.
Keep bad peers around for 3 tries.
Improve diagnostic
8 years ago
protonn
122d78d25b
Argentum; support for AuxPow
8 years ago
Neil Booth
79bce5335e
Fix missing self
8 years ago
Neil Booth
fa1a5bd3e4
Prepare 1.0.3
8 years ago
Neil Booth
3236989165
Fix bad peer looping
JWU42 pointed out an issue where peer discovery could get in a
failure loop for bad peers; this fixes the the root cause and
the immediate retries
8 years ago