6 Commits (8c264bd74b5fb46c1c082aa3bf2f848fb31f677d)

Author SHA1 Message Date
Chakib Benziane 0ed1c57f47 use "rpcconnect" instead of "rpcip" in conf file
The parameter `rpcip` does not exist in bitcoin.conf. You need to use instead `rpcconnect`
7 years ago
Daniel Edgecumbe 7cf8496fc3 [rpc] Classify RPC errors and add a base class RPCError 7 years ago
Daniel Edgecumbe f5be6b9cba [rpc] Add RPCTimeout, RPCConnectionError exceptions
Handle them in poll_client and wallet_enabled
7 years ago
Daniel Edgecumbe 2349c95e8e [rpc] Add RPCError exception; handle it in poll_client 7 years ago
Daniel Edgecumbe b0b3bde4d9 [rpc] Import ujson if available, else use json 7 years ago
Daniel Edgecumbe 0d4a8777e6 Initial commit 7 years ago