Ethan Buchman
66de53292e
Merge pull request #117 from tendermint/cobra-not-urfave
use spf13/cobra instead of urfave/cli
7 years ago
Zach Ramsay
f013ee5cf9
cli: use cobra's new ExactArgs() feature
7 years ago
Zach Ramsay
461191d2f7
cli: clean up error handling
7 years ago
Zach
b5bdb6ec54
Merge pull request #119 from tendermint/93-fix-console-output
fix console output
7 years ago
Ethan Buchman
a0e38dc583
dummy: verify pubkey is go-crypto encoded in DeliverTx. closes #51
7 years ago
Ethan Buchman
4884747eb7
tests: add simple client/server test with no addr prefix
7 years ago
Ethan Buchman
b6a4ca6b3c
remove testutil
7 years ago
Ethan Buchman
6c41ec65bc
server: use cmn.ProtocolAndAddress
7 years ago
Zach Ramsay
4479e95709
console: fix tests
7 years ago
Zach Ramsay
36de70be10
console: fix output, closes #93
7 years ago
Zach Ramsay
3330cb4856
cleanup
7 years ago
Zach Ramsay
631844895f
fixes
7 years ago
Zach Ramsay
f9e14ad61b
disable PersistenPreRun for counter/dummy
7 years ago
Zach Ramsay
df5d9ac1bb
consolidate counter/dummy into the binary, #95
7 years ago
Zach Ramsay
56f7d9627f
update deps
7 years ago
Zach Ramsay
f67e43625b
Makefile: fix linter
7 years ago
Zach Ramsay
9883013adf
use cobra, closes #101
7 years ago
Ethan Frey
bb9bb4aa46
Merge pull request #116 from tendermint/feature/merkleeyes-to-iavl
merkleeyes to iavl
7 years ago
Ethan Frey
446e50ca9e
Moved RandVal into test helper functions, as needed in other repos for testing
7 years ago
Ethan Frey
e7ebf62092
Remove empty check after iavl fixup
7 years ago
Ethan Buchman
a4443ddb0c
update persistent dummy for versioned iavl
7 years ago
Ethan Frey
5162ed1b2b
Remove gotype from metalinter so it passes (need newer go on circleci)
7 years ago
Ethan Frey
7aa00e9ddd
Fix metalinter errors
7 years ago
Ethan Frey
46e1f1ae65
Cleaup based on Antons PR comments
7 years ago
Ethan Frey
d236e0eef9
Fix trailing whitespace in tutorial test
7 years ago
Ethan Frey
bae4e4acce
Fix up commits, debug cli tests
7 years ago
Ethan Frey
9aff9f94dd
dummy app now uses iavl
7 years ago
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