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

[network] Send VersionedChunkEndorsement on T2 (#13039) #13045

Merged
merged 1 commit into from
Mar 5, 2025

Conversation

VanBarbascu
Copy link
Contributor

With release 2.5 we had changed VersionedChunkEndorsement to be allowed on T1. This lead to a compatibility issue with 2.4 nodes, which were expecting VersionedChunkEndorsement to be allowed only on T2.

To fix this problem, with release 2.5 we allow to receive VersionedChunkEndorsement on T1 but send on VersionedChunkEndorsement T2.

With next release 2.6, we can start sending VersionedChunkEndorsement on T1.

Zulip discussion:
https://near.zulipchat.com/#narrow/channel/308695-nearone.2Fprivate/topic/2.2E5.2E0.20release.20mainnet.20-.20missing.20chunks/near/503332447

With release 2.5 we had changed VersionedChunkEndorsement to be allowed
on T1. This lead to a compatibility issue with 2.4 nodes, which were
expecting VersionedChunkEndorsement to be allowed only on T2.

To fix this problem, with release 2.5 we allow to receive
VersionedChunkEndorsement on T1 but send on VersionedChunkEndorsement
T2.

With next release 2.6, we can start sending VersionedChunkEndorsement on
T1.

Zulip discussion:
https://near.zulipchat.com/#narrow/channel/308695-nearone.2Fprivate/topic/2.2E5.2E0.20release.20mainnet.20-.20missing.20chunks/near/503332447
@VanBarbascu VanBarbascu requested a review from a team as a code owner March 5, 2025 09:40
@VanBarbascu VanBarbascu merged commit ad85b71 into near:2.5.0 Mar 5, 2025
17 of 24 checks passed
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 this pull request may close these issues.

3 participants