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 +