Skip to content

Commit

Permalink
Merge pull request #19 from hashgraph/vNext
Browse files Browse the repository at this point in the history
Pull from vNext to match current mainnet/testnet protobuf
  • Loading branch information
gregscullard committed Oct 9, 2019
2 parents 14110f2 + 4bf785e commit 1f5c98c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.hedera.hashgraph</groupId>
<artifactId>hedera-protobuf-java-api</artifactId>
<packaging>jar</packaging>
<version>0.3.4</version>
<version>0.3.5-SNAPSHOT</version>

<name>hedera-protobuf-java-api</name>
<description>Protobuf Java API for Hedera Hashgraph</description>
Expand Down
1 change: 1 addition & 0 deletions src/main/proto/ResponseCode.proto
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,5 @@ enum ResponseCodeEnum {
FILE_UPLOADED_PROTO_NOT_SAVED_TO_DISK = 103; // Fee Schedule Proto uploaded but not valid (append or update is required)
FEE_SCHEDULE_FILE_PART_UPLOADED = 104; // Fee Schedule Proto File Part uploaded
EXCHANGE_RATE_CHANGE_LIMIT_EXCEEDED = 105; // The change on Exchange Rate exceeds Exchange_Rate_Allowed_Percentage
MAX_CONTRACT_STORAGE_EXCEEDED = 106; // Contract permanent storage exceeded the currently allowable limit
}

0 comments on commit 1f5c98c

Please sign in to comment.