We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It has been found that canary clusters running mixed versions are throwing the following errors:
The above logs are from a node running with v0.16.0 and trying to communicate to nodes running v0.17-dev version.
Yes, the previous version in which this bug was not present was: 3435f00
3435f00
Run a mixed versions cluster with half of nodes running on v0.16.0 and other half on 7374a44.
7374a44
protocols not supported
What version of Charon are you running? (Which release)
Half on v0.16.0 AND half on 7374a44
The text was updated successfully, but these errors were encountered:
This bug is caused because p2p.Send(...) in v0.16.0 does not support multiple protocols. We can fix this by:
p2p.Send(...)
Sorry, something went wrong.
p2p: add support for multi protocols to Send (#2387)
aba2bb5
Add support for multi protocols to `p2p.Send(...)`. category: bug ticket: #2386
dB2510
Successfully merging a pull request may close this issue.
🐞 Bug Report
Description
It has been found that canary clusters running mixed versions are throwing the following errors:
The above logs are from a node running with v0.16.0 and trying to communicate to nodes running v0.17-dev version.
Has this worked before in a previous version?
Yes, the previous version in which this bug was not present was:
3435f00
🔬 Minimal Reproduction
Run a mixed versions cluster with half of nodes running on v0.16.0 and other half on
7374a44
.🔥 Error
What version of Charon are you running? (Which release)
The text was updated successfully, but these errors were encountered: