Skip to content

Latest commit

 

History

History
216 lines (154 loc) · 5.49 KB

File metadata and controls

216 lines (154 loc) · 5.49 KB

Protocol Changes

This document lists changes made by protocol version.

Version 1.0

Deprecated methods

Version 1.1

Changes

New methods

Removed methods

Version 1.2

Changes

New methods

Deprecated methods

Version 1.3

Changes

New methods

Removed methods

Deprecated methods

Version 1.4

This version removes all support for :ref:`deserialized headers <deserialized header>`.

Changes

New methods

Removed methods

Version 1.4.1

Changes

Version 1.4.2

New methods

Version 1.4.3

New methods

Version 1.5

(this version number was skipped, no corresponding protocol is defined)

Version 1.6

Changes

  • Breaking change for the version negotiation: we now mandate that the :func:`server.version` message must be the first message sent. That is, version negotiation must happen before any other messages.
  • The status of a scripthash has its definition tightened in a backwards-compatible way: mempool txs now have a canonical ordering defined for the calculation (previously their order was undefined).
  • :func:`blockchain.scripthash.get_mempool` previously did not define an order for mempool transactions. We now mandate a specific ordering.
  • Optional mode argument added to :func:`blockchain.estimatefee`.
  • :func:`blockchain.block.headers` now returns headers as a list, instead of a single concatenated hex string.

New methods

Removed methods