112 Commits (068e2306169c66e8005eb46a8ec724ed29e369d9)

Author SHA1 Message Date
Neil Booth 46adf543fc Enforce pycodestyle in server/ 7 years ago
elmora-do 7baf6cf68d Add $PAC (#474) 7 years ago
Neil Booth 2559751ead Display aiorpcX version on startup 7 years ago
Neil Booth 52658cfc9c Set the shutdown event via call_soon 7 years ago
Neil Booth 7d9ffbbed0 Minimum supported protocol version is 1.1 7 years ago
Neil Booth 77051f83a4 Make HASHX_LEN a global, not a coin property 7 years ago
John L. Jegutanis c813918b8b Add version to the getinfo result (#471) 7 years ago
Neil Booth ec2565679a Force close stale sessions that aren't closing 7 years ago
Neil Booth 1a0eea25c3 ElectrumX 1.4.3 7 years ago
Neil Booth 142aa48dbb Release 1.4.2 7 years ago
Neil Booth 4eebf420e8 Cleaner shutdown 7 years ago
Neil Booth fec2ee1d8f Set PROTOCOL_MIN to 1.0 7 years ago
Neil Booth 8bf30fba0e Move server/version.py to Controller class 7 years ago
Neil Booth 837bea217a Remove controller.groups 7 years ago
Neil Booth 415552989b Fix group consolidation logic 7 years ago
Neil Booth bc6093a8fe Fully integrate aiorpcX 7 years ago
John L. Jegutanis 90f28314d2 Add DROP_CLIENT env variable (#432) 7 years ago
Neil Booth 47f65ffda2 Add raw header subscriptions. 7 years ago
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