Neil Booth
42dfd16b14
Add Bitoin Unlimited nolnet
8 years ago
Neil Booth
56130e4a66
Fix uninitialized variable
8 years ago
Neil Booth
27f94cfb04
Take up to 2 peers randomly from each bucket
Bumped up from 1.
Restore STALE_SECS to 1 day
8 years ago
Neil Booth
51c1e9a59b
Prepare 0.99.3
8 years ago
Neil Booth
39bcdb1b6a
Require Python 3.5.3
3.5.2 has various socket and API issues affecting peer discovery
Closes #135
8 years ago
Neil Booth
be9d063457
Rename function
8 years ago
Neil Booth
31b978f21e
Remove debug logging and peers semaphore.
Increase STALE_SECS to 4 hrs. Will revert to 1 day soon.
8 years ago
John L. Jegutanis
05a74253c1
add some addresses tests ( #142 )
8 years ago
Neil Booth
85f17b75c8
Remove stray commas
8 years ago
Neil Booth
ddbc13653f
Merge branch 'develop'
8 years ago
Neil Booth
2c1481859f
More verbose peer logging
Force more reconnects. Restrict semaphore to 2.
8 years ago
Neil Booth
9bc326430d
Import JSONRPC
8 years ago
Neil Booth
e664290670
Merge branch 'master' of github.com:kyuupichan/electrumx
8 years ago
Neil Booth
ac8e38a87c
Tweak prior
8 years ago
John L. Jegutanis
6b1b9d01f2
Better handle base58 version bytes and allow for a >1 byte version
8 years ago
John L. Jegutanis
472c738479
fix crash in IRC initialization ( #141 )
8 years ago
Neil Booth
be95697002
Prepare 0.99.2
8 years ago
Neil Booth
e2d640dcb3
Don't announce self if not public
Show all hosts add_peer gives
8 years ago
Neil Booth
b3005fbb3e
Fix typo
8 years ago
Neil Booth
a2c5ecf0a0
Merge branch 'develop'
8 years ago
Neil Booth
b0039a25a7
Prepare 0.99.1
8 years ago
Neil Booth
0145098165
Add debug output
Idea is to help understand #135
8 years ago
Neil Booth
d36d222489
Maintain more than one self-identity
Rather than just retaining our clearnet identity from the environment,
maintain any tor one as well. This is a little cleaner and avoids
confusion over port assignment when converting to real names.
Fixes #136
8 years ago
Neil Booth
04e7dbe99e
Only serve chunks in forward direction
This disconnects bad clients that are on the wrong network
for some reason, before they consume enormous bandwidth.
Closes #132
8 years ago
fr3aker
4c8b5a6439
fix tor coin peers always scheduled for check ( #139 )
fixes #138
8 years ago
fr3aker
012233672a
fix tor coin peers always scheduled for check ( #139 )
fixes #138
8 years ago
Neil Booth
5bcbdea16a
Only set last_connect if the connection was good
8 years ago
Neil Booth
6f32f99a06
Prepare 0.99
8 years ago
Neil Booth
f8f5d4429f
Merge branch 'develop'
8 years ago
Thomas König
b6be653f4f
Adding FairCoin ( #122 )
* Adding FairCoin
* remove redundant 'header_len' function
* removed serializer
added missing commas
removed assertion from read_block and replaced it with a comment
8 years ago
Neil Booth
5662f1fa88
Add facility to disable peer discovery
and/or self announcement.
8 years ago
Neil Booth
86f6a148b9
Separate async item processor per session
Improve daemon wait logic
Fixes #100
8 years ago
Neil Booth
23b7ec3fb5
get_extra_info fix
8 years ago
Neil Booth
e261824593
Tweak docs
8 years ago
xHire
881e9cc6cc
A note about testnet-segwit NET in docs ( #130 )
Thanks
8 years ago
Neil Booth
f6a60d9b94
Prepare 0.11.4
8 years ago
Neil Booth
0149f2785f
A few peer handling improvements
based on suggestions from hsmiths
Set transport to None if a connection is lost
Only subscribe to peers if the peer is verified on same network
8 years ago
Neil Booth
9d6b353eec
Fix typo pointed out by hsmiths, thanks
8 years ago
Neil Booth
589f695aaf
Prepare 0.11.2
8 years ago
Neil Booth
68a8835db6
Implement script hash subscriptions
Best considered experimental
Closes #124
8 years ago
Neil Booth
eefa86ffbe
Remove dead code
8 years ago
Neil Booth
140304460d
Remove debug line
8 years ago
Neil Booth
a99e8bf45f
Prepare 0.11.1
8 years ago
Neil Booth
f3cdd97ff9
Report unconfirmed parents correctly.
Also, send a notification to the client if the unconfirmed status
of any parent changes.
Fixes #129
8 years ago
Neil Booth
782479e91c
Merge branch 'develop'
8 years ago
Neil Booth
d29c07f0eb
Prepare 0.11.0
8 years ago
Neil Booth
790755b630
Reduce upper limit on blocks fetched at once
Testnet is lumpy and 2500 can blow up memory
8 years ago
Neil Booth
3f35bc0298
More PEP8 stuff
8 years ago
Neil Booth
33cdfa4fc8
Merge branch 'nmarley-pep8' into develop
8 years ago
Neil Booth
9bd7b5a9f9
Merge branch 'pep8' of https://github.com/nmarley/electrumx into nmarley-pep8
8 years ago