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
Neil Booth
8a18da61c2
Add bitcoin-segwit
8 years ago
Neil Booth
87d24f38dc
More logical mempool hash handling
Fixes the issue whereby notifications weren't sent as long as new blocks
kept coming in. Now a new height notification, with an appropriate mempool
update, is sent after each batch of blocks is processed.
8 years ago
Neil Booth
3f9e2363c2
Prepare 1.0.12
8 years ago
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