-
Notifications
You must be signed in to change notification settings - Fork 988
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
Remove V1 survey XDR and supporting code #4332
Labels
cleanup
refactoring or other internal improvements
Comments
This was referenced Mar 4, 2025
bboston7
added a commit
to bboston7/stellar-core
that referenced
this issue
Mar 4, 2025
Closes stellar#4332. Now that all stellar-core nodes on the network support the V2 survey, and there are no node stellar-core nodes that will generate V1 survey messages, it's safe to cleanup the codebase a bit and remove support for the old V1 survey entirely. This has the benefit of greatly simplifying `SurveyManager`.
bboston7
added a commit
to bboston7/stellar-core
that referenced
this issue
Mar 4, 2025
Closes stellar#4332. Now that all stellar-core nodes on the network support the V2 survey, and there are no node stellar-core nodes that will generate V1 survey messages, it's safe to cleanup the codebase a bit and remove support for the old V1 survey entirely. This has the benefit of greatly simplifying `SurveyManager`.
bboston7
added a commit
to bboston7/stellar-core
that referenced
this issue
Mar 4, 2025
Closes stellar#4332. Now that all stellar-core nodes on the network support the V2 survey, and there are no node stellar-core nodes that will generate V1 survey messages, it's safe to cleanup the codebase a bit and remove support for the old V1 survey entirely. This has the benefit of greatly simplifying `SurveyManager`.
github-merge-queue bot
pushed a commit
that referenced
this issue
Mar 5, 2025
Closes #4332. Now that all stellar-core nodes on the network support the V2 survey, and there are no node stellar-core nodes that will generate V1 survey messages, it's safe to cleanup the codebase a bit and remove support for the old V1 survey entirely. This has the benefit of greatly simplifying `SurveyManager`. # Checklist - [x] Reviewed the [contributing](https://github.com/stellar/stellar-core/blob/master/CONTRIBUTING.md#submitting-changes) document - [x] Rebased on top of master (no merge commits) - [x] Ran `clang-format` v8.0.0 (via `make format` or the Visual Studio extension) - [x] Compiles - [x] Ran all tests - [ ] If change impacts performance, include supporting evidence per the [performance document](https://github.com/stellar/stellar-core/blob/master/performance-eval/performance-eval.md)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have deprecated the V1 network survey with the addition of the V2 survey in #4275. Once the network minimum overlay version is 34, we can be sure that all nodes support the V2 survey and we should remove the XDR definitions and supporting code for the V1 survey.
The text was updated successfully, but these errors were encountered: