Stephan Müller
6cb948d4b0
bump to tendermint 0.17.1 / ABCI 0.10.2
2018-04-07 14:18:49 +02:00
posdorfer
d3b1abe3cd
java counter is not to be subclassed (also cannot be)
2018-04-05 13:25:17 +02:00
Wolf Posdorfer
c9d40b297c
bump year number
2018-03-02 10:43:07 +01:00
Wolf Posdorfer
ce5cdc7c80
code cleanups
...
- removed sysouts
- removed methods in counter-example
- also removed async-server
2018-03-02 10:36:17 +01:00
srmo
aff15ae3db
Update to abci v0.16.0 -
...
- we now understand that tendermint/abci uses proper protobuf encoding with zigZag varint wiretype
2018-03-02 02:15:34 +01:00
srmo
950bf85115
Update to abci v0.16.0 -
...
- implement new strange varint prefix. It's not really more intuitive
2018-03-02 01:32:11 +01:00
Wolf Posdorfer
baf45cedc7
revert java counter to base
2018-01-30 12:03:00 +01:00
Wolf Posdorfer
c79bb909e9
tm 15 updates
2018-01-30 12:02:48 +01:00
Wolf
19d3f573e1
Merge pull request #29 from jTendermint/Issue-27
...
Issue 27
2017-12-01 10:52:23 +01:00
Wolf
5957b03584
Merge pull request #25 from paulrd/patch-4
...
Fixed bug in reporting app data 'hash' on commit
2017-11-29 14:37:23 +01:00
posdorfer
da9b638b01
#27 make sockettimeout configurable
2017-11-23 16:26:40 +01:00
posdorfer
daf8f0b6df
#27 socket.accept() block indefinately, preventing while loop from
...
exiting, preventing serversocket from ever reaching finally
2017-11-23 16:20:24 +01:00
Wolf Posdorfer
c0346319e0
make counting of open sockets possible + last time a socket was opened
2017-11-14 13:30:06 +01:00
Paul
bd1e6c7e4c
Fixed bug in reporting app data 'hash' on commit
...
We allocate 4 bytes not 32. `rewind()` is required because `copyFrom` copies from current position in ByteBuffer to end of ByteBuffer. Current position points to the end of the last 'put' so we rewind to point to the beginning.
2017-11-13 09:30:49 -04:00
Wolf Posdorfer
7b388b78a4
updating protofile for tm 0.11.0
...
-recompiled types.proto
-updated to protobuf 3.4
2017-10-09 12:12:55 +02:00
Ich
dfaa50885c
updating dependencies and tm compatibility with 0.10
2017-06-30 11:51:29 +02:00
Stephan Müller
027acf1c02
JavaCounter: quick fixes
...
- some encoding issues so we always interpret everything in UTF-8
- take note of the current issue with invoking threads in a constructor, quick fixed by finalizing JavaCounter
2017-06-08 14:23:06 +02:00
Ich
f81e092a0d
protobuf update for 0.9.1
2017-05-03 11:29:05 +02:00
Wolf
9a3c1bc12b
Merge pull request #13 from jTendermint/release/0.9.0
...
Release/0.9.0
2017-05-02 15:38:54 +02:00
Wolf
dbda88ab3c
fixing JavaCounter for counter_test.go
2017-05-02 15:37:15 +02:00
Michael Häusler
e5fe6d1247
TMSP references replaced with ABCI
2017-05-02 15:11:21 +02:00
Michael Häusler
ec906edd54
fixed javadoc
2017-05-02 14:27:46 +02:00
Ich
39b0c7152d
replace system.out with socketlog
2017-04-28 12:27:27 +02:00
Ich
f47cbe2713
Merge branch 'tsocket-closeable' of https://github.com/jTendermint/jabci.git into tsocket-closeable
2017-04-28 12:25:49 +02:00
Ich
9e3e2368cf
tmsp -> abci
2017-04-28 12:25:18 +02:00
posdorfer
0e398a4ac4
remove wrapper
2017-04-27 14:40:34 +02:00
posdorfer
81c19e0649
logging, restructuring, name guessing of sockets
2017-04-27 14:38:23 +02:00
Ich
da2b079067
make sockets identifiable by checking received messages
2017-04-26 16:17:21 +02:00
Ich
170e32477a
making tsocket closeable
2017-04-26 15:30:01 +02:00
Ich
d20d57d793
#8 fixes multi-inheritance interface implementations and all that stuff
...
- also a test
2017-04-26 11:05:30 +02:00
Wolf Posdorfer
cc9963660e
final formatting
2017-03-14 16:53:58 +01:00
Wolf Posdorfer
0c49a075e0
cleanups
2017-03-14 16:51:36 +01:00
Wolf Posdorfer
32ba0f10e5
removing unnecessary code
2017-03-14 16:40:47 +01:00
Wolf Posdorfer
f045240caa
async server stuff
2017-03-14 16:27:40 +01:00
Wolf Posdorfer
1776107098
asnyc socket test
2017-03-14 14:46:52 +01:00
Wolf Posdorfer
02076cc909
making this static
2017-03-08 15:51:22 +01:00
Ich
1489889a0b
renaming
2017-02-19 17:22:19 +01:00
Ich
307573ae57
further renames
2017-02-19 17:08:26 +01:00
Ich
0c73c18f24
changing everything from jTMSP (<= v0.8) to jabci (>=0.9)
2017-02-19 16:45:10 +01:00
Stephan Müller
e3c5245ccc
Update protocol buffer dependencies and recompile the Types (now uses GeneratedMessageV3)
2016-10-07 14:23:25 +02:00
Ich
9d67e8e40e
updates to counter
2016-08-23 10:43:02 +02:00
sbungartz
df7b78939a
resetSizeCounter on CodedInputStream for each message
2016-08-22 17:26:00 +02:00
sbungartz
9d4fdec1aa
Fix bug in TSocket that caused incomplete messages to be parsed
2016-08-19 18:00:56 +02:00
Wolf
8f15d6d822
Update JavaCounter.java
2016-06-28 00:21:49 +02:00
Ich
11f13a8e57
changing log.info to log.debug
...
adding counter example
2016-06-27 16:45:03 +02:00
Ich
7c00270c90
fix for protobuf empty tx
2016-06-27 14:33:16 +02:00
Ich
a058ba4955
initial commit
2016-06-27 10:49:05 +02:00