You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This signal comes from network bridge with informations about peers connected, peers disconnected, grid topology update, new message from a peer and other messages.
The text was updated successfully, but these errors were encountered:
EclesioMeloJunior
changed the title
handle network bridge events in statement distribution subsystem
feat(statement-distribution) handle NetworkBridgeUpdate signal
Nov 5, 2024
Issue summary
This signal comes from network bridge with informations about peers connected, peers disconnected, grid topology update, new message from a peer and other messages.
handle_network_update
https://github.com/paritytech/polkadot-sdk/blob/74ec1ee226ace087748f38dfeffc869cd5534ac8/polkadot/node/network/statement-distribution/src/v2/mod.rs#L428C21-L428C42Support Network Bridge Events (v2)
handle_incoming_statement
https://github.com/paritytech/polkadot-sdk/blob/74ec1ee226ace087748f38dfeffc869cd5534ac8/polkadot/node/network/statement-distribution/src/v2/mod.rs#L1549 -> separated PRhandle_incoming_manifest_common
https://github.com/paritytech/polkadot-sdk/blob/74ec1ee226ace087748f38dfeffc869cd5534ac8/polkadot/node/network/statement-distribution/src/v2/mod.rs#L2339 -> separated PRhandle_incoming_acknowledgement
https://github.com/paritytech/polkadot-sdk/blob/74ec1ee226ace087748f38dfeffc869cd5534ac8/polkadot/node/network/statement-distribution/src/v2/mod.rs#L2726 -> separated PROther information and links
The text was updated successfully, but these errors were encountered: