-
Notifications
You must be signed in to change notification settings - Fork 388
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
Remove temporary import hack for protobuf any #744
Comments
is this still a thing @sweexordious ? |
it's still here: celestia-app/scripts/protocgen.sh Lines 26 to 29 in b8168ac
not sure if it's worth fixing tho |
I think this issue is worth fixing. Ideally we remove the lines that perform the hack b/c it looks like they modify the generated celestia-app/x/mint/types/query.pb.go Line 1 in b75c7e3
|
Closes #744 This import hack doesn't seem necessary b/c it doesn't actually modify `x/blobstream/types/query.pb.go` ## Testing ``` $ rm x/blobstream/types/query.pb.go $ make proto-gen ``` and then observe that there is no `git diff` so no changes to the already checked in `x/blobstream/types/query.pb.go` and the generated one. Also proto-gen passes in CI: https://github.com/celestiaorg/celestia-app/actions/runs/6881660922/job/18718509598?pr=2846
Context
Problem
We want to remove the temporary import hack in https://github.com/celestiaorg/celestia-app/pull/742/files#diff-63113d53e02a4e334ffa1a1ba0c308329c7acd431153571a2c02ce9268af5816R28-R32
The text was updated successfully, but these errors were encountered: