You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Description
The following warnings are generated when compiling the protobuf in hedera-services master branch:
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
The text was updated successfully, but these errors were encountered: