SuBPaR42
6e357a53c8
Updated Server Name for Bitcoin-Segwit ( #247 )
A better (long-term) server address.
8 years ago
Anoxy
76581c3b4e
Added support for Bitbay (BAY) ( #249 )
Added support for Bitbay (BAY)
8 years ago
Neil Booth
2684f3b888
Require protocol_version to be given if >= 1.1
8 years ago
Neil Booth
09783aeacc
Accept protocols down to 0.9 for Electrum 1.x clients
Fixes #248
8 years ago
Neil Booth
2a955a922a
Improved handler handling
- move server.donation_address to the session from controller
- session controls handler map, no longer lives partly on controller
8 years ago
Neil Booth
a978ca6df7
Permit HOST to be a comma-separated list.
Update documentation to match.
8 years ago
Neil Booth
37c15f7018
Show protocol version in sessions RPC call
8 years ago
Neil Booth
f2f2b1e7b6
Update protocol documentation
8 years ago
Neil Booth
9c25685eb9
Handle client protocol range requests.
Add more tests.
8 years ago
Neil Booth
e7601a23cd
Implement other address methods for scripthash
8 years ago
Neil Booth
135ab68f74
Simple protocol negotiation and setting of handlers
It turns out clients pass 0.10 instead of 1.0 as the protocol version.
Distinguish some handlers for 1.0 and 1.1 protocols.
Log protocol version request
Add tests of new library function
8 years ago
Neil Booth
eb91522d20
Merge remote-tracking branch 'github/master'
8 years ago
EagleTM
80f1a8edc0
Update HOWTO.rst: Add iptables example for running on privileged port ( #245 )
8 years ago
Neblio Team
2a6fa0489e
Add Neblio support to electrumx ( #240 )
* add neblio
* update daemon & deserializer and add header_hash
* remove LegacyRPDaemon usage for Neblio
getblock() RPC was updated in nebliod to eliminate the need for LegacyRPCDaemon support in electrumx
8 years ago
Neil Booth
f8a838c589
Add "hash_function" member to server.features.
Update documentation
8 years ago
Neil Booth
efe86c67f2
Exclude tests directory from installation
Fixes #223
8 years ago
Neil Booth
137236712f
Add EVENT_LOOP_POLICY environment variable
Based on #215 by JustinTArthur.
- Accept EVENT_LOOP_POLICY of uvloop
- Move initilisation from electrumx_server to controller
- SocksProxy now requires a loop
- Update tests
8 years ago
Neil Booth
1f3e942cbc
Some further cleanup
8 years ago
John L. Jegutanis
885872f0b5
Various improvements ( #233 )
* Fix formatting
* Refactor daemons
Replaced FujiDaemon with FakeEstimateFeeDaemon that simulates estimate
fee calls and provide the same functionality.
Removed the parameter False for LegacyRPCDaemon's getblock RPC call as
it is not needed.
* Fix Crown coin P2SH_VERBYTES and add REORG_LIMIT
8 years ago
Neil Booth
3d4d382178
Remove 2 segwit peers from Bitcoin cash list
8 years ago
Neil Booth
e5101e4757
Change the not.fyi server on request
8 years ago
Neil Booth
d324bdc0d1
Prepare 1.0.17
8 years ago
Neil Booth
fab3f5affe
Have proxy.create_connection use kwargs
Fixes #227
8 years ago
Neil Booth
ab62092afc
Add note about new NET assignments.
8 years ago
Neil Booth
7442bad66c
Prepare 1.0.16
8 years ago
Neil Booth
00504b695a
Split peer lists post fork
8 years ago
Neil Booth
4d2456e4b4
Explicitly bind to both IPv4 and IPv6.
8 years ago
mmouse-
69c1535d13
Use our listening Host/IP for outgoing connections also ( #226 )
Explicitely set the local IP for outgoing connections, if we're listening
on only one Hostname or IP (of a multi-IP machine). This makes sure our
peers see our outgoing connections coming from the same IP that we're
listening on when we have a specific HOST= configured.
For machines with more than one IP this avoids source-destination
mismatch errors when advertizing our peer. Resolves kyuupichan/electrumx#225
8 years ago
Kefkius
59d8421c87
Fix KeyError on incorrect genesis hash ( #224 )
Fix KeyError that occurs when creating an exception for an incorrect genesis hash.
8 years ago
FujiCoin
b4ac4b6a05
Add Fujicoin ( #218 )
* Add Fujicoin
* Add explanation of FujiDaemon
8 years ago
sam
5b475751f1
Correct 'seessions' (sessions) ( #220 )
8 years ago
cryptcoin-junkey
761213607c
Add PEERS to Monacoin. ( #219 )
8 years ago
Extrememist
2031e88c20
Add Crown ( #217 )
* Add Crown
* Fix Parse
8 years ago
Riccardo Casatta
97ec00338d
Adding regtest parameters ( #213 )
8 years ago
Neil Booth
620ee35af9
Merge branch 'master' of github.com:kyuupichan/electrumx
8 years ago
Neil Booth
f65fa2fd19
Update server list for BCC servers.
8 years ago
Neil Booth
92ba67037f
Use None instead of localhost
See #211 . Some don't have localhost mapped, and
we should also bind to IPv6 interfaces.
Thanks to gaoyaxing24 for testing.
8 years ago
Justin Turner Arthur
28764936c4
Remove semicolons and a couple unused variables. ( #212 )
8 years ago
cryptcoin-junkey
ecad494f28
Add Monacoin. ( #210 )
Signed-off-by: Cryptcoin Junkey <cryptcoin.junkey@gmail.com>
8 years ago
Neil Booth
23b121e799
Prepare 1.0.15
8 years ago
Neil Booth
75feac5d1e
Check prior header hashes to detect forks
8 years ago
Neil Booth
f696a7933d
Prevent unnecessary copying of raw blocks
8 years ago
Neil Booth
3eef0ba4cf
Rename block_full to block.
Retain the raw block in the named tuple.
8 years ago
John L. Jegutanis
350ed82711
Add Vertcoin support ( #208 )
8 years ago
Thomas König
164d0cd924
update FairCoin genesis block ( #207 )
update server list
8 years ago
Neil Booth
d593dd2c6e
Prepare 1.0.14
8 years ago
Neil Booth
2ade5fce9c
Revert "More logical mempool hash handling"
This reverts commit 87d24f38dc
.
8 years ago
Neil Booth
bf202f8395
Merge branch 'master' of github.com:kyuupichan/electrumx into develop
8 years ago
Pavel Zhovner
9279602c4b
Update HOWTO.rst ( #206 )
8 years ago
Neil Booth
7abde2e514
Prepare 1.0.13
8 years ago