Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Code Health] mitigate protobuf import issue (#749)
## Summary Renames all .proto files which are named the same as their protobuf package to workaround/mitigate an issue which presents when importing them in other .proto files. ## Issue - Potentially related to (but **does not** fix) #405 ![Screenshot 2024-08-21 at 3 39 51 PM](https://github.com/user-attachments/assets/6a7d1d2a-daba-424c-a930-d065061fe4d2) ## Type of change Select one or more: - [ ] New feature, functionality or library - [ ] Bug fix - [x] Code health or cleanup - [ ] Documentation - [ ] Other (specify) ## Testing - [x] **Unit Tests**: `make go_develop_and_test` - [x] **LocalNet E2E Tests**: `make test_e2e` - [x] **DevNet E2E Tests**: Add the `devnet-test-e2e` label to the PR. ## Sanity Checklist - [x] I have tested my changes using the available tooling - [ ] I have commented my code - [x] I have performed a self-review of my own code; both comments & source code - [ ] I create and reference any new tickets, if applicable - [x] I have left TODOs throughout the codebase, if applicable
- Loading branch information