94 Commits (0654d962918327e5143fb9250ad344de26e284eb)

Author SHA1 Message Date
dax cf49b737d3 Enable verbose mode in blockchain.transaction.get (#397) 7 years ago
Neil Booth 5109990ea4 Add blockchain.block.headers RPC call 7 years ago
Neil Booth 49ee008346 Relax the constraints on read_headers 7 years ago
Neil Booth 76f4969a98 listunspent methods consider mempool receipts 7 years ago
ThomasV 2d7403f2ef New protocol: (#330) 7 years ago
Neil Booth 7126864052 Wait for mempool to sync before starting external servers 7 years ago
Neil Booth e5b4f5f316 Change read_tx interface of deserializer 7 years ago
Neil Booth ddf65fa9c2 Don't send notifications to LocalRPC sessions 7 years ago
Neil Booth cb33dd115f Clean up client notifications 7 years ago
Neil Booth cf99f733d9 Remove the get_proof RPC. 7 years ago
Neil Booth 74cb4c2f45 Require Python 3.6 7 years ago
Neil Booth 9bf220dec6 Widen min and max columns 7 years ago
Neil Booth 346385680e Fix listunspent methods to remove mempool spends 7 years ago
Neil Booth 366c556c5f Split out lib/server_base.py 7 years ago
Luke Childs 0e6b59eb92 Add ALLOW_ROOT option (#268) 8 years ago
Neil Booth 131344715a Minor environment variable improvements 8 years ago
Justin Turner Arthur 0c2e5c6368 Minor optimizations to Bitcoin tx processing (#214) 8 years ago
Neil Booth 2a955a922a Improved handler handling 8 years ago
Neil Booth a978ca6df7 Permit HOST to be a comma-separated list. 8 years ago
Neil Booth 37c15f7018 Show protocol version in sessions RPC call 8 years ago
Neil Booth e7601a23cd Implement other address methods for scripthash 8 years ago
Neil Booth 135ab68f74 Simple protocol negotiation and setting of handlers 8 years ago
Neil Booth 137236712f Add EVENT_LOOP_POLICY environment variable 8 years ago
Neil Booth 1f3e942cbc Some further cleanup 8 years ago
John L. Jegutanis 885872f0b5 Various improvements (#233) 8 years ago
Neil Booth 4d2456e4b4 Explicitly bind to both IPv4 and IPv6. 8 years ago
Neil Booth 92ba67037f Use None instead of localhost 8 years ago
TheLazieR Yip b0e23e903d Allow custom ElectrumX class 8 years ago
John L. Jegutanis a4e4f80ad7 Allow custom Daemon and BlockProcessor classes 8 years ago
Neil Booth 2c43e89b05 Only set last_good if successfully verified 8 years ago
Neil Booth 8236aaf234 Be more strict on form of features dictionary 8 years ago
Neil Booth 7a2f29aabe Be stricter accepting add_peer requests 8 years ago
Neil Booth 127b4de745 Add new RPC method: add_peer 8 years ago
Neil Booth 9238fe397d Drop ports from top level of features 8 years ago
Neil Booth e0fd64d29a Rate-limit add_peer calls randomly 8 years ago
Neil Booth ead68ebe34 Add new RPC method: add_peer 8 years ago
Neil Booth 39bcdb1b6a Require Python 3.5.3 8 years ago
Neil Booth 04e7dbe99e Only serve chunks in forward direction 8 years ago
Neil Booth 86f6a148b9 Separate async item processor per session 8 years ago
Neil Booth 68a8835db6 Implement script hash subscriptions 8 years ago
Neil Booth eefa86ffbe Remove dead code 8 years ago
Neil Booth f3cdd97ff9 Report unconfirmed parents correctly. 8 years ago
Neil Booth 3f35bc0298 More PEP8 stuff 8 years ago
Neil Booth 151da40d5b Implement peer discovery protocol 8 years ago
Nathan Marley a03665696c recommendations from pycodestyle (pep8 style) 8 years ago
Neil Booth a019fde853 Show uptime in RPC getinfo result 8 years ago
Neil Booth 184fc615bd Improve clarity about current daemon URL 8 years ago
Neil Booth 616bcf6bfd Add daemon_url RPC call and document it. 8 years ago
Neil Booth 06c8eda161 Preparations for peer discovery 8 years ago
Neil Booth e56f188816 Implement peer subscriptions 8 years ago