Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Ensure compatibility with protobuf standards and improve lo…
…gical clarity -Updated the AccountStatus enum to align with protobuf best practices by replacing uint8_t with uint32, adhering to the proto3 syntax conventions for type compatibility and consistency. -Refactored the Decimal message by correcting the field numbering for denominator to avoid duplicate field identifiers, setting its default value to 1 to prevent unintended division issues. These changes ensure compliance with Celestia's contributing guidelines, maintain logical clarity, and uphold high engineering standards for maintainability and functionality.
- Loading branch information