Skip to content

WIP: Remove backwards compatibility and set min_protocol to 7

Joanne Hugé requested to merge jhuge/re6stnet:min-protocol into master

In order to add the version.protocol in handshakes and the countries in the address, backward compatibility code was added to allow for a smooth update of the network. This commit removes it, and should be used in re6st networks where all nodes have version.protocol > 7. Removing the compatibility code allows us to remove geoip2 for the nodes.

Merge request reports