move node info schema to internal package (#1976)

This commit is contained in:
Patrick Kuo
2017-11-03 11:30:29 +00:00
committed by GitHub
parent d04e48740b
commit 22453204ed
5 changed files with 11 additions and 63 deletions

View File

@ -72,6 +72,9 @@ UNRELEASED
* The ``ReceiveTransactionFlow`` can now be told to record the transaction at the same time as receiving it. Using this
feature, better support for observer/regulator nodes has been added. See :doc:`tutorial-observer-nodes`.
* Moved ``NodeInfoSchema`` to internal package as the node info's database schema is not part of the public API. This is
needed to allow new ``node_info_hash`` column to be added for the network map redesign work.
.. _changelog_v1:
Release 1.0