Neil Booth
|
7f9cb9cd9d
|
Generic header length
If header lengths change in the future, only one function needs
to change in coins.py.
|
8 years ago |
Neil Booth
|
c8c4199503
|
New VirtualFile abstraction
Use for headers, tx counts and tx hashes.
|
8 years ago |
Neil Booth
|
427183ae01
|
Place metadata files in meta/, db in db/
|
8 years ago |
Neil Booth
|
2b2909f1c4
|
Move to hashX
The hashX of a script is the first 11 bytes of its sha256 hash.
Closes #72.
|
8 years ago |
Neil Booth
|
de201a247f
|
Double fetch size of mempool.
Set testnet genesis hash.
|
8 years ago |
Neil Booth
|
8bd2e7ee06
|
Add constants for bitcoin testnet
|
8 years ago |
Neil Booth
|
0f43ce564a
|
Fix log message
|
8 years ago |
Neil Booth
|
038d9a9720
|
Tweak documentation for clarity
|
8 years ago |
Neil Booth
|
4b0ba2fcd3
|
Prepare 0.9.22
Documentation updates only
|
8 years ago |
Neil Booth
|
9ca68a5084
|
Update the ARCHITECTURE document
Also has a pretty line diagram
|
8 years ago |
Neil Booth
|
beb546219a
|
Move ENV-NOTES to ENVIRONMENT.rst
Improve environment documentation
|
8 years ago |
Neil Booth
|
d951898b01
|
Prepare 0.9.21
|
8 years ago |
Neil Booth
|
b29ce0604d
|
Explain what logging a session means
|
8 years ago |
Neil Booth
|
7d899e07ae
|
Fix version
|
8 years ago |
Neil Booth
|
5bf59a1cc7
|
Add documentation of the RPC interface
|
8 years ago |
Neil Booth
|
533c97a575
|
Clean up DB open handling
Closes #89
|
8 years ago |
Neil Booth
|
c5aa61b71b
|
Merge branch 'alex1702-master' into develop
|
8 years ago |
Neil Booth
|
026290bc4c
|
Merge branch 'master' of https://github.com/alex1702/electrumx into alex1702-master
|
8 years ago |
Neil Booth
|
6a72a5b731
|
Merge branch 'release-0.9.20' into develop
|
8 years ago |
Neil Booth
|
1051fad804
|
Merge branch 'release-0.9.20'
|
8 years ago |
Neil Booth
|
ddfefd7f36
|
Prepare 0.9.20
|
8 years ago |
Neil Booth
|
517f78858c
|
Fix IRC flood issues
Tweaked version of suggestions from Valesi, petrkr, and bauerj.
Fixes #93
|
8 years ago |
Neil Booth
|
5cbe878cb8
|
Move ServerManager to controller.py
rename Controller
|
8 years ago |
Neil Booth
|
67908b3541
|
Slightly cleaner semaphore fix
|
8 years ago |
Neil
|
2d9219981d
|
Merge pull request #91 from shsmith/master
move sleep outside semaphore (issue 88)
|
8 years ago |
shsmith
|
62eded55bb
|
move sleep outside semaphore (issue 88)
|
8 years ago |
Alexander Finkhäuser
|
682d4e0769
|
Add build, dist and electrumx.egg-info to gitignore.
|
8 years ago |
Neil Booth
|
b1e8012b56
|
Prepare 0.9.18
|
8 years ago |
Neil Booth
|
7eb612f547
|
query.py: show hist length and entries
|
8 years ago |
Neil Booth
|
a81b8917d8
|
Logging tweaks
|
8 years ago |
Neil Booth
|
d45e174e03
|
Prepare 0.9.17
|
8 years ago |
Neil Booth
|
4c4cd92c54
|
Banner: add $DONATION_ADDRESS meta variable
Replaced with the DONATION_ADDRESS environment variable
|
8 years ago |
Neil Booth
|
7a3b0830e1
|
Make all storage use fsync
Hopefully costs little and increases robustness.
Closes #75
|
8 years ago |
Neil Booth
|
99d8cbfbf6
|
Permit RPC requests up to 1MB
Fixes #85
Prepare 0.9.16
|
8 years ago |
Neil Booth
|
622f61e943
|
Don't do an initial sessions log
|
8 years ago |
Neil Booth
|
50f02747de
|
Throttle abusive logging
|
8 years ago |
Neil Booth
|
01c2fad534
|
Log paused or low-priority sessions on exit
|
8 years ago |
Neil Booth
|
6a6bbaa07b
|
Tweak mempool logging
|
8 years ago |
Neil Booth
|
a9b1bc16dd
|
Prepare 0.9.15
|
8 years ago |
Neil Booth
|
efe3ebd9ee
|
Remove None from touched when backing up.
Fixes #84
|
8 years ago |
Neil Booth
|
8b87a837b8
|
Prepare 0.9.14
|
8 years ago |
Neil Booth
|
e91f49101b
|
Don't start processing mempool until caught up
Print server manager settings once servers start
|
8 years ago |
Neil Booth
|
7b8119d787
|
Prepare 0.9.13
|
8 years ago |
Neil Booth
|
813d8ee7e3
|
Reduce logging verbosity for delayed requests
Only log when the delay changes
|
8 years ago |
Neil Booth
|
6c7cf34bcd
|
Prepare 0.9.12
|
8 years ago |
Neil Booth
|
a4750f0474
|
Merge branch 'RPC' into develop
|
8 years ago |
Neil Booth
|
0dccb795dc
|
Add pid to RPC getinfo
Closes #77
|
8 years ago |
Neil Booth
|
3cf23c88bd
|
Start up RPC server immediately
Don't wait for catch-up
Closes #78
|
8 years ago |
Neil Booth
|
378372e666
|
Logs: show IPv6 address + port correctly
Closes #79
|
8 years ago |
Neil Booth
|
6679eea04c
|
getinfo RPC: change height reporting
Also rename watched to subs
Closes #80
|
8 years ago |