Module version

Source

Enums§

ProtocolFeature
New Protocol features should go here. Features are guarded by their corresponding feature flag. For example, if we have ProtocolFeature::EVM and a corresponding feature flag evm, it will look like

Constants§

PEER_MIN_ALLOWED_PROTOCOL_VERSION
Both, outgoing and incoming tcp connections to peers, will be rejected if peer's protocol version is lower than this.
PROTOCOL_VERSION
Largest protocol version supported by the current binary.