Neil Booth
3ca464e5b1
Update BTC server list
8 years ago
Neil Booth
3612b88e2e
Permit underscores in hostnames.
Add tests.
8 years ago
Neil Booth
4665ba6315
Improve daemon JSON RPC compatibility
- give an ID to each request
- allow client session to be customized by derived classes
Based on changes suggested by erasmospunk
8 years ago
Neil Booth
54c3ae4c5d
Improve bip32 test coverage
8 years ago
Neil Booth
1addbd6815
Add wallet dir to coverage
8 years ago
Neil Booth
eb51706316
Update travis.yml
8 years ago
Neil Booth
9dfaedc727
Add bip32.py and tests.
8 years ago
Neil Booth
7a77637586
Add comprehensive tests of lib/hash.py
8 years ago
Neil Booth
858bac217d
Move DB UTXO code into one place.
8 years ago
emilrus
5f8222efb3
Replace envuidgid with setuidgid and make run files executable ( #203 )
* envuidgid only sets environment variables $UID and $GID causing electrum_server to fail at https://github.com/kyuupichan/electrumx/blob/master/electrumx_server.py#L35-L37
Replaced envuidgid with setuidgit which runs electrum_server with the specified uid/gid
* Make run files executable
8 years ago
Neil
e7cf5e5d31
Merge pull request #200 from GoneUp/typo
Fixed paths in howto
8 years ago
Henry
5cc3973eff
HOWTO: fixed paths
8 years ago
Neil
00886b8ee7
Merge pull request #194 from followtheart/master
Add Dockerfile
8 years ago
followtheart
04df5e9079
Add Dockerfile
Add Dockerfile reference
8 years ago
Neil Booth
2f26e81629
Implement history compression with tests.
Still to do: running compression in background when the flush
count reaches a certain level
8 years ago
Neil Booth
2940ea3199
Add new function get_history_txnums
8 years ago
Neil
721685ba4b
Merge pull request #192 from erasmospunk/legacy-rpc
Legacy rpc and coin additions
8 years ago
John L. Jegutanis
b48465a065
Add Reddcoin support
8 years ago
John L. Jegutanis
fe30086795
Digibyte switched to SegWit
8 years ago
John L. Jegutanis
74f899e544
Add support for Blackcoin and Peercoin
8 years ago
John L. Jegutanis
1e9a65dccb
Handle legacy daemon RPCs
Add support for daemons that don't have the new 'getblock' RPC call that
returns the block in hex, the workaround is to manually recreate the block
bytes. The recreated block bytes may not be the exact ones as in the
underlying blockchain but it is good enough for our indexing purposes.
8 years ago
Neil Booth
0cf4210a66
Prepare 1.0.11
8 years ago
Neil Booth
661883732c
Update nolnet parameters
8 years ago
Neil Booth
4cc3720589
Disable IRC for bitcoin mainnet
Only require IRC_CHANNEL if IRC_PREFIX is given.
8 years ago
Antti Majakivi
9a9f78030d
fix a typo
Fixes a typo.
8 years ago
Neil
efd859ab02
Merge pull request #188 from erasmospunk/remove-dead-code
Remove dead code
8 years ago
John L. Jegutanis
232d6be72c
Remove dead code
8 years ago
Neil
d9ff685958
Merge pull request #183 from thelazier/dash_mn_methods
Add support for Dash Masternode methods
8 years ago
Neil Booth
08dbbf217a
client_version must be a tuple
Fixes #180
8 years ago
TheLazieR Yip
2e87d49e04
Add more comment on DashElectrumX.server_version
8 years ago
TheLazieR Yip
e99400c225
Update DashElectrumX as commented
8 years ago
TheLazieR Yip
8d21eae2bb
Move import lines to top of class
8 years ago
Neil
d3348fe684
Merge pull request #182 from thelazier/allow_custom_electrumx
Allow custom ElectrumX class
8 years ago
TheLazieR Yip
4da2278729
Force server string response for Electrum-Dash 2.6.4 client
8 years ago
TheLazieR Yip
f179c67935
Add support for Dash Masternode methods
+ Add DashDaemon class
+ Add DashElectrumX class
+ Update coin configurations for Dash
8 years ago
TheLazieR Yip
b0e23e903d
Allow custom ElectrumX class
8 years ago
Neil
325097f0e6
Merge pull request #176 from erasmospunk/allow-customizations
Allow custom Daemon and BlockProcessor classes
8 years ago
John L. Jegutanis
a4e4f80ad7
Allow custom Daemon and BlockProcessor classes
8 years ago
Neil
c86fdffaf0
Merge pull request #178 from knocte/patch-1
HOWTO.rst: fix typo
8 years ago
Andres G. Aragoneses
8fb0faac2d
HOWTO.rst: fix typo
8 years ago
Neil
9ec2f22306
Merge pull request #177 from laodc/master
Added SERVER_(SUB)VERSION to banner variables
8 years ago
Neil
37a9b27646
Update ENVIRONMENT.rst
8 years ago
LaoDC
3c8ab998e4
sorry about permissions
8 years ago
LaoDC
70c6c87852
fixed typo.
8 years ago
LaoDC
c5c75c30de
Updated docs/ENVIRONMENT.rst to reflect changes in variables
8 years ago
LaoDC
9e34bf8583
reverted and made the version split isolated within the banner logic only as not to affect other parts of the code.
8 years ago
LaoDC
9dceeb914c
Add new variables to BANNER(_TOR)
$SERVER_VER will return the version number (eg: 1.0.10)
$SERVER_SUBVERSION will return the full version string (eg: ElectrumX 1.0.10)
$VERSION is kept for legacy which is the same as $SERVER_SUBVERSION
8 years ago
LaoDC
5e92feb8a6
Add new variables to BANNER(_TOR)
$SERVER_VER will return the version number (eg: 1.0.10)
$SERVER_SUBVERSION will return the full version string (eg: ElectrumX 1.0.10)
$VERSION is kept for legacy which is the same as $SERVER_SUBVERSION
8 years ago
Neil
bf8145aba5
Merge pull request #175 from SuBPaR42/patch-2
Change to default BTC mainnet server peers
8 years ago
SuBPaR42
400388336a
Change to default server peers
electrum.trouth.net is no longer active. Replaced with another E-S server ;-)
8 years ago