-
Notifications
You must be signed in to change notification settings - Fork 810
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
Duplicate codec index in Message
#7400
Labels
I2-bug
The node fails to follow expected behavior.
Comments
Uncovered by paritytech/parity-scale-codec#653 We either need to fix this struct or change the Related to paritytech/parity-scale-codec#691 as well |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is related to the
Message
struct inpolkadot-sdk/substrate/client/network/src/protocol/message.rs
:This encodes to:
Index 6 is used both for
Consensus
and forRemoteCallResponse
The text was updated successfully, but these errors were encountered: