Neil Booth
7b9cd944be
Require aiorpcX 0.5.9
7 years ago
Neil Booth
0b4f6b3d6d
Prepare 1.7.1
7 years ago
Neil Booth
9b23fbc747
Prepare 1.7
7 years ago
joesixpack
83732af4fe
Support for Minexcoin ( #529 )
7 years ago
Neil Booth
c715ae6249
Rework mempool and notification code
Clarifies the mempool interface to look more like what it
would in its own process
7 years ago
Neil Booth
6cf7b049fa
Require aiohttp >= 2.0
7 years ago
Neil Booth
74c5c3f817
Don't accept onion peers if we have no proxy
7 years ago
Neil Booth
0c28136739
Remove dead code
7 years ago
Neil Booth
530c7cac6f
Clean up shutdown process of the block processor
- enables removal of executor code
- clarify flush guarantees
7 years ago
Neil Booth
023e463748
Prepare 1.6
7 years ago
Neil Booth
049017aa8c
Fix doc linkage
7 years ago
Neil Booth
813fc09d64
Use JSON RPC terms in docs, not Python
7 years ago
Neil Booth
c8c896a14c
Minor tweaks.
7 years ago
ghost43
c7f3f7ac6d
new protocol method: blockchain.transaction.id_from_pos ( #524 )
7 years ago
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