Merge pull request #19 from jTendermint/develop

updating protofile for tm 0.11.0
This commit is contained in:
Wolf 2017-10-23 14:27:55 +02:00 committed by GitHub
commit 7446254749
3 changed files with 1408 additions and 349 deletions

View File

@ -5,7 +5,7 @@
<groupId>com.github.jtendermint</groupId>
<artifactId>jabci</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.11.0-SNAPSHOT</version>
<name>com.github.jtendermint:jabci</name>
<description>Java implementation for ABCI consensus protocol from tendermint.com and related tools</description>
@ -136,7 +136,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>

File diff suppressed because it is too large Load Diff

View File

@ -73,6 +73,7 @@ message RequestFlush {
}
message RequestInfo {
string version = 1;
}
message RequestSetOption{