Add warnings about breaking changes in network (#2348)

This commit is contained in:
Pierre Krieger
2019-04-23 16:34:47 +02:00
committed by Bastian Köcher
parent 87776e63bb
commit 648dcc2728
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -15,6 +15,9 @@
// along with Substrate. If not, see <http://www.gnu.org/licenses/>.
//! Networking layer of Substrate.
//!
//! **Important**: This crate is unstable and the API and usage may change.
//!
mod behaviour;
mod config;
+3
View File
@@ -19,6 +19,9 @@
//! Substrate-specific P2P networking: synchronizing blocks, propagating BFT messages.
//! Allows attachment of an optional subprotocol for chain-specific requests.
//!
//! **Important**: This crate is unstable and the API and usage may change.
//!
mod service;
mod sync;