Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turn on pull mode by default #3575

Merged
merged 3 commits into from
Oct 13, 2022

Conversation

hidenori-shinohara
Copy link
Contributor

Description

Resolves #3572

This turns on pull mode by default. Note that node operators can still turn it off through the config file. Furthermore, this bumps the overlay protocol version.

Checklist

  • Reviewed the contributing document
  • Rebased on top of master (no merge commits)
  • Ran clang-format v8.0.0 (via make format or the Visual Studio extension)
  • Compiles
  • Ran all tests
  • If change impacts performance, include supporting evidence per the performance document

Copy link
Contributor

@marta-lokhova marta-lokhova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks. we also need to make sure that minimum overlay version is up-to-date

@marta-lokhova
Copy link
Contributor

note: we should merge this change last, before closing the tree, so we can do perf run before/after with all the other changes already in

@@ -127,7 +127,7 @@ Config::Config() : NODE_SEED(SecretKey::random())

MAXIMUM_LEDGER_CLOSETIME_DRIFT = 50;

OVERLAY_PROTOCOL_MIN_VERSION = 21;
OVERLAY_PROTOCOL_MIN_VERSION = 22;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can actually bump to 23 that corresponds to 19.3.0 released in July (this is in line with our release policy of 90 days)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated!

@MonsieurNicolas
Copy link
Contributor

r+ 83da984

@latobarita latobarita merged commit 7937f81 into stellar:master Oct 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Turn on pull mode by default
4 participants