-
Notifications
You must be signed in to change notification settings - Fork 242
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 deprecated legacy gossip handler #1428
Comments
alarso16
added a commit
that referenced
this issue
Jan 28, 2025
alarso16
added a commit
that referenced
this issue
Jan 28, 2025
…r changes in the original PR outside the scope of this issue
Merged
alarso16
added a commit
that referenced
this issue
Jan 29, 2025
* Began #1428 by removing legacy gossip handler from network.go and its test file. * Completed all recommended removals in #1428. Did not address any other changes in the original PR outside the scope of this issue * Skip registration in Codec for removed EthTxsGossip type to ensure that numbering is consistent * Fixed small RELEASES.md error incorrectly denoting version * Apply suggestions from code review Nit - typo, reduce git diffs Co-authored-by: Quentin McGaw <[email protected]> Signed-off-by: Austin Larson <[email protected]> * Changed test codec version name for clarity * Removed testCodecVersion due to later comparison with message.Version - use this for tests instead --------- Signed-off-by: Austin Larson <[email protected]> Co-authored-by: Ceyhun Onur <[email protected]> Co-authored-by: Quentin McGaw <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have deprecated legacy gossip handler in favor of p2p sdk gossip handler (push/pull gossips). We have removed it from coreth with the PR ava-labs/coreth#706
Coreth PR is a big one but these changes should be same to remove the deprecated handler from subnet-evm as well:
Network file: https://github.com/ava-labs/coreth/pull/706/files#diff-9cd76a0999351a7520dce33ca95e771d39a4560eb9f589abd38d392506fdfc39
Network test file: https://github.com/ava-labs/coreth/pull/706/files#diff-305c10713f73ecc40109c234bebfcdcac4bfc4a32a0e4a894e04bc8a0d3b1635
Handler file removal: https://github.com/ava-labs/coreth/pull/706/files#diff-99c1d8c878c89edcd40d329c34104fd12df71d1bdeb3dfae51ad7f5758d42424
Gossip stats removal: https://github.com/ava-labs/coreth/pull/706/files#diff-956126bb535d3b8f9fe540954850254433316fabe9e908b55a48de6a1cb153c1
Skip registration for
EthTxsGossip
type in codec: https://github.com/ava-labs/coreth/pull/706/files#diff-295ec2bc5b901db96bc911c27f3ef2df3eaf51e592081cab92d1dd51cbe372bcno-op handler changes: https://github.com/ava-labs/coreth/pull/706/files#diff-f89e2ab248338043520f9f69119ec289998cdca066fa80e0d86160cfe00717dd
message, message_test, handler_test removal: https://github.com/ava-labs/coreth/pull/706/files#diff-a447f410a435eacd25a234db3635e85c4664c11c7feb7326556b62662fc5405e
The text was updated successfully, but these errors were encountered: