Enums§
- Protocol
Feature - New Protocol features should go here. Features are guarded by their corresponding feature flag.
For example, if we have
ProtocolFeature::EVMand a corresponding feature flagevm, it will look like
Constants§
- PEER_
MIN_ ALLOWED_ PROTOCOL_ VERSION - Both, outgoing and incoming tcp connections to peers, will be rejected if
peer'sprotocol version is lower than this. - PROTOCOL_
VERSION - Largest protocol version supported by the current binary.