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

Documentation Update for Protobuf Compiler Installation #1413

Open
SakiAoiaoi opened this issue Feb 21, 2025 · 0 comments · May be fixed by #1415
Open

Documentation Update for Protobuf Compiler Installation #1413

SakiAoiaoi opened this issue Feb 21, 2025 · 0 comments · May be fixed by #1415

Comments

@SakiAoiaoi
Copy link

Summary

Many users, including myself, have encountered syntax compatibility issues with the older version of the Protobuf compiler when using newer Proto3 syntax. This problem typically manifests with errors regarding optional fields.

Brief Description

The issue arises when attempting to compile proto files that use the optional keyword, which isn't fully supported in older versions of the Protobuf compiler.

Many beginner engineers,like me who often do not have the latest tools due to various constraints, face this issue frequently.

Discussions about these challenges are common in online communities, such as Discord, indicating that this is a widespread problem.

SakiAoiaoi added a commit to SakiAoiaoi/network-api that referenced this issue Feb 21, 2025
Added detailed steps to update the Protobuf compiler to the latest version under the Linux prerequisites section. This update ensures compatibility with Proto3 syntax and resolves common issues with outdated Protobuf versions, enhancing the setup experience for new users.

close nexus-xyz#1413
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.

1 participant