Neil
|
ffd9c65e7d
|
Merge pull request #45 from thelazier/header_hash
fs_block_hashes need correct header_hash from coin
|
8 years ago |
TheLazieR Yip
|
f3ecfe00e2
|
Remove unused variables
|
8 years ago |
TheLazieR Yip
|
828727d41a
|
Remove unneccessary local variables
|
8 years ago |
TheLazieR Yip
|
dfaf36ae16
|
Remove header_hashes
|
8 years ago |
TheLazieR Yip
|
e987510432
|
Replace double_sha256 with header_hash from coin
|
8 years ago |
TheLazieR Yip
|
b3623f5455
|
replace header_hashes with header_prevhash , header_hash
|
8 years ago |
TheLazieR Yip
|
6b63ecb439
|
Add header_hash and header_prevhash class methods
|
8 years ago |
Neil Booth
|
d4c871814f
|
Merge branch 'release-0.7.9' into develop
|
8 years ago |
Neil Booth
|
9f2bd981f0
|
Prepare 0.7.9
|
8 years ago |
Neil Booth
|
42c00d32d2
|
Rewrite lib/jsonrpc.py to be a useful client too
Use for an improved electrumx_rpc.py, so it now handles responses spread
over several packets. Also added a timeout of 5 seconds.
Fixes #43
|
8 years ago |
Neil Booth
|
dcf4d237a2
|
Merge branch 'release-0.7.8' into develop
|
8 years ago |
Neil Booth
|
2dbb9f44f6
|
Prepare release 0.7.8
|
8 years ago |
Neil Booth
|
ef2703177e
|
Fix another assertion error during reorgs
Fixes #44
|
8 years ago |
Neil Booth
|
f53e955dde
|
Merge branch 'release-0.7.7' into develop
|
8 years ago |
Neil Booth
|
86b0f7fa72
|
Prepare 0.7.7
|
8 years ago |
Neil Booth
|
de4930b96d
|
Introduce MAX_HIST environment variable.
|
8 years ago |
Neil Booth
|
eaf99f2b98
|
Merge branch 'release-0.7.6' into develop
|
8 years ago |
Neil Booth
|
70ee7eebd8
|
Prepare 0.7.6
|
8 years ago |
Neil Booth
|
956d1b8039
|
Fix IRC regression
|
8 years ago |
Neil Booth
|
dc23c62625
|
Merge branch 'release-0.7.5' into develop
|
8 years ago |
Neil Booth
|
86086cac63
|
Prepare 0.7.5
|
8 years ago |
Neil Booth
|
9e220820aa
|
Rework futures and event handling
|
8 years ago |
Neil Booth
|
bab0d162de
|
Merge ServerManager and BlockServer
|
8 years ago |
Neil Booth
|
cebf93cdc3
|
Handle abuse better
- close connections on any encoding error
- if the connection is closing do not process buffered requests
|
8 years ago |
Neil Booth
|
a886eeca73
|
Merge branch 'thelazier-irc_vars' into develop
|
8 years ago |
Neil Booth
|
d7887b62be
|
Merge branch 'irc_vars' of https://github.com/thelazier/electrumx into thelazier-irc_vars
|
8 years ago |
TheLazieR Yip
|
f075f0bb5f
|
Add coin's IRC parameters
|
8 years ago |
Neil Booth
|
7ee789ab5e
|
Merge branch 'release-0.7.4' into develop
|
8 years ago |
Neil Booth
|
eb869efd96
|
Merge branch 'release-0.7.4'
|
8 years ago |
Neil Booth
|
f20859a8a6
|
Prepare 0.7.4
|
8 years ago |
Neil Booth
|
640360c809
|
Add feature to simulate reorgs for debugging
|
8 years ago |
Neil Booth
|
8970205e6c
|
Remove obsolete debugging feature
|
8 years ago |
Neil Booth
|
2df5aa746f
|
Pop one from tx_counts for each block we back up.
Fixes #40
|
8 years ago |
Neil Booth
|
26221e751e
|
Remove dead code
|
8 years ago |
Neil Booth
|
3af5a33d30
|
Update env var sample
|
8 years ago |
Neil Booth
|
87da366b1c
|
Merge branch 'release-0.7.3' into develop
|
8 years ago |
Neil Booth
|
cd2019702c
|
Merge branch 'release-0.7.3'
|
8 years ago |
Neil Booth
|
39021792ca
|
Prepare 0.7.3
|
8 years ago |
Neil Booth
|
d1ba4b1a76
|
Reset fs_height when backing up
|
8 years ago |
Neil Booth
|
dca8c034ff
|
Merge branch 'fix-reorg' into develop
|
8 years ago |
Neil Booth
|
67bb01bf2c
|
Fix reorgs with unspendable TXOs
|
8 years ago |
Neil Booth
|
b8b9e362a3
|
Update REL-NOTES
|
8 years ago |
Neil Booth
|
10e0ff2e01
|
Update REL-NOTES
|
8 years ago |
Neil Booth
|
02ce8fe573
|
Merge branch 'release-0.7.2' into develop
|
8 years ago |
Neil Booth
|
35f56462d3
|
Merge branch 'release-0.7.2'
|
8 years ago |
Neil Booth
|
e5c4bb9743
|
Prepare 0.7.2 release
|
8 years ago |
Neil Booth
|
76e0dde199
|
Merge branch 'cluelessperson-docs' into develop
|
8 years ago |
Neil Booth
|
ee6beba35a
|
Merge branch 'master' of https://github.com/cluelessperson/electrumx
|
8 years ago |
Neil Booth
|
139efa57ae
|
Merge branch 'cutoff_with_many_errors' into develop
|
8 years ago |
Neil Booth
|
11ed1c4cae
|
Don't log decoding errors any more
The can be frequent.
Close connections once they reach 10 errors.
|
8 years ago |