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

chore(gossipsub): Optimize behaviour's handle_invalid_message #4369

Open
StemCll opened this issue Aug 21, 2023 · 1 comment · May be fixed by #5767
Open

chore(gossipsub): Optimize behaviour's handle_invalid_message #4369

StemCll opened this issue Aug 21, 2023 · 1 comment · May be fixed by #5767

Comments

@StemCll
Copy link
Contributor

StemCll commented Aug 21, 2023

Description

Optimize behaviour to call self.data_transform.inbound_transform only in handle_invalid_message
or
make the necessary transformation outside the handle_invalid_message.

Motivation

Current Implementation

Are you planning to do it yourself in a pull request?

Maybe :)

@mxinden
Copy link
Member

mxinden commented Aug 21, 2023

Thank you @StemCll ❤️

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 a pull request may close this issue.

2 participants