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
d51f98e739
Create and use class_logger() utility function
7 years ago
Neil Booth
9534a83257
Log class name only from server script
Based on #518 by eukreign
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
029d94388f
Update .gitignore
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
71b3d30842
Server listening ( #516 )
* + server_listening Event in Controller (to know when server has fully started)
7 years ago
Lex Berezhny
f8ebcf35b4
Env accepts custom Coin class ( #517 )
* + support for passing an actual coin class to Env()
* unit test for Env() accept coin class
* doc string explaining optional Coin argument to Env and assert to make sure a coin is a Coin
7 years ago
Neil
c28b5af309
Export Controller and Env from the package ( #515 )
7 years ago
Lex Berezhny
45111898b3
make it easier to configure logging for electrumx ( #514 )
* make it easier to configure logging for electrumx
7 years ago
Lex Berezhny
ddae0079a7
+ BitcoinCashRegtest coin class ( #512 )
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
e425b60ff3
Remove decred - mainnet fails to sync
This doesn't seem likely to be fixed soon given the protocol
is quite different.
Closes #414
7 years ago
Neil Booth
f2f19aeffc
Cast verbose to int for daemon RPC
Fixes #506
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
Neil Booth
38d045c12a
librocksdb is unauthenticated
7 years ago
cronos-polis
93e4b1f15a
Add Polis, ColossusXT, GoByte, Monoeci ( #504 )
7 years ago
Neil
2cb89814b6
Force verbose to be a boolean ( #503 )
Fixes #502
7 years ago
wilsonmeier
068e230616
Add mainnet, testnet and regtest peers for BTG ( #500 )
7 years ago
Serge Victor
f968a45c23
Added working DASH Testnet server. ( #501 )
7 years ago
Neil Booth
4ae6af6959
Fix typo (contributed by gabriel-samfira)
7 years ago
Daniel Shakhmundes
b21987fb4c
Hardcoded username directory replaced with ~ ( #494 )
This change will cd to the current user's directory, rather than /home/username
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
Neil Booth
23e484b1d9
Enforce pycodestyle in lib/
7 years ago
Neil Booth
46adf543fc
Enforce pycodestyle in server/
7 years ago
Neil Booth
e29b692b9d
Fix typo
7 years ago
WO
93ee197b48
Add Koto testnet ( #491 )
7 years ago
脇山P
0646d874be
update version aiorpcx ( #490 )
7 years ago
Neil Booth
653b84e853
Update BitcoinCash metadata
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
Neil Booth
2559751ead
Display aiorpcX version on startup
7 years ago
Neil Booth
b993bd8f8e
Rename protocol_version_string to version_string
7 years ago
Neil Booth
52658cfc9c
Set the shutdown event via call_soon
Fixes #480
Require aiorpcx 0.5.6, handle ConnectionError appropriately;
this ensures the same bug would give a better error message
7 years ago
Daniel McNally
6928b251f8
Change COIN to BitcoinSegwit ( #486 )
7 years ago
Neil Booth
69754a62eb
Be more careful closing history DB
Fixes #485
7 years ago
Neil Booth
7d9ffbbed0
Minimum supported protocol version is 1.1
7 years ago
SuBPaR42
379fef17de
Update coins.py ( #477 )
Updated TX_PER_BLOCK to 2018 YTD average. Updated total transactions to a more recent block.
7 years ago
WO
8d42c23026
Update for Zcash v3 tx ( #475 )
7 years ago
Neil Booth
e0186d7661
Move clean_db() logic to when hist DB is opened
7 years ago