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

[Consensus] enable tonic #17816

Merged
merged 2 commits into from
May 23, 2024
Merged

[Consensus] enable tonic #17816

merged 2 commits into from
May 23, 2024

Conversation

mwtian
Copy link
Member

@mwtian mwtian commented May 18, 2024

Description

Enable tonic networking for Mysticeti.

Test plan

CI
Private testnet: tonic has been the default for awhile.


Release notes

Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required.

For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates.

  • Protocol:
  • Nodes (Validators and Full nodes):
  • Indexer:
  • JSON-RPC:
  • GraphQL:
  • CLI:
  • Rust SDK:

Copy link

vercel bot commented May 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sui-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 23, 2024 0:35am
3 Ignored Deployments
Name Status Preview Comments Updated (UTC)
multisig-toolkit ⬜️ Ignored (Inspect) Visit Preview May 23, 2024 0:35am
sui-kiosk ⬜️ Ignored (Inspect) Visit Preview May 23, 2024 0:35am
sui-typescript-docs ⬜️ Ignored (Inspect) Visit Preview May 23, 2024 0:35am

@@ -2202,6 +2203,9 @@ impl ProtocolConfig {

// Enable resharing at same initial version
cfg.feature_flags.reshare_at_same_initial_version = true;

// Use tonic networking for Mysticeti.
cfg.feature_flags.consensus_network = ConsensusNetwork::Tonic;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Protocol version 46 has been already deployed in testnet - is it ok to go and change now the flag values?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! I didn't realize version 46 got picked into the 1.25 release.

@mwtian mwtian changed the title [Consensus] enable tonic networking [Consensus] enable tonic May 23, 2024
@mwtian mwtian disabled auto-merge May 23, 2024 00:38
@mwtian mwtian enabled auto-merge (squash) May 23, 2024 00:38
@mwtian mwtian merged commit 1eefeb2 into main May 23, 2024
48 checks passed
@mwtian mwtian deleted the consensus-tonic branch May 23, 2024 01:00
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.

None yet

3 participants