Skip to content

Commit

Permalink
renamed proto package to avoid conflicts and updated sub repo
Browse files Browse the repository at this point in the history
  • Loading branch information
QuestofIranon committed Nov 6, 2019
1 parent 6f526ec commit 5702193
Show file tree
Hide file tree
Showing 53 changed files with 1,041 additions and 1,021 deletions.
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "hedera-protobuf"]
path = hedera-protobuf
url = https://github.com/hashgraph/hedera-protobuf.git
url = https://github.com/QuestofIranon/hedera-protobuf.git
branch = "go-support"
2 changes: 1 addition & 1 deletion hedera-protobuf
Submodule hedera-protobuf updated 51 files
+1 −0 src/main/proto/BasicTypes.proto
+1 −0 src/main/proto/ContractCall.proto
+1 −0 src/main/proto/ContractCallLocal.proto
+1 −0 src/main/proto/ContractCreate.proto
+1 −0 src/main/proto/ContractDelete.proto
+1 −0 src/main/proto/ContractGetBytecode.proto
+1 −0 src/main/proto/ContractGetInfo.proto
+1 −0 src/main/proto/ContractGetRecords.proto
+1 −0 src/main/proto/ContractUpdate.proto
+1 −0 src/main/proto/CryptoAddClaim.proto
+1 −0 src/main/proto/CryptoCreate.proto
+1 −0 src/main/proto/CryptoDelete.proto
+1 −0 src/main/proto/CryptoDeleteClaim.proto
+1 −0 src/main/proto/CryptoGetAccountBalance.proto
+1 −0 src/main/proto/CryptoGetAccountRecords.proto
+1 −0 src/main/proto/CryptoGetClaim.proto
+1 −0 src/main/proto/CryptoGetInfo.proto
+1 −0 src/main/proto/CryptoGetStakers.proto
+1 −0 src/main/proto/CryptoService.proto
+1 −0 src/main/proto/CryptoTransfer.proto
+1 −0 src/main/proto/CryptoUpdate.proto
+1 −0 src/main/proto/Duration.proto
+1 −0 src/main/proto/ExchangeRate.proto
+1 −0 src/main/proto/FileAppend.proto
+1 −0 src/main/proto/FileCreate.proto
+1 −0 src/main/proto/FileDelete.proto
+1 −0 src/main/proto/FileGetContents.proto
+1 −0 src/main/proto/FileGetInfo.proto
+1 −0 src/main/proto/FileService.proto
+1 −0 src/main/proto/FileUpdate.proto
+1 −0 src/main/proto/Freeze.proto
+1 −0 src/main/proto/FreezeService.proto
+1 −0 src/main/proto/GetByKey.proto
+1 −0 src/main/proto/GetBySolidityID.proto
+1 −0 src/main/proto/Query.proto
+1 −0 src/main/proto/QueryHeader.proto
+1 −0 src/main/proto/Response.proto
+1 −0 src/main/proto/ResponseCode.proto
+1 −0 src/main/proto/ResponseHeader.proto
+1 −0 src/main/proto/SmartContractService.proto
+1 −0 src/main/proto/SystemDelete.proto
+1 −0 src/main/proto/SystemUndelete.proto
+1 −0 src/main/proto/Timestamp.proto
+1 −0 src/main/proto/Transaction.proto
+1 −0 src/main/proto/TransactionBody.proto
+1 −0 src/main/proto/TransactionGetFastRecord.proto
+1 −0 src/main/proto/TransactionGetReceipt.proto
+1 −0 src/main/proto/TransactionGetRecord.proto
+1 −0 src/main/proto/TransactionReceipt.proto
+1 −0 src/main/proto/TransactionRecord.proto
+1 −0 src/main/proto/TransactionResponse.proto
177 changes: 89 additions & 88 deletions proto/BasicTypes.pb.go → hedera_proto/BasicTypes.pb.go

Large diffs are not rendered by default.

31 changes: 16 additions & 15 deletions proto/ContractCall.pb.go → hedera_proto/ContractCall.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

51 changes: 26 additions & 25 deletions proto/ContractCreate.pb.go → hedera_proto/ContractCreate.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions proto/ContractDelete.pb.go → hedera_proto/ContractDelete.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5702193

Please sign in to comment.