From 66a9d0318565e0b7ca533b0ee1e48b0fdc4ae590 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 3 Dec 2019 16:32:16 +0000 Subject: py-bitcoinrpc: added version 1.0 AuthServiceProxy is an improved version of python-jsonrpc. It includes the following generic improvements: * HTTP connections persist for the life of the AuthServiceProxy object * sends protocol 'version', per JSON-RPC 1.1 * sends proper, incrementing 'id' * uses standard Python json lib * can optionally log all RPC calls and results * JSON-2.0 batch support It also includes the following bitcoin-specific details: * sends Basic HTTP authentication headers * parses all JSON numbers that look like floats as Decimal, and serializes Decimal values to JSON-RPC connections. --- finance/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'finance/Makefile') diff --git a/finance/Makefile b/finance/Makefile index a4d896523f3..7554367a49a 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2019/11/25 18:24:49 adam Exp $ +# $NetBSD: Makefile,v 1.70 2019/12/03 16:32:16 adam Exp $ # COMMENT= Monetary, financial and related applications @@ -31,6 +31,7 @@ SUBDIR+= py-alpha_vantage SUBDIR+= py-alphalens SUBDIR+= py-backtrader SUBDIR+= py-bitcoinlib +SUBDIR+= py-bitcoinrpc SUBDIR+= py-braintree SUBDIR+= py-empyrical SUBDIR+= py-fecon235 -- cgit v1.2.3