From 785f30214977aa824d60c635da908d42b59c1a25 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sat, 11 Aug 2018 18:36:40 +0900 Subject: [PATCH] Note 1.5 protocol as draft --- docs/protocol-changes.rst | 3 + docs/protocol-methods.rst | 161 ++++++++++++++++++++++++++++++++++++++ docs/protocol-removed.rst | 161 -------------------------------------- 3 files changed, 164 insertions(+), 161 deletions(-) diff --git a/docs/protocol-changes.rst b/docs/protocol-changes.rst index 7c0bcdd..ddd0d8f 100644 --- a/docs/protocol-changes.rst +++ b/docs/protocol-changes.rst @@ -150,6 +150,9 @@ Removed methods Version 1.5 =========== +.. note:: This is a draft of ideas for protocol 1.5; they are not + implemented + This protocol version makes changes intended to allow clients and servers to more easily scale to support queries about busy addresses. It has changes to reduce the amount of round-trip queries made in diff --git a/docs/protocol-methods.rst b/docs/protocol-methods.rst index a37e19f..dd2fcff 100644 --- a/docs/protocol-methods.rst +++ b/docs/protocol-methods.rst @@ -310,6 +310,108 @@ Return the confirmed and unconfirmed balances of a :ref:`script hash "unconfirmed": "0.236844" } +blockchain.scripthash.get_history +================================= + +Return the confirmed and unconfirmed history of a :ref:`script hash +