Neil Booth
5ba5d05add
Protocol 1.4: only accept a single server.version message
- remove unused self.client_version
- coerce client_name to a str
7 years ago
Neil Booth
e5ea1c10e2
Update docs for raw headers.
7 years ago
Neil Booth
362499778a
Prepare 1.6pre1
7 years ago
Neil Booth
061cac51a8
Implement merkle proof for blockchain.block.headers
7 years ago
Neil Booth
46d8e0c608
Implement merkle proofs for blockchain.block.header
7 years ago
Neil Booth
20884170e6
Remove raw argument to blockchain.headers.subscribe
7 years ago
Neil Booth
0ee27970af
Update documentation for protocol 1.4
7 years ago
Neil Booth
997a1be377
Prepare 1.5.2
7 years ago
Neil Booth
e1e4129e17
Prepare 1.5.1
7 years ago
Neil Booth
02fb534176
Don't import version in setup.py
Fixes #520
7 years ago
Neil Booth
2cfcbc0b7e
Remove some old history from the changelog
7 years ago
Neil Booth
70c81abc40
Add a note to 1.5 release notes
7 years ago
Neil Booth
40db8836ce
Minor doc tweaks
7 years ago
Neil Booth
8a4f9e20ac
Prepare 1.5
7 years ago
Neil Booth
30680bfb37
More doc updates
7 years ago
Neil Booth
3063dec4cc
Document removed metohds in new file
7 years ago
Neil Booth
7c82d1fe5f
blockchain.headers.subscribe: raw defaults to True in 1.3
Update docs for this and other omissions.
7 years ago
Neil Booth
7911f0d525
Remove blockchain.address.* methods from protocol 1.3+
7 years ago
Neil Booth
26206fd3e4
Drop the .py suffix from electrumx_server & electrumx_rpc
7 years ago
Neil Booth
4171e58f8a
Use version directly
readthedocs is lame and uses python3.5 which cannot parse the
files
7 years ago
Neil Booth
c35ac6d9bb
Deprecate blockchain.block.get_header as of protocol 1.3
Use new blockchain.block.header instead.
7 years ago
Lex Berezhny
29289004e7
electrumx package ( #511 )
* moved wallet, server, lib into electrumx main module
* fixed imports and other path references affected by electrumx main package
* fixing formatting to pass the pycodetest on travis
7 years ago
Neil
1e763b720b
Check docs ( #509 )
* Require HTML docs to build cleanly for Travis
7 years ago
Neil Booth
cc36935f5b
Fix link
7 years ago
Neil Booth
838896991d
Document status when tx list empty.
7 years ago
Neil Booth
32b461a286
Fix underscore length
7 years ago
elmora-do
50e2785256
Update masternode doc and masternode_list rpc method ( #493 )
* Update protocol-methods.rst
* Error is raised if the payees is not a list in RPC method masternode_list
7 years ago
elmora-do
7baf6cf68d
Add $PAC ( #474 )
* Add $PAC
* Refactor and improve masternode notifications
* Update DASH/$PAC RPC documentation
These RPC commands were documented:
masternode.announce.broadcast
masternode.subscribe
masternode.list
masternode.info
7 years ago
ddude
56de4dea67
Adding Xuez Coin ( #472 )
7 years ago
Roman Zeyde
ee7e536a38
Fix small typo in protocol-basics.rst ( #462 )
7 years ago
Neil Booth
acb18155d0
Update the roadmap
7 years ago
Neil Booth
d586a745e1
Fix doc build
7 years ago
Neil Booth
1a0eea25c3
ElectrumX 1.4.3
Close connections more aggressively on shutdown
We need VERSION in its own file, unfortunately
Fixes #442
7 years ago
Neil Booth
142aa48dbb
Release 1.4.2
Requires aiorpcX 0.5.5
7 years ago
Neil Booth
4eebf420e8
Cleaner shutdown
Use aiorpcX task functionality
Shut down peer sessions cleanly
7 years ago
Neil Booth
8bf30fba0e
Move server/version.py to Controller class
7 years ago
Neil Booth
e92c9bd486
ElectrumX 1.4
7 years ago
John L. Jegutanis
90f28314d2
Add DROP_CLIENT env variable ( #432 )
This will disconnect any client based on their version string,
using a regular expression.
Useful for dropping buggy/unsupported clients.
7 years ago
Neil Booth
1b65bd8d50
attr->envvar for NET
7 years ago
Neil Booth
ebfe93e15c
Lower case doc files
7 years ago
Neil Booth
8c54111139
Improve envvar docs
7 years ago
Neil Booth
0e7cd498ca
More improvements to HOWTO.rst
7 years ago
Neil Booth
e577172a00
Improve HOWTO markup
7 years ago
Neil Booth
4ec85020f6
Add LOG_FORMAT envvar to control logging format.
7 years ago
Neil Booth
e8e5b3b0a9
Fix doc typo
7 years ago
Neil Booth
e2f1864a94
Update peer discovery notes
7 years ago
dax
7f08cdf8e2
Typo edit ( #407 )
vesrion -> version
7 years ago
Neil Booth
be4036b9e4
Tweak peers docs
7 years ago
Neil Booth
569b81a1cd
Fix doc typo
7 years ago
Neil Booth
e426b666ef
Show example of RPC peers output
7 years ago