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

Compiling Protobuf generates Warnings #82

Open
bugbytesinc opened this issue Aug 19, 2021 · 0 comments
Open

Compiling Protobuf generates Warnings #82

bugbytesinc opened this issue Aug 19, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@bugbytesinc
Copy link

Description

The following warnings are generated when compiling the protobuf in hedera-services master branch:

hedera-protobufs/services/CryptoGetAccountBalance.proto(31,1): warning : warning: Import Timestamp.proto is unused.
hedera-protobufs/services/Freeze.proto(28,1): warning : warning: Import Duration.proto is unused.
hedera-protobufs/services/ResponseHeader.proto(28,1): warning : warning: Import TransactionResponse.proto is unused.
hedera-protobufs/services/Transaction.proto(29,1): warning : warning: Import Duration.proto is unused.
hedera-protobufs/services/TransactionRecord.proto(32,1): warning : warning: Import CryptoTransfer.proto is unused.

Steps to reproduce

Download the .net sdk and pull the latest version of the hedera-protobufs sub-repository and attempt to build the solution. The compiler identifies the warnings mentioned above. These had been fixed in the past, but it appears to be a regression.

Additional context

No response

Hedera network

other

Version

master branch

Operating system

Windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant