44 Commits (b97770eeeddac26c0893e7b88e71682ec666e7fc)

Author SHA1 Message Date
Neil Booth 9dd5541f82 RPCError has msg member, not message 7 years ago
Neil Booth 4f5a219438 Dash: return errors in JSON error field for protocol 1.1 7 years ago
Neil Booth 06693c5880 Fix handling of failed transaction broadcast 7 years ago
Neil Booth 2684f3b888 Require protocol_version to be given if >= 1.1 7 years ago
Neil Booth 2a955a922a Improved handler handling 7 years ago
Neil Booth 37c15f7018 Show protocol version in sessions RPC call 7 years ago
Neil Booth f2f2b1e7b6 Update protocol documentation 7 years ago
Neil Booth 9c25685eb9 Handle client protocol range requests. 7 years ago
Neil Booth e7601a23cd Implement other address methods for scripthash 7 years ago
Neil Booth 135ab68f74 Simple protocol negotiation and setting of handlers 7 years ago
John L. Jegutanis 885872f0b5 Various improvements (#233) 7 years ago
Neil Booth 08dbbf217a client_version must be a tuple 8 years ago
TheLazieR Yip 2e87d49e04 Add more comment on DashElectrumX.server_version 8 years ago
TheLazieR Yip e99400c225 Update DashElectrumX as commented 8 years ago
TheLazieR Yip 4da2278729 Force server string response for Electrum-Dash 2.6.4 client 8 years ago
TheLazieR Yip f179c67935 Add support for Dash Masternode methods 8 years ago
LaoDC 9e34bf8583 reverted and made the version split isolated within the banner logic only as not to affect other parts of the code. 8 years ago
LaoDC 9dceeb914c Add new variables to BANNER(_TOR) 8 years ago
LaoDC 5e92feb8a6 Add new variables to BANNER(_TOR) 8 years ago
Neil Booth a94d320e5d New feature: force peer discovery via proxy 8 years ago
Neil Booth abba36ac6c Relax the get_chunk restriction based on client 8 years ago
Neil Booth 7a2f29aabe Be stricter accepting add_peer requests 8 years ago
Neil Booth e0fd64d29a Rate-limit add_peer calls randomly 8 years ago
Neil Booth 9bc326430d Import JSONRPC 8 years ago
Neil Booth b3005fbb3e Fix typo 8 years ago
Neil Booth d36d222489 Maintain more than one self-identity 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 140304460d Remove debug line 8 years ago
Neil Booth f3cdd97ff9 Report unconfirmed parents correctly. 8 years ago
Neil Booth 151da40d5b Implement peer discovery protocol 8 years ago
Neil Booth 13cf80a326 Re-enable bandwidth throttling 8 years ago
Neil Booth eff5d3d7e4 Force JSONRPCv2 8 years ago
Neil Booth 06c8eda161 Preparations for peer discovery 8 years ago
Neil Booth e56f188816 Implement peer subscriptions 8 years ago
Neil Booth cb0160901f Unify executor and futures logic 8 years ago
Neil Booth a7462a6ea3 Complete rewrite of JSON RPC infrastructure 8 years ago
Neil Booth ed0646efbf Tidy up request and notification sending 8 years ago
Neil Booth 9a8c598fa8 The session needs to handle the version command. 8 years ago
Neil Booth 4eed43accb Add named-argument handling as per JSON RPC 2.0 8 years ago
Neil Booth 2ad64f6243 Add an RPC call to force a reorg at run-time 8 years ago
Neil Booth 15051124af Make flushes and reorgs async 8 years ago
Neil Booth 852753cb94 Implement deserialization of SegWit transactions 8 years ago
Neil Booth 2b2909f1c4 Move to hashX 8 years ago
Neil Booth 5cbe878cb8 Move ServerManager to controller.py 8 years ago
Neil Booth a81b8917d8 Logging tweaks 8 years ago
Neil Booth 4c4cd92c54 Banner: add $DONATION_ADDRESS meta variable 8 years ago
Neil Booth 622f61e943 Don't do an initial sessions log 8 years ago
Neil Booth 50f02747de Throttle abusive logging 8 years ago