Skip to content

Commit

Permalink
Bump minimum overlay version to 35 (#4622)
Browse files Browse the repository at this point in the history
Closes #4620

This changes bumps the minimum overlay version to match the version in
`v22.0.0`. Now that the network has upgraded to protocol 22, there's no
reason to keep older clients connected.
  • Loading branch information
SirTyson authored Jan 14, 2025
2 parents e82e15a + 4c438b6 commit 20e2d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Config::Config() : NODE_SEED(SecretKey::random())
LEDGER_PROTOCOL_VERSION = CURRENT_LEDGER_PROTOCOL_VERSION;
LEDGER_PROTOCOL_MIN_VERSION_INTERNAL_ERROR_REPORT = 18;

OVERLAY_PROTOCOL_MIN_VERSION = 33;
OVERLAY_PROTOCOL_MIN_VERSION = 35;
OVERLAY_PROTOCOL_VERSION = 36;

VERSION_STR = STELLAR_CORE_VERSION;
Expand Down

0 comments on commit 20e2d30

Please sign in to comment.