Ethan Buchman
5231003bfc
Merge pull request #115 from tendermint/socket_client_StopOnErrorDeadlock-fix
socketClient: fix and test for StopForError deadlock
7 years ago
Emmanuel Odeke
46d94f8325
socketClient: fix and test for StopForError deadlock
Fixes https://github.com/tendermint/abci/issues/114 .
Fix and test for StopForError deadlock due to accidental
Mutex misuse. The test should return instantenously if
StopForError works without erraneous contention, lest it regressed.
7 years ago
Anton Kaliaev
15cd7fb1e3
fix comment [ci skip]
7 years ago
Ethan Buchman
191c4b6d17
Merge pull request #111 from tendermint/develop
Develop
7 years ago
Ethan Buchman
88cb73d95a
changelog
7 years ago
Ethan Buchman
667c2543ea
use request struct for Info
7 years ago
Ethan Buchman
3d1fd4cefa
Merge pull request #110 from tendermint/update-readme
readme: re-organize & update docs links
7 years ago
Ethan Buchman
39b206f2c1
version bump, changelog, glide
7 years ago
Zach Ramsay
47d6f71e5a
Makefile: remove redundant lint
7 years ago
Zach Ramsay
96d2a2c92f
readme: re-organize & update docs links
7 years ago
Ethan Buchman
94d1b8d364
Merge pull request #109 from tendermint/metalinter
Metalinter
7 years ago
Zach Ramsay
fe426de5d4
lint: couple more fixes
7 years ago
Ethan Buchman
a3ac825490
small fix
7 years ago
Zach Ramsay
0e7d974410
install
7 years ago
Zach Ramsay
65eb7e8974
linted, somewhat
7 years ago
Zach Ramsay
36e96c5bf1
linting: catch some errors
7 years ago
Zach Ramsay
6a378d30f3
linting: cover the basics
7 years ago
Zach Ramsay
bd9f1d0d4c
metalinter: add linter to Makefile like tendermint
7 years ago
Ethan Buchman
34e70090e6
Merge pull request #108 from tendermint/app-interface-upgrade
use request structs for InitChain and BeginBlock
7 years ago
Ethan Buchman
318345f996
fix tests
7 years ago
Ethan Buchman
f279171a28
use request structs for InitChain and BeginBlock
7 years ago
Peng Zhong
a072429659
Fix blog post link for ABCI
We moved our blog to Medium.
7 years ago
Ethan Buchman
f1094f760b
types: remove redundant version file
7 years ago
Ethan Buchman
e86930c431
Merge pull request #106 from tendermint/develop
Develop
7 years ago
Zach
01181721ad
readme: update install instruction ( #100 )
7 years ago
Ethan Buchman
7f5f48b6b9
dist: dont mkdir in container
8 years ago
Ethan Buchman
b86da57571
scripts for building
8 years ago
Ethan Buchman
ea8c171bc0
Release v0.5.0
8 years ago
Ethan Buchman
864d1f80b3
Merge pull request #90 from tendermint/develop
v0.5.0
8 years ago
Ethan Buchman
609c0dbc3e
CHANGELOG update release date
8 years ago
Ethan Buchman
5dabeffb35
fixes from review
8 years ago
Ethan Buchman
d82c7edf3a
update changelog and bump version
8 years ago
Ethan Buchman
d07b2352ad
NewXXXServer doesnt run Start or return error
8 years ago
Ethan Buchman
21fff49f2c
Merge branch 'feature/adrian-extendABCIcli' into develop
8 years ago
Ethan Buchman
894f3fca73
cmd: query params are flags
8 years ago
Ethan Buchman
eda4f2dddc
NewXXXClient doesnt run Start or return error
8 years ago
Ethan Buchman
fadfcfdcb0
Merge pull request #82 from tendermint/feature/adrian-#79
Update grpc_server.go - 2
8 years ago
Ethan Buchman
20159f6081
Merge pull request #87 from tendermint/ResultsLike
Abci result error type comparison
8 years ago
rigel rozanski
05dc4d12dd
result.IsSameCode
8 years ago
Adrian Brink
b55e695d3d
Remove debug statement
8 years ago
Adrian Brink
4674bf96b0
Extend the query command
8 years ago
Adrian Brink
b662bc7d34
Merge pull request #81 from tendermint/feature/adrian-#68
Comment out MessageType - 2
8 years ago
Adrian Brink
ea2d83e513
Clean up comments
8 years ago
Adrian Brink
e43bcf3f26
Move package comment
8 years ago
Jacob Gadikian
840e658ec0
Update grpc_server.go
8 years ago
Adrian Brink
577ec5452f
Fix indentation
8 years ago
Adrian Brink
322b4e54de
Remove unused enum MessageTypes
8 years ago
Krzysztof Jurewicz
a3d4e5797d
Comment out MessageType
As it is an unused enum, leaving it uncommented causes dead Protocol
Buffers code to be generated.
8 years ago
Ethan Buchman
d3e3eca3fe
update glide
8 years ago
Ethan Buchman
bd2b87dd3d
Merge pull request #78 from tendermint/feature/new-logging
New logging
8 years ago