mirror of
https://github.com/fluencelabs/jabci
synced 2025-03-16 19:20:50 +00:00
Merge pull request #19 from jTendermint/develop
updating protofile for tm 0.11.0
This commit is contained in:
commit
7446254749
4
pom.xml
4
pom.xml
@ -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
@ -73,6 +73,7 @@ message RequestFlush {
|
||||
}
|
||||
|
||||
message RequestInfo {
|
||||
string version = 1;
|
||||
}
|
||||
|
||||
message RequestSetOption{
|
||||
|
Loading…
x
Reference in New Issue
Block a user