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
Neil Booth
96b5c5ed4a
Improve documentation of the RPC interface
7 years ago
Neil Booth
77f0a3dca9
Documentation updates
7 years ago
Neil Booth
bfca87d13a
Release 1.3
7 years ago
Neil Booth
a3793a1217
Add a link to the github repo.
7 years ago
Neil Booth
47f65ffda2
Add raw header subscriptions.
7 years ago
Neil Booth
bab8d9f915
Add server.ping RPC call
7 years ago
Neil Booth
c517c1dd1a
Fix some markup
7 years ago
Neil Booth
c1bf4eb792
Move changelog to separate file.
7 years ago
Neil Booth
9eee1c815d
Finish protocol documentation switch
7 years ago
Neil Booth
70dfaa895d
More sphinx work
7 years ago
Neil Booth
a10ff97f2d
More sphinx doc work.
7 years ago
Neil Booth
d8d2515fc2
More work on sphinx docs
7 years ago
Neil Booth
fe37b470e5
More work on sphinx docs
7 years ago
Neil Booth
28531bb452
Initial attempt at Sphinx documentation
7 years ago
dax
cf49b737d3
Enable verbose mode in blockchain.transaction.get ( #397 )
getrawtransaction: optional verbose mode
Update PROTOCOL.rst docs
7 years ago
ghost43
adf81138e3
typos in PROTOCOL.rst ( #394 )
7 years ago
Neil Booth
5f5c599339
Add example response to docs
7 years ago
Neil Booth
5109990ea4
Add blockchain.block.headers RPC call
7 years ago
Neil Booth
7823129526
Clarify truncation behaviour of get_chunk in docs
7 years ago
Neil Booth
76f4969a98
listunspent methods consider mempool receipts
- Update docs. Height is 0 for mempool receipts
- Implement mempool.get_utxos() and use it
- Rename mempool.spends to mempool.potential_spends
Closes #365
7 years ago
Neil Booth
3e6ced6039
Minor documentation updates
7 years ago
Neil Booth
63733223fd
Update docs for blockchain.headers.subscribe
7 years ago
Brandon Lin
12a0f00caf
simplify RSA keygen instructions ( #357 )
7 years ago
Neil Booth
a62124468b
Improve documentation
7 years ago
ThomasV
2d7403f2ef
New protocol: ( #330 )
- add method mempool.get_fee_histogram
- bump protocol version to 1.2
7 years ago
Neil Booth
f126d8c90a
Update docs about when incoming connections are served
7 years ago
Neil Booth
80caa1c4ea
Add a note about shsmith's banner updater script
7 years ago
Neil Booth
35dd1f6199
Remove IRC support
7 years ago
Neil Booth
74cb4c2f45
Require Python 3.6
7 years ago
Neil Booth
81947d796b
Enhance PEER_DISCOVERY environment variable
It is now tri-state - ON, OFF or SELF.
Fixes #287
7 years ago
SomberNight
a7b7aa7ebd
typos in docs/ENVIRONMENT.rst ( #278 )
7 years ago
Neil Booth
255b88388a
Update protocol docs for "height".
Closes #269
7 years ago
Luke Childs
0e6b59eb92
Add ALLOW_ROOT option ( #268 )
* Add ALLOW_ROOT option
* Document ALLOW_ROOT option
* Update controller.py
* Update ENVIRONMENT.rst
7 years ago
Neil Booth
131344715a
Minor environment variable improvements
- COIN and NET strip surrounding whitespace
- new environment variable RPC_HOST, similar to HOST, but
for RPC. Permits fine-grained control of which addresses
the RPC server listens on.
- HOST and RPC_HOST strip surrounding whitespace from hostnames
and IP addresses
- tests and documentation updated to match
8 years ago
Justin Turner Arthur
0c2e5c6368
Minor optimizations to Bitcoin tx processing ( #214 )
* Construct unpacking functions for byte format up front to save time
wasted on parsing format string every iteration.
* Store length ahead of time as the overhead adds up.
* Reduce object attribute lookups in hash functions.
* Clean up lib pkg API changes. Unit test new "public" API members.
Underscore prefix for internal hash module funcs. Make bytes.fromhex a
public function.
* Document recent performance findings.
8 years ago
Neil Booth
305fd89740
Stop persisting peers; resdiscover on restart
8 years ago
Neil Booth
40fa79da63
Remove exception for onion peers
Like clearnet peers, they are only returned in server.peers.subscribe
if there was a successful connection.
8 years ago