mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 09:51:10 +00:00
Remove the multiplexed networking system (#2373)
* Remove the multiplexed networking system * Rename BackCompat to Normal * Remove CustomMessageId * Fix tests
This commit is contained in:
committed by
Bastian Köcher
parent
0f02bed702
commit
f3df7250e9
@@ -15,7 +15,7 @@
|
||||
// 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.
|
||||
//!
|
||||
|
||||
@@ -27,7 +27,7 @@ mod transport;
|
||||
|
||||
pub use crate::behaviour::Severity;
|
||||
pub use crate::config::*;
|
||||
pub use crate::custom_proto::{CustomMessage, CustomMessageId, RegisteredProtocol};
|
||||
pub use crate::custom_proto::{CustomMessage, RegisteredProtocol};
|
||||
pub use crate::config::{NetworkConfiguration, NodeKeyConfig, Secret, NonReservedPeerMode};
|
||||
pub use crate::service_task::{start_service, Service, ServiceEvent};
|
||||
pub use libp2p::{Multiaddr, multiaddr, build_multiaddr};
|
||||
|
||||
Reference in New Issue
Block a user